paper-with-me

Papers

Recursive Abstractive Processing for Retrieval in Dynamic Datasets

2024-10-02 · Charbel Chucri, Rami Azouz, Joachim Ott

Recent retrieval-augmented models enhance basic methods by building a hierarchical structure over retrieved text chunks through recursive embedding, clustering, and summarization. The most relevant information is then retrieved from both the original text and generated summaries. However, such approaches face limitations with dynamic datasets, where adding or removing documents over time complicates the updating of hierarchical representations formed through clustering. We propose a new algorithm to efficiently maintain the recursive-abstractive tree structure in dynamic datasets, without compromising performance. Additionally, we introduce a novel post-retrieval method that applies query-focused recursive abstractive processing to substantially improve context quality. Our method overcomes the limitations of other approaches by functioning as a black-box post-retrieval layer compatible with any retrieval algorithm. Both algorithms are validated through extensive experiments on real-world datasets, demonstrating their effectiveness in handling dynamic data and improving retrieval performance.

📄 PDF Abstract BibTeX arXiv:2410.01736

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringRetrieval

Similar Papers 제목 키워드 기반

RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval

2024-01-31 · Parth Sarthi, Salman Abdullah, Aditi Tuli, Shubh Khanna 외

Retrieval-augmented language models can better adapt to changes in world state and incorporate long-tail knowledge. However, most existing methods retrieve only short contiguous chunks from a retrieval corpus, limiting h…

Question AnsweringRetrieval

DTCRS: Dynamic Tree Construction for Recursive Summarization

2026-04-08 · Guanran Luo, Zhongquan Jian, Wentao Qiu, Meihong Wang 외 arxiv

Retrieval-Augmented Generation (RAG) mitigates the hallucination problem of Large Language Models (LLMs) by incorporating external knowledge. Recursive summarization constructs a hierarchical summary tree by clustering t…

Question Answering

HIRO: Hierarchical Information Retrieval Optimization

2024-06-14 · Krish Goel, Mahek Chandak

Retrieval-Augmented Generation (RAG) has revolutionized natural language processing by dynamically integrating external knowledge into Large Language Models (LLMs), addressing their limitation of static training datasets…

Information RetrievalRAGRetrievalRetrieval-augmented Generation

Towards Generating Query to Perform Query Focused Abstractive Summarization using Pre-trained Model

2020-12-01 · INLG (ACL) 2020 12 · Deen Mohammad Abdullah, Yllias Chali

Query Focused Abstractive Summarization (QFAS) represents an abstractive summary from the source document based on a given query. To measure the performance of abstractive summarization tasks, different datasets have bee…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingSentence

Noise-Robust Abstractive Compression in Retrieval-Augmented Language Models

2025-11-19 · Singon Kim arxiv

Abstractive compression utilizes smaller langauge models to condense query-relevant context, reducing computational costs in retrieval-augmented generation (RAG). However, retrieved documents often include information th…

Data Augmentation