paper-with-me

Papers

BRIEF-Pro: Universal Context Compression with Short-to-Long Synthesis for Fast and Accurate Multi-Hop Reasoning

2025-10-15 · Jia-Chen Gu, Junyi Zhang, Di Wu, Yuankai Li, Kai-Wei Chang, Nanyun Peng arxiv

As retrieval-augmented generation (RAG) tackles complex tasks, increasingly expanded contexts offer richer information, but at the cost of higher latency and increased cognitive load on the model. To mitigate this bottleneck, especially for intricate multi-hop questions, we introduce BRIEF-Pro. It is a universal, lightweight compressor that distills relevant evidence for a given query from retrieved documents into a concise summary for seamless integration into in-context RAG. Using seed data consisting of relatively short contexts (fewer than 1k words), BRIEF-Pro is trained to perform abstractive compression of extended contexts exceeding 10k words across a wide range of scenarios. Furthermore, BRIEF-Pro offers flexible user control over summary length by allowing users to specify the desired number of sentences. Experiments on four open-domain multi-hop question-answering datasets show that BRIEF-Pro generates more concise and relevant summaries, enhancing performance across small, large, and proprietary language models. With the 70B reader model, 32x compression by BRIEF-Pro improves QA performance by 4.67% on average over LongLLMLingua's 9x, while requiring only 23% of its computational overhead.

📄 PDF Abstract BibTeX arXiv:2510.13799

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MELODI: Exploring Memory Compression for Long Contexts

2024-10-04 · Yinpeng Chen, DeLesley Hutchins, Aren Jansen, Andrey Zhmoginov 외

We present MELODI, a novel memory architecture designed to efficiently process long documents using short context windows. The key principle behind MELODI is to represent short-term and long-term memory as a hierarchical…

BRIEF: Bridging Retrieval and Inference for Multi-hop Reasoning via Compression

2024-10-20 · Yuankai Li, Jia-Chen Gu, Di wu, Kai-Wei Chang 외

Retrieval-augmented generation (RAG) can supplement large language models (LLMs) by integrating external knowledge. However, as the number of retrieved documents increases, the input length to LLMs grows linearly, causin…

In-Context LearningLong-Context UnderstandingOpen-Domain Question AnsweringQuestion Answering+3

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

2026-05-27 · Guoxin Ma, Yibing Liu, Chengzhengxu Li, Yu Liang 외 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 compr…

Sentence-Anchored Gist Compression for Long-Context LLMs

2025-11-11 · Dmitrii Tarasov, Elizaveta Goncharova, Kuznetsov Andrey arxiv

This work investigates context compression for Large Language Models (LLMs) using learned compression tokens to reduce the memory and computational demands of processing long sequences. We demonstrate that pre-trained LL…

End-to-End Context Compression at Scale

2026-06-08 · Ang Li, Sean McLeish, Haozhe Chen, Nimit Kalra 외 arxiv

Long-context language model inference is bottlenecked by memory, as the KV cache grows with context length. Recent techniques to compress the KV cache fall short: they either degrade model quality substantially or requir…