paper-with-me

홈 › Papers

Efficient Test-Time Scaling via Temporal Reasoning Aggregation

2026-04-19 · Jiakun Li, Xingwei He, Kefan Li, Hongzheng Chai, Hongyue Yu, Yuan Yuan arxiv

Test-time scaling improves the reasoning performance of large language models but often results in token-inefficient overthinking, where models continue reasoning beyond what is necessary for a correct answer. Existing dynamic early-exit methods typically rely on single-step confidence signals, which are often unreliable for detecting reasoning convergence in multi-step settings. To mitigate this limitation, we propose TRACE, a training-free framework for efficient test-time scaling that determines when to terminate reasoning based on temporal aggregation of multi-step evidence rather than instantaneous signals. TRACE detects reasoning convergence over time by aggregating two complementary signals across recent reasoning steps: answer consistency, capturing the persistence of predicted answers, and confidence trajectory, modeling the temporal evolution of model confidence. Benefiting from these two factors, TRACE can accurately determine whether the reasoning process has converged, thereby promptly halting inference and effectively avoiding redundant reasoning steps. Extensive experiments on multiple challenging benchmarks show that TRACE reduces reasoning token usage by 25-30% on average while maintaining accuracy within 1-2% of full-length reasoning, consistently outperforming existing dynamic reasoning methods.

📄 PDF Abstract BibTeX arXiv:2604.17304

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recursive Self-Aggregation Unlocks Deep Thinking in Large Language Models

2025-09-30 · Siddarth Venkatraman, Vineet Jain, Sarthak Mittal, Vedant Shah 외 arxiv

Test-time scaling methods improve the capabilities of large language models (LLMs) by increasing the amount of compute used during inference to make a prediction. Inference-time compute can be scaled in parallel by choos…

Reinforcement Learning

Mitigating Strategy-Selection Bias in Reasoning for More Effective Test-Time Scaling

2025-09-22 · Zongqian Wu, Baoduo Xu, Tianyu Li, Zhu Sun 외 arxiv

Test-time scaling (TTS) has been shown to improve the performance of large language models (LLMs) by sampling and aggregating diverse reasoning paths. However, existing research has overlooked a critical issue: selection…

Hybrid Deep Searcher: Scalable Parallel and Sequential Search Reasoning

2025-08-26 · Dayoon Ko, Jihyuk Kim, Haeju Park, Sohyeon Kim 외 arxiv

Large reasoning models (LRMs) combined with retrieval-augmented generation (RAG) have enabled deep research agents capable of multi-step reasoning with external knowledge retrieval. However, we find that existing approac…

Agentic Aggregation for Parallel Scaling of Long-Horizon Agentic Tasks

2026-04-13 · Yoonsang Lee, Howard Yen, Xi Ye, Danqi Chen arxiv

We study parallel test-time scaling for long-horizon agentic tasks such as agentic search and deep research, where multiple rollouts are generated in parallel and aggregated into a final response. While such scaling has …

Parallel Test-Time Scaling for Latent Reasoning Models

2025-10-09 · Runyang You, Yongqi Li, Meng Liu, Wenjie Wang 외 arxiv

Parallel test-time scaling (TTS) is a pivotal approach for enhancing large language models (LLMs), typically by sampling multiple token-based chains-of-thought in parallel and aggregating outcomes through voting or searc…