CORE-RAG: Lossless Compression for Retrieval-Augmented LLMs via Reinforcement Learning
Ziqiang Cui, Yunpeng Weng, Xing Tang, Peiyang Liu, Shiwei Li, Bowei He, Jiamin Chen, Yansen Zhang, Xiuqiang He, Chen Ma

TL;DR
CORE-RAG introduces a lossless, reinforcement learning-based compression method for retrieval-augmented large language models, significantly reducing input size while maintaining or improving task performance.
Contribution
It proposes a novel end-to-end optimized lossless compression technique that uses downstream task feedback, avoiding predefined heuristics and enhancing RAG efficiency.
Findings
Achieves a 3% compression ratio without performance loss.
Improves average Exact Match score by 3.3 points.
Demonstrates effectiveness across four datasets.
Abstract
Retrieval-Augmented Generation (RAG) has emerged as a promising approach to enhance the timeliness of knowledge updates and the factual accuracy of responses in large language models. However, incorporating a large number of retrieved documents significantly increases input length, leading to higher computational costs. Existing approaches to document compression tailored for RAG often degrade task performance, as they typically rely on predefined heuristics in the absence of clear compression guidelines. These heuristics fail to ensure that the compressed content effectively supports downstream tasks. To address these limitations, we propose CORE, a novel method for lossless context compression in RAG. CORE is optimized end-to-end and does not depend on predefined compression labels, which are often impractical to obtain. Instead, it leverages downstream task performance as a feedback…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Handwritten Text Recognition Techniques · Algorithms and Data Compression
