paper-with-me

Papers

Thinkless: LLM Learns When to Think

2025-05-19 · Gongfan Fang, Xinyin Ma, Xinchao Wang

Reasoning Language Models, capable of extended chain-of-thought reasoning, have demonstrated remarkable performance on tasks requiring complex logical inference. However, applying elaborate reasoning for all queries often results in substantial computational inefficiencies, particularly when many problems admit straightforward solutions. This motivates an open question: Can LLMs learn when to think? To answer this, we propose Thinkless, a learnable framework that empowers an LLM to adaptively select between short-form and long-form reasoning, based on both task complexity and the model's ability. Thinkless is trained under a reinforcement learning paradigm and employs two control tokens, <short> for concise responses and <think> for detailed reasoning. At the core of our method is a Decoupled Group Relative Policy Optimization (DeGRPO) algorithm, which decomposes the learning objective of hybrid reasoning into two components: (1) a control token loss that governs the selection of the reasoning mode, and (2) a response loss that improves the accuracy of the generated answers. This decoupled formulation enables fine-grained control over the contributions of each objective, stabilizing training and effectively preventing collapse observed in vanilla GRPO. Empirically, on several benchmarks such as Minerva Algebra, MATH-500, and GSM8K, Thinkless is able to reduce the usage of long-chain thinking by 50% - 90%, significantly improving the efficiency of Reasoning Language Models. The code is available at https://github.com/VainF/Thinkless

📄 PDF Abstract BibTeX arXiv:2505.13379

Code (1)

vainf/thinkless 공식 구현 pytorch

Tasks

GSM8KMath

Similar Papers 제목 키워드 기반

ThinkLess: A Training-Free Inference-Efficient Method for Reducing Reasoning Redundancy

2025-05-21 · Gengyang Li, Yifeng Gao, Yuming Li, Yunfang Wu

While Chain-of-Thought (CoT) prompting improves reasoning in large language models (LLMs), the excessive length of reasoning tokens increases latency and KV cache memory usage, and may even truncate final answers under c…

Instruction FollowingTransfer Learning

FROST: Filtering Reasoning Outliers with Attention for Efficient Reasoning

2026-01-26 · Haozheng Luo, Zhuolin Jiang, Md Zahid Hasan, Yan Chen 외 arxiv

We propose FROST, an attention-aware method for efficient reasoning. Unlike traditional approaches, FROST leverages attention weights to prune uncritical reasoning paths, yielding shorter and more reliable reasoning traj…

Switch-Reasoner: Learn When to Think in Multitask Mixtures via Reinforcement Learning

2026-07-09 · Yiyang Fang, Pei Fu, Jinjie Li, Jian Liang 외 arxiv

Multimodal Large Language Models (MLLMs) often follow a fixed Think-then-Answer paradigm, which is inefficient in heterogeneous multitask settings because simple inputs may not require explicit reasoning while difficult …

Reinforcement Learning

Learning When to Think: Shaping Adaptive Reasoning in R1-Style Models via Multi-Stage RL

2025-05-16 · Songjun Tu, Jiahao Lin, Qichao Zhang, Xiangyu Tian 외

Large reasoning models (LRMs) are proficient at generating explicit, step-by-step reasoning sequences before producing final answers. However, such detailed reasoning can introduce substantial computational overhead and …

Reinforcement Learning (RL)

Cooperative Training of Fast Thinking Initializer and Slow Thinking Solver for Conditional Learning

2019-02-07 · Jianwen Xie, Zilong Zheng, Xiaolin Fang, Song-Chun Zhu 외

This paper studies the problem of learning the conditional distribution of a high-dimensional output given an input, where the output and input may belong to two different domains, e.g., the output is a photo image and t…

Image GenerationImage-to-Image Translation