46

AttentionRetriever: Attention Layers are Secretly Long Document Retrievers

David Jiahao Fu
Lam Thanh Do
Jiayu Li
Kevin Chen-Chuan Chang
Main:8 Pages
15 Figures
Bibliography:3 Pages
7 Tables
Appendix:7 Pages
Abstract

Retrieval augmented generation (RAG) has been widely adopted to help Large Language Models (LLMs) to process tasks involving long documents. However, existing retrieval models are not designed for long document retrieval and fail to address several key challenges of long document retrieval, including context-awareness, causal dependence, and scope of retrieval. In this paper, we proposed AttentionRetriever, a novel long document retrieval model that leverages attention mechanism and entity-based retrieval to build context-aware embeddings for long document and determine the scope of retrieval. With extensive experiments, we found AttentionRetriever is able to outperform existing retrieval models on long document retrieval datasets by a large margin while remaining as efficient as dense retrieval models.

View on arXiv
Comments on this paper