paper-with-me

Papers

Small Language Models Need Strong Verifiers to Self-Correct Reasoning

2024-04-26 · Yunxiang Zhang, Muhammad Khalifa, Lajanugen Logeswaran, Jaekyeom Kim, Moontae Lee, Honglak Lee, Lu Wang

Self-correction has emerged as a promising solution to boost the reasoning performance of large language models (LLMs), where LLMs refine their solutions using self-generated critiques that pinpoint the errors. This work explores whether small (<= 13B) language models (LMs) have the ability of self-correction on reasoning tasks with minimal inputs from stronger LMs. We propose a novel pipeline that prompts smaller LMs to collect self-correction data that supports the training of self-refinement abilities. First, we leverage correct solutions to guide the model in critiquing their incorrect responses. Second, the generated critiques, after filtering, are used for supervised fine-tuning of the self-correcting reasoner through solution refinement. Our experimental results show improved self-correction abilities of two models on five datasets spanning math and commonsense reasoning, with notable performance gains when paired with a strong GPT-4-based verifier, though limitations are identified when using a weak self-verifier for determining when to correct.

📄 PDF Abstract BibTeX arXiv:2404.17140

Code (1)

yunx-z/score.github.io 공식 구현

Tasks

Math

Similar Papers 제목 키워드 기반

Multi-Agent Verification: Scaling Test-Time Compute with Multiple Verifiers

2025-02-27 · Shalev Lifshitz, Sheila A. McIlraith, Yilun Du

By utilizing more computational resources at test-time, large language models (LLMs) can improve without additional training. One common strategy uses verifiers to evaluate candidate outputs. In this work, we propose a n…

Reward Hacking in Rubric-Based Reinforcement Learning

2026-05-12 · Anas Mahmoud, MohammadHossein Rezaei, Zihao Wang, Anisha Gunjal 외 arxiv

Reinforcement learning with verifiable rewards has enabled strong post-training gains in domains such as math and coding, though many open-ended settings rely on rubric-based rewards. We study reward hacking in rubric-ba…

Reinforcement Learning

Shrinking the Generation-Verification Gap with Weak Verifiers

2025-06-22 · Jon Saad-Falcon, E. Kelly Buchanan, Mayee F. Chen, Tzu-Heng Huang 외

Verifiers can improve language model capabilities by scoring and ranking responses from generated candidates. Currently, high-quality verifiers are either unscalable (e.g., humans) or limited in utility (e.g., tools like…

Math

Aggregating LLM-Based Weak Verifiers for Spatial Layout Generation

2026-06-03 · Sharon Zhang, R. Kenny Jones, Jiajun Wu, Maneesh Agrawala arxiv

We present a pipeline for building and aggregating task-specific, LLM-generated weak (imperfect) verifiers into a strong verifier for spatial layout domains. Given a task description, our pipeline asks an LLM to synthesi…

Hard2Verify: A Step-Level Verification Benchmark for Open-Ended Frontier Math

2025-10-15 · Shrey Pandit, Austin Xu, Xuan-Phi Nguyen, Yifei Ming 외 arxiv

Large language model (LLM)-based reasoning systems have recently achieved gold medal-level performance in the IMO 2025 competition, writing mathematical proofs where, to receive full credit, each step must be not only co…