Papers › Thinkless: LLM Learns When to Think

Thinkless: LLM Learns When to Think

19 May 2025arXiv:2505.13379archive 2025-07-28

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

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2505.13379")

Code

Syntology Ran 5 of 14 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vainf/thinkless officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 5 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
1ran
9unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from vainf/thinkless. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

count_unknown_letters_in_expr vainf/thinkless/deepscaler/rewards/math_utils/utils.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 368d3db6347269c3 · report
create_huggingface_actor vainf/thinkless/verl/verl/utils/model.py official repository ran Apache-2.0 (permissive) · 360c671d6041ba3b · report
should_allow_eval vainf/thinkless/deepscaler/rewards/math_utils/utils.py official repository ran · violated contract Apache-2.0 (permissive) · 95f02454eddf082a · report
union_tensor_dict vainf/thinkless/verl/verl/protocol.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 21331a58f93375e4 · report
unpad_dataproto vainf/thinkless/verl/verl/protocol.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 25f0ea3f460f6ce1 · report
doc_to_text vainf/thinkless/eval_configs/deepseek/minerva/utils.py official repository unverified Apache-2.0 (permissive) · e403e6d605b4be13 · report
get_huggingface_actor_config vainf/thinkless/verl/verl/utils/model.py official repository unverified Apache-2.0 (permissive) · 19472d4343d0a082 · report
get_weight_loader vainf/thinkless/verl/verl/models/weight_loader_registry.py official repository unverified Apache-2.0 (permissive) · 919cf310ad4c189a · report
mathd_normalize_answer vainf/thinkless/deepscaler/rewards/math_utils/utils.py official repository unverified Apache-2.0 (permissive) · ec578739f88adc22 · report
preprocess vainf/thinkless/eval_configs/deepseek/gpqa_cot/utils.py official repository unverified Apache-2.0 (permissive) · 9af55c133c99fd8c · report
process_docs vainf/thinkless/eval_configs/deepseek/gpqa_cot/utils.py official repository unverified Apache-2.0 (permissive) · 7b3d5a19e482e0f9 · report
process_docs vainf/thinkless/eval_configs/deepseek/minerva/utils.py official repository unverified Apache-2.0 (permissive) · a8c319542ccdd5f9 · report
process_results vainf/thinkless/eval_configs/deepseek/minerva/utils.py official repository unverified Apache-2.0 (permissive) · 23c431ee9b6a079a · report
squeeze vainf/thinkless/verl/verl/utils/model.py official repository unverified Apache-2.0 (permissive) · 3b15e2ac7497c441 · report

Tasks

GSM8KMath

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections