paper-with-me

Papers

Thinking as Compression: Your Reasoning Model is Secretly a Context Compressor

2026-05-27 · Guoxin Ma, Yibing Liu, Chengzhengxu Li, Yu Liang, Yan Wang, Yueyang Zhang, Kecheng Chen, Zhaohan Zhang, Zhiyuan Sun, Daiting Shi arxiv

Context compression aims to shorten long context inputs with minimal information loss for LLM inference acceleration. While existing methods have shown promise, they typically rely on complex compression modules or compression-specific training, leaving the intrinsic capabilities of LLMs underexplored. In contrast, this work reveals that a thinking model itself can naturally compress long contexts by organizing task-relevant information. We thus derive Thinking as Compression (TaC), a new compression paradigm that treats thinking itself as compressed context. Without relying on specific dedicated compressor, TaC directly prompts the thinking model to generate thinking traces as the shortened context, already outperforming most representative compression methods. Further, given that raw thinking output may struggle with budget control and shortcut behaviors, we introduce Thinking as Compression Constrained (TaC-C), leveraging a simple reward-driven optimization framework to elicit intrinsic thinking as compact and controllable compressed context. Experiments across four long-context QA benchmarks demonstrate that TaC-C consistently outperforms existing baselines. At 4x and 8x compression ratios, it surpasses the strongest competitor by 17.4% and 23.4% in average F1, and by 15.7% and 21.7% in average Exact Match Score (EM), respectively.

📄 PDF Abstract BibTeX arXiv:2605.28713

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Latent Thinking Optimization: Your Latent Reasoning Language Model Secretly Encodes Reward Signals in Its Latent Thoughts

2025-09-30 · Hanwen Du, Yuxin Dong, Xia Ning arxiv

Large Language Models (LLMs) excel at problem solving by generating chain of thoughts in natural language, but such verbal thinking is computationally costly and prone to overthinking. A recent work instead proposes a la…

Your Large Language Model is Secretly a Fairness Proponent and You Should Prompt it Like One

2024-02-19 · Tianlin Li, XiaoYu Zhang, Chao Du, Tianyu Pang 외

The widespread adoption of large language models (LLMs) underscores the urgent need to ensure their fairness. However, LLMs frequently present dominant viewpoints while ignoring alternative perspectives from minority par…

FairnessLanguage ModelingLanguage ModellingLarge Language Model

Your Dense Retriever is Secretly an Expeditious Reasoner

2025-09-27 · Yichi Zhang, Jun Bai, Zhixin Cai, Shuhan Qin 외 arxiv

Dense retrievers enhance retrieval by encoding queries and documents into continuous vectors, but they often struggle with reasoning-intensive queries. Although Large Language Models (LLMs) can reformulate queries to cap…

OPSD Compresses What RLVR Teaches: A Post-RL Compaction Stage for Reasoning Models

2026-05-07 · Jaehoon Kim, Dongha Lee arxiv

On-Policy Self-Distillation (OPSD) has recently emerged as an alternative to Reinforcement Learning with Verifiable Rewards (RLVR), promising higher accuracy and shorter responses through token-level credit assignment fr…

Reinforcement LearningMathematical Reasoning

Implicit Compression Regularization: Concise Reasoning via Internal Shorter Distributions in RL Post-Training

2026-05-08 · Chen Wang, Hexuan Deng, Yining Zhang, Yuchen Zhang 외 arxiv

Reinforcement learning with verifiable rewards improves LLM reasoning but often induces overthinking, where models generate unnecessarily long reasoning traces. Existing methods mainly rely on length penalties or early-e…

Reinforcement Learning