paper-with-me

Papers

Breadcrumbs Reasoning: Memory-Efficient Reasoning with Compression Beacons

2025-10-15 · Giovanni Monea, Yair Feldman, Shankar Padmanabhan, Kianté Brantley, Yoav Artzi arxiv

The scalability of large language models for long-context reasoning is severely constrained by the linear growth of their Transformer key-value cache, which incurs significant memory and computational costs. We posit that as a model generates reasoning tokens, the informational value of past generated tokens diminishes, creating an opportunity for compression. In this work, we propose to periodically compress the generation KV cache with a learned, special-purpose token and evict compressed entries. We train the model to perform this compression via a modified joint distillation and reinforcement learning (RL) framework. Our training method minimizes overhead over the conventional RL process, as it leverages RL outputs for distillation. Empirically, our method achieves a superior memory-accuracy Pareto frontier compared to both the model without cache compression and training-free compression techniques.

📄 PDF Abstract BibTeX arXiv:2510.13797

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Memory Augmentation Unlocks Efficient Chain-of-Thought Reasoning

2026-08-21 · Simeng Zhang, Yilong Chen, Wenyuan Zhang, Zhenyu Zhang 외 arxiv

Large language models often rely on Chain-of-Thought (CoT) reasoning to solve complex tasks, but verbose reasoning traces introduce substantial inference overhead. CoT compression shortens generation, yet aggressive comp…

Science Question AnsweringMathematical Reasoning

MemoSight: Unifying Context Compression and Multi Token Prediction for Reasoning Acceleration

2026-04-16 · Xinyu Liu, Xin Liu, Bo Jin, Runsong Zhao 외 arxiv

While chain-of-thought (CoT) reasoning enables LLMs to solve challenging reasoning tasks, the linear growth of the KV cache leads to substantial memory and inference overhead. Existing approaches such as context compress…

SideQuest: Model-Driven KV Cache Management for Long-Horizon Agentic Reasoning

2026-02-26 · Sanjay Kariyappa, G. Edward Suh arxiv

Long-running agentic tasks, such as deep research, require multi-hop reasoning over information distributed across multiple webpages and documents. In such tasks, the LLM context is dominated by tokens from external retr…

Reasoning Path Compression: Compressing Generation Trajectories for Efficient LLM Reasoning

2025-05-20 · Jiwon Song, Dongwon Jo, Yulhwa Kim, Jae-Joon Kim

Recent reasoning-focused language models achieve high accuracy by generating lengthy intermediate reasoning paths before producing final answers. While this approach is effective in solving problems that require logical …

R-KV: Redundancy-aware KV Cache Compression for Training-Free Reasoning Models Acceleration

2025-05-30 · Zefan Cai, Wen Xiao, Hanshi Sun, Cheng Luo 외

Reasoning models have demonstrated impressive performance in self-reflection and chain-of-thought reasoning. However, they often produce excessively long outputs, leading to prohibitively large key-value (KV) caches duri…

Mathematical Reasoning