paper-with-me

홈 › Papers

Adaptive Stopping for Multi-Turn LLM Reasoning

2026-04-01 · Xiaofan Zhou, Huy Nguyen, Bo Yu, Chenxi Liu, Lu Cheng arxiv

Large Language Models (LLMs) increasingly rely on multi-turn reasoning and interaction, such as adaptive retrieval-augmented generation (RAG) and ReAct-style agents, to answer difficult questions. These methods improve accuracy by iteratively retrieving information, reasoning, or acting, but introduce a key challenge: \textbf{When should the model stop?} Existing approaches rely on heuristic stopping rules or fixed turn budgets and provide no formal guarantees that the final prediction still contains the correct answer. This limitation is particularly problematic in high-stakes domains such as finance and healthcare, where unnecessary turns increase cost and latency, while stopping too early risks incorrect decisions. Conformal prediction (CP) provides formal coverage guarantees, but existing LLM-CP methods only apply to a single model output and cannot handle multi-turn pipelines with adaptive stopping. To address this gap, we propose Multi-Turn Language Models with Conformal Prediction (MiCP), the first CP framework for multi-turn reasoning. MiCP allocates different error budgets across turns, enabling the model to stop early while maintaining an overall coverage guarantee. We demonstrate MiCP on adaptive RAG and ReAct, where it achieves the target coverage on both single-hop and multi-hop question answering benchmarks while reducing the number of turns, inference cost, and prediction set size. We further introduce a new metric that jointly evaluates coverage validity and answering efficiency.

📄 PDF Abstract BibTeX arXiv:2604.01413

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question Answering

Similar Papers 제목 키워드 기반

EMS: Multi-Agent Voting via Efficient Majority-then-Stopping

2026-04-03 · Yiqing Liu, Hantao Yao, Wu Liu, Yongdong Zhang arxiv

Majority voting is the standard for aggregating multi-agent responses into a final decision. However, traditional methods typically require all agents to complete their reasoning before aggregation begins, leading to sig…

SVR: Self-Verifying Refinement via Joint Verdict-Confidence Reinforcement Learning for Adaptive Test-Time Compute

2026-07-30 · Hongyu Chen, Liang Lin, Guangrun Wang arxiv

Scaling test-time computation can improve language-model reasoning, but uniform budgets waste computation on easy inputs, while verifier-guided refinement relies on external feedback. We introduce Self-Verifying Refineme…

Mathematical ReasoningReinforcement Learning

TRACES: Tagging Reasoning Steps for Adaptive Cost-Efficient Early-Stopping

2026-04-22 · Yannis Belkhiter, Seshu Tirupathi, Giulio Zizzo, John D. Kelleher arxiv

The field of Language Reasoning Models (LRMs) has been very active over the past few years with advances in training and inference techniques enabling LRMs to reason longer, and more accurately. However, a growing body o…

Mathematical Reasoning

Conformal Thinking: Risk Control for Reasoning on a Compute Budget

2026-02-03 · Xi Wang, Anushri Suresh, Alvin Zhang, Rishi More 외 arxiv

Reasoning Large Language Models (LLMs) enable test-time scaling, with dataset-level accuracy improving as the token budget increases, motivating adaptive reasoning -- spending tokens when they improve reliability and sto…

Computational Efficiency

Logit-Entropy Adaptive Stopping Heuristic for Efficient Chain-of-Thought Reasoning

2025-11-06 · Mohammad Atif Quamar, Mohammad Areeb arxiv

Chain-of-Thought (CoT) prompting is a key technique for enabling complex reasoning in large language models. However, generating full, fixed-length rationales is computationally wasteful, inflating both token usage and l…