paper-with-me

홈 › Papers

ConCise: Training-Free Conclusion-Chain State Compression for Cost-Efficient Multi-Step RAG Services

2026-06-13 · Kuan Yan, Zhiqing Tang, Tian Wang, Weijia Jia arxiv

Multi-step retrieval-augmented generation (RAG) has been widely deployed as LLM-powered web services for complex question answering, where iterative retrieval-reasoning rounds deliver strong multi-hop accuracy. However, this paradigm causes historical documents and reasoning traces to accumulate across rounds, inflating cumulative input tokens approximately as $O(N^2)$ with progressively increasing noise density. In API-based service architectures, such growth directly amplifies per-request billing cost, network payload, and response latency. Existing compression approaches rely on pretrained modules or GPU-level KV cache access, introducing model hosting overhead incompatible with API-native, Serverless, and edge-side deployments. To address this issue, this paper proposes ConCise, a training-free state-layer protocol that restructures cross-round context transmission for multi-step RAG services. Specifically, ConCise replaces raw-text accumulation with an append-only chain of structured conclusions, compressing cumulative context growth from $O(N^2)$ to approximately $O(N)$. Furthermore, a fused generation mechanism is introduced to jointly emit reasoning and conclusions in a single API call, eliminating repeated input billing from serial dual-invocation overhead. Extensive experiments across twelve paired configurations spanning three models, two datasets, and two representative frameworks demonstrate that ConCise achieves 64.63\% average token savings while maintaining acceptable accuracy, providing a plug-and-play, deployment-friendly solution for cost-efficient multi-step RAG service optimization.

📄 PDF Abstract BibTeX arXiv:2606.28361

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Concise Reasoning via Reinforcement Learning

2025-04-07 · Mehdi Fatemi, Banafsheh Rafiee, Mingjie Tang, Kartik Talamadupula

Despite significant advancements in large language models (LLMs), a major drawback of reasoning models is their enormous token usage, which increases computational cost, resource requirements, and response time. In this …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Activation Steering for Chain-of-Thought Compression

2025-07-07 · Seyedarmin Azizi, Erfan Baghaei Potraghloo, Massoud Pedram

Large language models (LLMs) excel at complex reasoning when they include intermediate steps, known as "chains of thought" (CoTs). However, these rationales are often overly verbose, even for simple problems, leading to …

GSM8KMath

Cut to the Chase: Training-free Multimodal Summarization via Chain-of-Events

2026-03-06 · Xiaoxing You, Qiang Huang, Lingyu Li, Xiaojun Chang 외 arxiv

Multimodal Summarization (MMS) aims to generate concise textual summaries by understanding and integrating information across videos, transcripts, and images. However, existing approaches still suffer from three main cha…

Domain Generalization

Walk Before You Run! Concise LLM Reasoning via Reinforcement Learning

2025-05-27 · Mingyang Song, Mao Zheng

As test-time scaling becomes a pivotal research frontier in Large Language Models (LLMs) development, contemporary and advanced post-training methodologies increasingly focus on extending the generation length of long Ch…

Math

Focused Chain-of-Thought: Efficient LLM Reasoning via Structured Input Information

2025-11-27 · Lukas Struppek, Dominik Hintersdorf, Hannah Struppek, Daniel Neider 외 arxiv

Recent large language models achieve strong reasoning performance by generating detailed chain-of-thought traces, but this often leads to excessive token use and high inference latency. Existing efficiency approaches typ…

Reinforcement LearningInformation Extraction