paper-with-me

Papers

Learning to Self-Verify Makes Language Models Better Reasoners

2026-02-07 · Yuxin Chen, Yu Wang, Yi Zhang, Ziang Ye, Zhengzhou Cai, Yaorui Shi, Qi Gu, Hui Su, Xunliang Cai, Xiang Wang, An Zhang, Tat-Seng Chua arxiv

Recent large language models (LLMs) achieve strong performance in generating promising reasoning paths for complex tasks. However, despite powerful generation ability, LLMs remain weak at verifying their own answers, revealing a persistent capability asymmetry between generation and self-verification. In this work, we conduct an in-depth investigation of this asymmetry throughout training evolution and show that, even on the same task, improving generation does not lead to corresponding improvements in self-verification. Interestingly, we find that the reverse direction of this asymmetry behaves differently: learning to self-verify can effectively improve generation performance, achieving accuracy comparable to standard generation training while yielding more efficient and effective reasoning traces. Building on this observation, we further explore integrating self-verification into generation training by formulating a multi-task reinforcement learning framework, where generation and self-verification are optimized as two independent but complementary objectives. Extensive experiments across benchmarks and models demonstrate performance gains over generation-only training in both generation and verification capabilities.

📄 PDF Abstract BibTeX arXiv:2602.07594

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Large Language Models are Better Reasoners with Self-Verification

2022-12-19 · Yixuan Weng, Minjun Zhu, Fei Xia, Bin Li 외

Recently, with the chain of thought (CoT) prompting, large language models (LLMs), e.g., GPT-3, have shown strong reasoning ability in several natural language processing tasks such as arithmetic, commonsense, and logica…

Arithmetic ReasoningCommon Sense ReasoningFew-Shot LearningLanguage Modelling+1

Optimizing Heuristics for Tableau-based OWL Reasoners

2018-10-15 · Razieh Mehri, Volker Haarslev, Hamidreza Chinaei

Optimization techniques play a significant role in improving description logic reasoners covering the Web Ontology Language (OWL). These techniques are essential to speed up these reasoners. Many of the optimization tech…

V-STaR: Training Verifiers for Self-Taught Reasoners

2024-02-09 · Arian Hosseini, Xingdi Yuan, Nikolay Malkin, Aaron Courville 외

Common self-improvement approaches for large language models (LLMs), such as STaR, iteratively fine-tune LLMs on self-generated solutions to improve their problem-solving ability. However, these approaches discard the la…

Code GenerationMath

RSAT: Structured Attribution Makes Small Language Models Faithful Table Reasoners

2026-04-30 · Jugal Gajjar, Kamalasankari Subramaniakuppusamy arxiv

When a language model answers a table question, users have no way to verify which cells informed which reasoning steps. We introduce RSAT, a method that trains small language models (SLMs, 1-8B) to produce step-by-step r…

S$^3$c-Math: Spontaneous Step-level Self-correction Makes Large Language Models Better Mathematical Reasoners

2024-09-03 · Yuchen Yan, Jin Jiang, Yang Liu, Yixin Cao 외

Self-correction is a novel method that can stimulate the potential reasoning abilities of large language models (LLMs). It involves detecting and correcting errors during the inference process when LLMs solve reasoning p…

GSM8KMathMathematical Reasoning