paper-with-me

홈 › Papers

Reasoning Can Be Restored by Correcting a Few Decision Tokens

2026-05-16 · Changshuo Shen, Leheng Sheng, Yuxin Chen, An Zhang, Xiang Wang arxiv

Large reasoning models (LRMs) substantially outperform their base LLM counterparts on challenging reasoning benchmarks, yet it remains poorly understood where base models go wrong during token-by-token generation and how to narrow this gap efficiently. We study the base-reasoning gap through quantifying token-level distributional disagreement between a base model and a stronger reasoning model using likelihood-based divergences. Across benchmarks, we find that the reasoning advantage is highly sparse and concentrates on a small set of early, planning-related decision tokens. For instance, on Qwen3-0.6B, only ~8% of generated tokens account for the salient disagreement, and these tokens concentrate early in the response, are strongly enriched in planning-related decisions (17x), and coincide with high base-model uncertainty -- suggesting that base models fail mainly at early planning points that steer the subsequent reasoning trajectory. Building on these findings, we propose disagreement-guided token intervention, a simple inference-time delegation scheme that performs a one-token takeover by the reasoning model only at high-disagreement positions and immediately switches back to the base model. With a small intervention budget, this sparse delegation substantially recovers and can even surpass the performance of a same-size reasoning model on challenging reasoning tasks. Code is available at https://github.com/AlphaLab-USTC/RRTokenIntervention.

📄 PDF Abstract BibTeX arXiv:2605.16874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Correcting Negative Bias in Large Language Models through Negative Attention Score Alignment

2024-07-31 · Sangwon Yu, Jongyoon Song, Bongkyu Hwang, Hoyoung Kang 외

A binary decision task, like yes-no questions or answer verification, reflects a significant real-world scenario such as where users look for confirmation about the correctness of their decisions on specific issues. In t…

parameter-efficient fine-tuning

Rethinking Reflection in Pre-Training

2025-04-05 · Essential AI, :, Darsh J Shah, Peter Rushton 외

A language model's ability to reflect on its own reasoning provides a key advantage for solving complex problems. While most recent research has focused on how this ability develops during reinforcement learning, we show…

Extremely Sparse Supervision Incentivizes Reasoning Ability

2026-09-03 · Zhishuai Liu, Xingzi Xu, Mehmet Saygin Seyfioglu, Pan Xu 외 arxiv

Large language models demonstrate increasingly strong reasoning capabilities through effective post-training. Yet, prevailing post-training methods optimize over massive numbers of tokens, implicitly assuming that effect…

Reinforcement LearningMathematical Reasoning

Plan-on-Graph: Self-Correcting Adaptive Planning of Large Language Model on Knowledge Graphs

2024-10-31 · Liyi Chen, Panrong Tong, Zhongming Jin, Ying Sun 외

Large Language Models (LLMs) have shown remarkable reasoning capabilities on complex tasks, but they still suffer from out-of-date knowledge, hallucinations, and opaque decision-making. In contrast, Knowledge Graphs (KGs…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model

ScaleRTL: Scaling LLMs with Reasoning Data and Test-Time Compute for Accurate RTL Code Generation

2025-06-05 · Chenhui Deng, Yun-Da Tsai, Guan-Ting Liu, Zhongzhi Yu 외

Recent advances in large language models (LLMs) have enabled near-human performance on software coding benchmarks, but their effectiveness in RTL code generation remains limited due to the scarcity of high-quality traini…

Code Generation