paper-with-me

홈 › Papers

In-Token Rationality Optimization: Towards Accurate and Concise LLM Reasoning via Self-Feedback

2025-11-13 · Mingye Zhu, Yi Liu, Zheren Fu, Quan Wang, Yongdong Zhang arxiv

Training Large Language Models (LLMs) for chain-of-thought reasoning presents a significant challenge: supervised fine-tuning on a single "golden" rationale hurts generalization as it penalizes equally valid alternatives, whereas reinforcement learning with verifiable rewards struggles with credit assignment and prohibitive computational cost. To tackle these limitations, we introduce InTRO (In-Token Rationality Optimization), a new framework that enables both token-level exploration and self-feedback for accurate and concise reasoning. Instead of directly optimizing an intractable objective over all valid reasoning paths, InTRO leverages correction factors-token-wise importance weights estimated by the information discrepancy between the generative policy and its answer-conditioned counterpart, for informative next token selection. This approach allows the model to perform token-level exploration and receive self-generated feedback within a single forward pass, ultimately encouraging accurate and concise rationales. Across six math-reasoning benchmarks, InTRO consistently outperforms other baselines, raising solution accuracy by up to 20% relative to the base model. Its chains of thought are also notably more concise, exhibiting reduced verbosity. Beyond this, InTRO enables cross-domain transfer, successfully adapting to out-of-domain reasoning tasks that extend beyond the realm of mathematics, demonstrating robust generalization.

📄 PDF Abstract BibTeX arXiv:2511.09865

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ROI-Reasoning: Rational Optimization for Inference via Pre-Computation Meta-Cognition

2026-01-07 · Muyang Zhao, Qi Qi, Hao Sun arxiv

Large language models (LLMs) can achieve strong reasoning performance with sufficient computation, but they do not inherently know how much computation a task requires. We study budgeted inference-time reasoning for mult…

Reinforcement LearningMathematical ReasoningDecision Making

CROP: Token-Efficient Reasoning in Large Language Models via Regularized Prompt Optimization

2026-04-08 · Deep Shah, Sanket Badhe, Nehal Kathrotia, Priyanka Tiwari arxiv

Large Language Models utilizing reasoning techniques improve task performance but incur significant latency and token costs due to verbose generation. Existing automatic prompt optimization(APO) frameworks target task ac…

Self-Training Elicits Concise Reasoning in Large Language Models

2025-02-27 · Tergel Munkhbat, Namgyu Ho, Seohyun Kim, Yongjin Yang 외

Chain-of-thought (CoT) reasoning has enabled large language models (LLMs) to utilize additional computation through intermediate tokens to solve complex tasks. However, we posit that typical reasoning traces contain many…

GSM8KIn-Context LearningMath

ConciseRL: Conciseness-Guided Reinforcement Learning for Efficient Reasoning Models

2025-05-22 · Razvan-Gabriel Dumitru, Darius Peteleaza, Vikas Yadav, Liangming Pan

Large language models excel at complex tasks by breaking down problems into structured reasoning steps. However, reasoning traces often extend beyond reaching a correct answer, causing wasted computation, reduced readabi…

Large Language ModelMathreinforcement-learningReinforcement Learning

Learning to Reason Efficiently with Discounted Reinforcement Learning

2025-10-27 · Alex Ayoub, Kavosh Asadi, Dale Schuurmans, Csaba Szepesvári 외 arxiv

Large reasoning models (LRMs) often consume excessive tokens, inflating computational cost and latency. More broadly, in goal reaching sequential decision problems we often want to reach the goal quickly, and LRM reasoni…

Reinforcement Learning