paper-with-me

홈 › Papers

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

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

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, causing a dramatic increase in latency and a degradation in long-context understanding. This is particularly serious for multi-hop questions that require a chain of reasoning across documents. To accelerate inference, reduce costs, and minimize distractions, this paper presents BRIEF (Bridging Retrieval and Inference through Evidence Fusion), a lightweight approach that performs query-aware multi-hop reasoning by compressing retrieved documents into highly dense textual summaries to integrate into in-context learning. To enable learning compression for multi-hop reasoning, we curate synthetic data by extracting atomic proposition expressions that encapsulate distinct factoids from the source documents to compose synthetic summaries. Based on our synthetic data built entirely by open-source models, BRIEF generates more concise summaries and enables a range of LLMs to achieve exceptional open-domain question answering (QA) performance. For example, on HotpotQA, BRIEF improves the compression rate by 2 times compared to the state-of-the-art baseline, while outperforming it by 3.00% EM and 4.16% F1 with Flan-UL2 as the reader LM. It also generates more concise summaries than proprietary GPT-3.5, while demonstrating nearly identical QA performance.

📄 PDF Abstract BibTeX arXiv:2410.15277

Code (1)

JasonForJoy/BRIEF 공식 구현 pytorch

Tasks

In-Context LearningLong-Context UnderstandingOpen-Domain Question AnsweringQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…

Similar Papers 제목 키워드 기반

IndexRAG: Bridging Facts for Cross-Document Reasoning at Index Time

2026-03-17 · Zhenghua Bao, Yi Shi arxiv

Multi-hop question answering (QA) requires reasoning across multiple documents, yet existing retrieval-augmented generation (RAG) approaches address this either through graph-based methods requiring additional online pro…

Multi-hop Question Answering

Efficient Retrieval-Augmented Generation via Token Co-occurrence Graphs

2026-06-29 · Gianluca Bonifazi, Christopher Buratti, Michele Marchetti, Federica Parlapiano 외 arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Large Language Models (LLMs) by grounding the generation process on external knowledge. However, standard RAG approaches struggle with multi-hop reasoning.…

Multi-hop Question Answering

RAG+: Enhancing Retrieval-Augmented Generation with Application-Aware Reasoning

2025-06-13 · Yu Wang, Shiwan Zhao, Zhihu Wang, Ming Fan 외

The integration of external knowledge through Retrieval-Augmented Generation (RAG) has become foundational in enhancing large language models (LLMs) for knowledge-intensive tasks. However, existing RAG paradigms often ov…

RAGRetrievalRetrieval-augmented Generation

R3G: A Reasoning-Retrieval-Reranking Framework for Vision-Centric Answer Generation

2026-01-25 · Zhuohong Chen, Zhengxian Wu, Zirui Liao, Shenao Jiang 외 arxiv

Vision-centric retrieval for VQA requires retrieving images to supply missing visual cues and integrating them into the reasoning process. However, selecting the right images and integrating them effectively into the mod…

Answer Generation

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 외 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 bottle…