CLLGJan 31, 2024

RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval

arXiv:2401.18059v1511 citationsh-index: 6ICLR
Originality Highly original
AI Analysis

This addresses the challenge of integrating long document context for complex reasoning tasks, offering a novel solution for improving retrieval-augmented language models.

The paper tackles the problem of limited holistic understanding in retrieval-augmented language models by introducing RAPTOR, a method that recursively constructs a tree of summaries for retrieval, resulting in state-of-the-art performance, such as a 20% absolute accuracy improvement on the QuALITY benchmark.

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 holistic understanding of the overall document context. We introduce the novel approach of recursively embedding, clustering, and summarizing chunks of text, constructing a tree with differing levels of summarization from the bottom up. At inference time, our RAPTOR model retrieves from this tree, integrating information across lengthy documents at different levels of abstraction. Controlled experiments show that retrieval with recursive summaries offers significant improvements over traditional retrieval-augmented LMs on several tasks. On question-answering tasks that involve complex, multi-step reasoning, we show state-of-the-art results; for example, by coupling RAPTOR retrieval with the use of GPT-4, we can improve the best performance on the QuALITY benchmark by 20% in absolute accuracy.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes