paper-with-me

Papers

DuET: Dual Execution for Test Output Prediction with Generated Code and Pseudocode

2026-04-13 · Hojae Han, Jaejin Kim, Seung-won Hwang, Yu Jin Kim, Moontae Lee arxiv

This work addresses test output prediction, a key challenge in test case generation. To improve the reliability of predicted outputs by LLMs, prior approaches generate code first to ground predictions. One grounding strategy is direct execution of generated code, but even minor errors can cause failures. To address this, we introduce LLM-based pseudocode execution, which grounds prediction on more error-resilient pseudocode and simulates execution via LLM reasoning. We further propose DuET, a dual-execution framework that combines both approaches by functional majority voting. Our analysis shows the two approaches are complementary in overcoming the limitations of direct execution suffering from code errors, and pseudocode reasoning from hallucination. On LiveCodeBench, DuET achieves the state-of-the-art performance, improving Pass@1 by 13.6 pp.

📄 PDF Abstract BibTeX arXiv:2604.11514

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DUET: Dual-Paradigm Adaptive Expert Triage with Single-cell Inductive Prior for Spatial Transcriptomics Prediction

2026-05-13 · Junchao Zhu, Ruining Deng, Junlin Guo, Tianyuan Yao 외 arxiv

Inferring spatially resolved gene expression from histology images offers a cost-effective complement to spatial transcriptomics (ST). However, existing methods reduce this task to a simple morphology-to-expression mappi…

LegalDuet: Learning Fine-grained Representations for Legal Judgment Prediction via a Dual-View Contrastive Learning

2024-01-27 · Buqiang Xu, Xin Dai, Zhenghao Liu, Huiyuan Xie 외

Legal Judgment Prediction (LJP) is a fundamental task of legal artificial intelligence, aiming to automatically predict the judgment outcomes of legal cases. Existing LJP models primarily focus on identifying legal trigg…

Contrastive Learning

DUET-DINO: Simultaneous Cross-View World Modeling for Latent Planning in Robot Manipulation

2026-09-09 · Nisarga Nilavadi, Ralf Römer, Moritz Reuss, Michael Krawez 외 arxiv

Action-conditioned latent world models predict future visual representations, enabling zero-shot goal-conditioned robot planning and control. However, their predictions for fine-grained spatial and rotational actions are…

Robot Manipulation

When Less is Enough: Efficient Inference via Collaborative Reasoning

2026-05-01 · Yilei Chen, Sharut Gupta, Yannis Paschalidis, Ayush Sekhari 외 arxiv

In this work, we introduce DUET (Dual-model Efficient Two-stage inference), a collaborative inference framework in which a capable model and a lightweight model work together to solve a task. Relying on a single large mo…

DuetServe: Harmonizing Prefill and Decode for LLM Serving via Adaptive GPU Multiplexing

2025-11-06 · Lei Gao, Chaoyi Jiang, Hossein Entezari Zarch, Daniel Wong 외 arxiv

Modern LLM serving systems must sustain high throughput while meeting strict latency SLOs across two distinct inference phases: compute-intensive prefill and memory-bound decode phases. Existing approaches either (1) agg…