English

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

Artificial Intelligence 2026-03-10 v1 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2603.07598,
  title  = {Shorter Thoughts, Same Answers: Difficulty-Scaled Segment-Wise RL for CoT Compression},
  author = {Ye Tian and Aijun Liu},
  journal= {arXiv preprint arXiv:2603.07598},
  year   = {2026}
}

Comments

12 pages, 3 figures. Preprint. Code available at the GitHub project repository

R2 v1 2026-07-01T11:09:06.790Z