Multilingual Generative Retrieval via Cross-lingual Semantic Compression
Yuxin Huang, Simeng Wu, Ran Song, Yan Xiang, Yantuan Xian, Shengxiang Gao, Zhengtao Yu
TL;DR
This paper tackles cross-lingual identifier misalignment and DocID inflation in multilingual Generative Information Retrieval by introducing MGR-CSC, which unifies semantically equivalent multilingual keywords into shared semantic atoms and uses dynamic constrained multi-step decoding. The method operates in three stages: multilingual keyword extraction, semantic-atom based DocID construction, and atom-by-atom constrained decoding guided by the query, reducing decoding space from $O(N^m)$ to $O(C^m)$ and compressing the identifier space. Empirical results on mMarco100K and mNQ320K show consistent improvements in Recall@10 (e.g., $6.83\%$ and $4.77\%$), along with substantial DocID length reductions of $74.51\%$ and $78.2\%$, respectively. The work demonstrates strong cross-lingual retrieval performance and decoding efficiency, with ablations confirming the necessity of both semantic compression and the constrained decoding strategy; limitations include dependency on multilingual PLMs and the current lack of multimodal integration. Overall, MGR-CSC offers a principled route to scalable, cross-lingual generative retrieval with practical implications for multilingual search and retrieval systems.
Abstract
Generative Information Retrieval is an emerging retrieval paradigm that exhibits remarkable performance in monolingual scenarios.However, applying these methods to multilingual retrieval still encounters two primary challenges, cross-lingual identifier misalignment and identifier inflation. To address these limitations, we propose Multilingual Generative Retrieval via Cross-lingual Semantic Compression (MGR-CSC), a novel framework that unifies semantically equivalent multilingual keywords into shared atoms to align semantics and compresses the identifier space, and we propose a dynamic multi-step constrained decoding strategy during retrieval. MGR-CSC improves cross-lingual alignment by assigning consistent identifiers and enhances decoding efficiency by reducing redundancy. Experiments demonstrate that MGR-CSC achieves outstanding retrieval accuracy, improving by 6.83% on mMarco100k and 4.77% on mNQ320k, while reducing document identifiers length by 74.51% and 78.2%, respectively.
