paper-with-me

홈 › Papers

Shorter Thoughts, Same Answers: Difficulty-Scaled Segment-Wise RL for CoT Compression

2026-03-08 · Ye Tian, Aijun Liu arxiv

Chain-of-thought (CoT) improves reasoning reliability but increases token cost, motivating post-training compression of explicit reasoning traces. However, the shortest sufficient reasoning is not universal: it depends on difficulty, model capacity, and training state, making fixed length targets brittle. In practice, naive RL-based compression can also undesirably shorten the user-facing answer, because a single completion-level learning signal leaks across the think/answer boundary. We propose Difficulty-Scaled Segment-Wise GRPO (DSS-GRPO), which decomposes returns into think and answer components, computes group-relative advantages per segment, and routes them with hard token masks so compression updates act only on think while answer alignment acts only on answer. DSS-GRPO uses prompt-wise within-group shaping and difficulty-aware scaling to encourage concise reasoning without collapsing answer behavior.

📄 PDF Abstract BibTeX arXiv:2603.07598

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Well Can Reasoning Models Identify and Recover from Unhelpful Thoughts?

2025-06-12 · Sohee Yang, Sang-Woo Lee, Nora Kassner, Daniela Gottesman 외

Recent reasoning models show the ability to reflect, backtrack, and self-validate their reasoning, which is crucial in spotting mistakes and arriving at accurate solutions. A natural question that arises is how effective…

Harnessing Chain-of-Thought Metadata for Task Routing and Adversarial Prompt Detection

2025-03-27 · Ryan Marinelli, Josef Pichlmeier, Tamas Bisztray

In this work, we propose a metric called Number of Thoughts (NofT) to determine the difficulty of tasks pre-prompting and support Large Language Models (LLMs) in production contexts. By setting thresholds based on the nu…

Beyond the Last Answer: Your Reasoning Trace Uncovers More than You Think

2025-04-29 · Hasan Abed Al Kader Hammoud, Hani Itani, Bernard Ghanem

Large Language Models (LLMs) leverage step-by-step reasoning to solve complex problems. Standard evaluation practice involves generating a complete reasoning trace and assessing the correctness of the final answer presen…

Mathematical Reasoning

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, …

Do LLMs and Humans Find the Same Questions Difficult? A Case Study on Japanese Quiz Answering

2025-11-15 · Naoya Sugiura, Kosuke Yamada, Yasuhiro Ogawa, Katsuhiko Toyama 외 arxiv

LLMs have achieved performance that surpasses humans in many NLP tasks. However, it remains unclear whether problems that are difficult for humans are also difficult for LLMs. This study investigates how the difficulty o…