paper-with-me

홈 › Papers

Shorter Reasoning, Earlier Answers? An Evaluation of Reasoning Interfaces

2026-08-04 · Francesca Carlon, Vincent Ginis, Andres Algaba arxiv

Large language models often reason at length before answering, increasing cost and latency. Prompts and trained settings can shorten this reasoning, but a shorter trace may only show that the model stopped sooner. Here, we evaluate paired runs of the same question at matched reasoning horizons across 198 GPQA Diamond and 500 MMLU-Pro questions. We test a numeric/concision prompt that announces a token limit for Qwen3-14B and the trained effort settings of gpt-oss-20b and -120b. The Qwen prompt shortens reasoning traces by 12-17%, while accuracy changes at matched token limits are small and mixed. A concise/early-answer instruction raises MMLU-Pro accuracy by 3.8 percentage points at 512 tokens, including +2.7 points when both runs are unfinished. Its gain at 2,048 tokens is uncertain. For gpt-oss, candidate-logit answers from completed low- and medium-effort reasoning are 14.5-26.3 points more accurate than matched-horizon high-effort answers. Most of the 512-token advantage comes from lower effort finishing earlier, while differences among unfinished runs are smaller and mixed. Wrong early answers often concentrate probability on the chosen option, so earlier stopping does not uniformly improve probability quality. In these tests, a tight deadline can favor lower effort or a concise instruction, whereas allowing high effort to finish can recover higher final accuracy. Evaluations should report correct completion before a deadline, the answer obtained when a run is stopped, differences among unfinished runs, and probability assigned to the correct answer separately.

📄 PDF Abstract BibTeX arXiv:2608.03401

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Geometric Latent Reasoning Induces Shorter Generations in LLMs

2026-06-01 · Shashi Kumar, Yacouba Kaloga, Petr Motlicek, Ina Kodrasi 외 arxiv

Large language models solve complex problems by generating lengthy chains of explicit reasoning tokens. While effective, this makes reasoning expensive, length-sensitive, and constrained to (discrete) natural language. W…

Mathematical Reasoning

S-GRPO: Early Exit via Reinforcement Learning in Reasoning Models

2025-05-12 · Muzhi Dai, Chenxu Yang, Qingyi Si

As Test-Time Scaling emerges as an active research focus in the large language model community, advanced post-training methods increasingly emphasize extending chain-of-thought (CoT) generation length, thereby enhancing …

GSM8KLarge Language ModelMathreinforcement-learning+1

Thinking Out of Order: When Output Order Stops Reflecting Reasoning Order in Diffusion Language Models

2026-01-29 · Longxuan Yu, Yu Fu, Shaorong Zhang, Hui Liu 외 arxiv

Autoregressive (AR) language models enforce a fixed left-to-right generation order, creating a fundamental limitation when the required output structure conflicts with natural reasoning (e.g., producing answers before ex…

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

Don't Overthink it. Preferring Shorter Thinking Chains for Improved LLM Reasoning

2025-05-23 · Michael Hassid, Gabriel Synnaeve, Yossi Adi, Roy Schwartz

Reasoning large language models (LLMs) heavily rely on scaling test-time compute to perform complex reasoning tasks by generating extensive "thinking" chains. While demonstrating impressive results, this approach incurs …