paper-with-me

Papers

Thinking Fast and Right: Balancing Accuracy and Reasoning Length with Adaptive Rewards

2025-05-23 · Jinyan Su, Claire Cardie

Large language models (LLMs) have demonstrated strong reasoning abilities in mathematical tasks, often enhanced through reinforcement learning (RL). However, RL-trained models frequently produce unnecessarily long reasoning traces -- even for simple queries -- leading to increased inference costs and latency. While recent approaches attempt to control verbosity by adding length penalties to the reward function, these methods rely on fixed penalty terms that are hard to tune and cannot adapt as the model's reasoning capability evolves, limiting their effectiveness. In this work, we propose an adaptive reward-shaping method that enables LLMs to "think fast and right" -- producing concise outputs without sacrificing correctness. Our method dynamically adjusts the reward trade-off between accuracy and response length based on model performance: when accuracy is high, the length penalty increases to encourage faster length reduction; when accuracy drops, the penalty is relaxed to preserve correctness. This adaptive reward accelerates early-stage length reduction while avoiding over-compression in later stages. Experiments across multiple datasets show that our approach consistently and dramatically reduces reasoning length while largely maintaining accuracy, offering a new direction for cost-efficient adaptive reasoning in large-scale language models.

📄 PDF Abstract BibTeX arXiv:2505.18298

Code (1)

jinyansu1/a-dlp 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Fast-Slow Thinking for Large Vision-Language Model Reasoning

2025-04-25 · Wenyi Xiao, Leilei Gan, Weilong Dai, Wanggui He 외

Recent advances in large vision-language models (LVLMs) have revealed an \textit{overthinking} phenomenon, where models generate verbose reasoning across all tasks regardless of questions. To address this issue, we prese…

Language ModelingLanguage Modelling

SAT: Balancing Reasoning Accuracy and Efficiency with Stepwise Adaptive Thinking

2026-04-09 · Weiyang Huang, Xuefeng Bai, Kehai Chen, Xinyang Chen 외 arxiv

Large Reasoning Models (LRMs) have revolutionized complex problem-solving, yet they exhibit a pervasive "overthinking", generating unnecessarily long reasoning chains. While current solutions improve token efficiency, th…

SynapseRoute: An Auto-Route Switching Framework on Dual-State Large Language Model

2025-07-03 · Wencheng Zhang, Shiqin Qiao, Lingjie Luo, Yinfeng Li 외 arxiv

With the widespread adoption of large language models (LLMs) in practical applications, selecting an appropriate model requires balancing not only performance but also operational cost. The emergence of reasoning-capable…

Thinking Short and Right Over Thinking Long: Serving LLM Reasoning Efficiently and Accurately

2025-05-19 · Yuhang Wang, Youhe Jiang, Bin Cui, Fangcheng Fu

Recent advances in test-time scaling suggest that Large Language Models (LLMs) can gain better capabilities by generating Chain-of-Thought reasoning (analogous to human thinking) to respond a given request, and meanwhile…

Gold-Switch: Training-Free Superposition of Slow- and Fast- Thinking LLMs

2025-10-08 · Jaeseong Lee, Dayoung Kwon, seung-won hwang arxiv

Large Reasoning Models (LRMs) excel in structured tasks by emulating deliberate human reasoning but often suffer from overthinking, degrading performance and wasting resources. One possible baseline is to deploy both LLM…