MEGA Hub

Fewer Tokens, Smaller Cache: Reward-Coordinated Efficient Reasoning

Authors

Do you know Qiyuan Zhu?You can claim authorship or link another user.Do you know Dezhi Li?You can claim authorship or link another user.Do you know Pengyu Cheng?You can claim authorship or link another user.Do you know Tianle Chen?You can claim authorship or link another user.Do you know Jiacheng Wang?You can claim authorship or link another user.Do you know Ruijie Shen?You can claim authorship or link another user.Do you know Hao Gu?You can claim authorship or link another user.Do you know Sida Lin?You can claim authorship or link another user.Do you know Zirui Liu?You can claim authorship or link another user.Do you know Jiacheng Liu?You can claim authorship or link another user.Do you know Sirui Han?You can claim authorship or link another user.

Abstract

Large Reasoning Models (LRMs) excel on complex tasks through long chain-of-thought (CoT) reasoning, but their lengthy intermediate steps cause severe overthinking that inflates inference cost. KV-cache compression is a common solution, yet existing reasoning-oriented methods apply a uniform policy across the trajectory and judge compression only by what it removes from the cache. Two observations point the other way. First, a reasoning state's tolerance to context loss varies along the trajectory, and process reward tracks it: deleting tokens at high-reward steps preserves accuracy far better than deleting the same budget at random. Second, compression is not free on the generation side, since a smaller cache leads the model to generate more tokens, partly canceling the saving. Together these motivate coordinating both sides under a single process reward. We propose ReCo (Reward-Coordinated Compression), a step-wise framework in which a lightweight process-reward estimator scores each completed step and drives three components: (1) reward-adaptive KV-cache compression that shrinks the retained cache harder at high-reward steps and less at low-reward ones, (2) a reward-banded penalty on reflection tokens that curbs redundant generation, and (3) confidence-based early stopping that triggers when the reasoning is reliable. Across three reasoning models and six benchmarks, ReCo reduces generated tokens by 37%-65% and end-to-end latency by 2.08x-2.35x over Full CoT, all while largely preserving accuracy.

Community

00

Publication notes

Author note
Work in progress, revisions ongoing