paper-with-me

홈 › Papers

Improving LLM Reasoning through Scaling Inference Computation with Collaborative Verification

2024-10-05 · Zhenwen Liang, Ye Liu, Tong Niu, Xiangliang Zhang, Yingbo Zhou, Semih Yavuz

Despite significant advancements in the general capability of large language models (LLMs), they continue to struggle with consistent and accurate reasoning, especially in complex tasks such as mathematical and code reasoning. One key limitation is that LLMs are trained primarily on correct solutions, reducing their ability to detect and learn from errors, which hampers their ability to reliably verify and rank outputs. To address this, we scale up the inference-time computation by generating multiple reasoning paths and employing verifiers to assess and rank the generated outputs by correctness. To facilitate this, we introduce a comprehensive dataset consisting of correct and incorrect solutions for math and code tasks, generated by multiple LLMs. This diverse set of solutions enables verifiers to more effectively distinguish and rank correct answers from erroneous outputs. The training methods for building verifiers were selected based on an extensive comparison of existing approaches. Moreover, to leverage the unique strengths of different reasoning strategies, we propose a novel collaborative method integrating Chain-of-Thought (CoT) and Program-of-Thought (PoT) solutions for verification. CoT provides a clear, step-by-step reasoning process that enhances interpretability, while PoT, being executable, offers a precise and error-sensitive validation mechanism. By taking both of their strengths, our approach significantly improves the accuracy and reliability of reasoning verification. Our verifiers, Math-Rev and Code-Rev, demonstrate substantial performance gains to existing LLMs, achieving state-of-the-art results on benchmarks such as GSM8k and MATH and even outperforming GPT-4o with Qwen-72B-Instruct as the reasoner.

📄 PDF Abstract BibTeX arXiv:2410.05318

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KMath

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Sticker-TTS: Learn to Utilize Historical Experience with a Sticker-driven Test-Time Scaling Framework

2025-09-05 · Jie Chen, Jinhao Jiang, Yingqian Min, Zican Dong 외 arxiv

Large reasoning models (LRMs) have exhibited strong performance on complex reasoning tasks, with further gains achievable through increased computational budgets at inference. However, current test-time scaling methods p…

Computational EfficiencyReinforcement LearningMathematical Reasoning

Adaptive Termination for Multi-round Parallel Reasoning: An Universal Semantic Entropy-Guided Framework

2025-07-09 · Zenan Xu, Zexuan Qiu, Guanhua Huang, Kun Li 외

Recent advances in large language models (LLMs) have accelerated progress toward artificial general intelligence, with inference-time scaling emerging as a key technique. Contemporary approaches leverage either sequentia…

Collaborative Inference

TMAS: Scaling Test-Time Compute via Multi-Agent Synergy

2026-05-11 · George Wu, Nan Jing, Qing Yi, Chuan Hao 외 arxiv

Test-time scaling has become an effective paradigm for improving the reasoning ability of large language models by allocating additional computation during inference. Recent structured approaches have further advanced th…

Reinforcement Learning

Inference-Time Computations for LLM Reasoning and Planning: A Benchmark and Insights

2025-02-18 · Shubham Parashar, Blake Olson, Sambhav Khurana, Eric Li 외

We examine the reasoning and planning capabilities of large language models (LLMs) in solving complex tasks. Recent advances in inference-time techniques demonstrate the potential to enhance LLM reasoning without additio…

Arithmetic ReasoningCommon Sense ReasoningLogical Reasoning

Revisiting Multi-Agent Debate as Test-Time Scaling: A Systematic Study of Conditional Effectiveness

2025-05-29 · Yongjin Yang, Euiin Yi, Jongwoo Ko, Kimin Lee 외

The remarkable growth in large language model (LLM) capabilities has spurred exploration into multi-agent systems, with debate frameworks emerging as a promising avenue for enhanced problem-solving. These multi-agent deb…

DiversityLarge Language ModelMathematical Reasoning