Large language models achieve breakthroughs in complex reasoning via long chain-of-thought sequences. However, this often leads to severe reasoning inflation, causing substantial computational redundancy. To maximize Intelligence per Token, we introduce a theoretical metric, MSL-Minimal Sufficient Length. MSL rigorously characterizes the shortest reasoning length that preserves answer correctness. We provide a recursive definition based on independently sampled sequences and prove the existence of its limit, establishing the first measurable lower bound for reasoning-chain compression. Building on an analysis of mainstream CoT compression strategies, we identify key structural factors enabling a model to approach MSL. Based on these insights, we propose TRiMS which employs the GRPO algorithm in conjunction with MSL-based estimation during training, while mitigating instabilities during the training process through dynamic batch aggregation and advantage computation using batch-level standard deviation. TRiMS achieves over 80% CoT token reduction with a minor accuracy boost across all benchmarks.
@article{arxiv.2603.17449,
title = {TRiMS: Real-Time Tracking of Minimal Sufficient Length for Efficient Reasoning via RL},
author = {Tingcheng Bian and Jinchang Luo and Mingquan Cheng and Jinyu Zhang and Xiaoling Xia and Ni Li and Yan Tao and Haiwei Wang},
journal= {arXiv preprint arXiv:2603.17449},
year = {2026}
}
Comments
8 pages (main), 21 pages total including appendix, 18 figures.Code will be released