Translational Generative Retrieval via Potential Query Generation
Yihan Guo, Tingwen Liu, Jiawei Sheng, Duohe Ma, Ming Sun, Ling Tian
Abstract
Document retrieval aims to find documents related to the query from all candidate documents. Existing studies develop the Generative Retrieval approach, which assigns a unique DocID to each document, and then measures document-query relevance based on the probability of generating the expected DocID for the given query. However, the generated DocID can have expressive limitation of different semantic topics, leading to semantic gaps in document retrieval. Besides, existing GR models usually suffer from the catastrophic forgetting when memorizing new documents incrementally, which makes real-world application impractical. To overcome these issues, we propose Translational Generative Retrieval, which translates each document into potential queries reflecting different topics, specifically by a sequence of token probability distributions. To better model the semantics of potential queries and effectively decode the target query from the distributions, we propose DirEcted Acyclic Graph Retrieval (DEAR) model, which reforms the distributions from a non-autoregressive generative model into a Directed Acyclic Graph. Experimental results demonstrate that DEAR outperforms existing retrieval models, setting a new state-of-the-art in generative retrieval.
BibTeX
@inproceedings{icassp2025_translationalgen,
title = {Translational Generative Retrieval via Potential Query Generation},
author = {Yihan Guo and Tingwen Liu and Jiawei Sheng and Duohe Ma and Ming Sun and Ling Tian},
booktitle = {ICASSP 2025},
year = {2025}
}