English

Summarization-Based Document IDs for Generative Retrieval with Language Models

Computation and Language 2024-10-31 v2 Information Retrieval

Abstract

Generative retrieval (Wang et al., 2022; Tay et al., 2022) is a popular approach for end-to-end document retrieval that directly generates document identifiers given an input query. We introduce summarization-based document IDs, in which each document's ID is composed of an extractive summary or abstractive keyphrases generated by a language model, rather than an integer ID sequence or bags of n-grams as proposed in past work. We find that abstractive, content-based IDs (ACID) and an ID based on the first 30 tokens are very effective in direct comparisons with previous approaches to ID creation. We show that using ACID improves top-10 and top-20 recall by 15.6% and 14.4% (relative) respectively versus the cluster-based integer ID baseline on the MSMARCO 100k retrieval task, and 9.8% and 9.9% respectively on the Wikipedia-based NQ 100k retrieval task. Our results demonstrate the effectiveness of human-readable, natural-language IDs created through summarization for generative retrieval. We also observed that extractive IDs outperformed abstractive IDs on Wikipedia articles in NQ but not the snippets in MSMARCO, which suggests that document characteristics affect generative retrieval performance.

Keywords

Cite

@article{arxiv.2311.08593,
  title  = {Summarization-Based Document IDs for Generative Retrieval with Language Models},
  author = {Haoxin Li and Daniel Cheng and Phillip Keung and Jungo Kasai and Noah A. Smith},
  journal= {arXiv preprint arXiv:2311.08593},
  year   = {2024}
}

Comments

To appear at the NLP for Wikipedia Workshop in EMNLP 2024

R2 v1 2026-06-28T13:21:29.807Z