paper-with-me

Papers

Review, Refine, Repeat: Understanding Iterative Decoding of AI Agents with Dynamic Evaluation and Selection

2025-04-02 · Souradip Chakraborty, Mohammadreza Pourreza, Ruoxi Sun, Yiwen Song, Nino Scherrer, Jindong Gu, Furong Huang, Amrit Singh Bedi, Ahmad Beirami, Hamid Palangi, Tomas Pfister

While AI agents have shown remarkable performance at various tasks, they still struggle with complex multi-modal applications, structured generation and strategic planning. Improvements via standard fine-tuning is often impractical, as solving agentic tasks usually relies on black box API access without control over model parameters. Inference-time methods such as Best-of-N (BON) sampling offer a simple yet effective alternative to improve performance. However, BON lacks iterative feedback integration mechanism. Hence, we propose Iterative Agent Decoding (IAD) which combines iterative refinement with dynamic candidate evaluation and selection guided by a verifier. IAD differs in how feedback is designed and integrated, specifically optimized to extract maximal signal from reward scores. We conduct a detailed comparison of baselines across key metrics on Sketch2Code, Text2SQL, and Webshop where IAD consistently outperforms baselines, achieving 3--6% absolute gains on Sketch2Code and Text2SQL (with and without LLM judges) and 8--10% gains on Webshop across multiple metrics. To better understand the source of IAD's gains, we perform controlled experiments to disentangle the effect of adaptive feedback from stochastic sampling, and find that IAD's improvements are primarily driven by verifier-guided refinement, not merely sampling diversity. We also show that both IAD and BON exhibit inference-time scaling with increased compute when guided by an optimal verifier. Our analysis highlights the critical role of verifier quality in effective inference-time optimization and examines the impact of noisy and sparse rewards on scaling behavior. Together, these findings offer key insights into the trade-offs and principles of effective inference-time optimization.

📄 PDF Abstract BibTeX arXiv:2504.01931

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sign Language Translation with Iterative Prototype

2023-08-23 · ICCV 2023 1 · Huijie Yao, Wengang Zhou, Hao Feng, Hezhen Hu 외

This paper presents IP-SLT, a simple yet effective framework for sign language translation (SLT). Our IP-SLT adopts a recurrent structure and enhances the semantic representation (prototype) of the input sign language vi…

SentenceSign Language TranslationTranslation

MR-P: A Parallel Decoding Algorithm for Iterative Refinement Non-Autoregressive Translation

2022-05-01 · Findings (ACL) 2022 5 · Hao Cheng, Zhihua Zhang

Non-autoregressive translation (NAT) predicts all the target tokens in parallel and significantly speeds up the inference process. The Conditional Masked Language Model (CMLM) is a strong baseline of NAT. It decodes with…

Language ModelingLanguage ModellingTranslation

Video DataFlywheel: Resolving the Impossible Data Trinity in Video-Language Understanding

2024-09-29 · Xiao Wang, Jianlong Wu, Zijia Lin, Fuzheng Zhang 외

Recently, video-language understanding has achieved great success through large-scale pre-training. However, data scarcity remains a prevailing challenge. This study quantitatively reveals an "impossible trinity" among d…

DiversityQuestion AnsweringVideo Question AnsweringVideo Retrieval

Refining Over Resampling: Test-Time Self-Correction for LLM Reasoning

2026-08-06 · Ahsan Bilal, Muhammad Ahmed Mohsin, Muhammad Umer, Lena Trigg 외 arxiv

Test-time scaling improves LLM reasoning by using additional inference compute, but wider sampling alone can suffer from diminishing returns: new rollouts often repeat existing answer patterns instead of adding useful re…

Speculative Decoding and Beyond: An In-Depth Review of Techniques

2025-02-27 · Yunhai Hu, Zining Liu, Zhenyuan Dong, Tianfan Peng 외

Sequential dependencies present a fundamental bottleneck in deploying large-scale autoregressive models, particularly for real-time applications. While traditional optimization approaches like pruning and quantization of…

Quantization