paper-with-me

Papers

Bootstrapped Pre-training with Dynamic Identifier Prediction for Generative Retrieval

2024-07-16 · Yubao Tang, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke, Yixing Fan, Xueqi Cheng

Generative retrieval uses differentiable search indexes to directly generate relevant document identifiers in response to a query. Recent studies have highlighted the potential of a strong generative retrieval model, trained with carefully crafted pre-training tasks, to enhance downstream retrieval tasks via fine-tuning. However, the full power of pre-training for generative retrieval remains underexploited due to its reliance on pre-defined static document identifiers, which may not align with evolving model parameters. In this work, we introduce BootRet, a bootstrapped pre-training method for generative retrieval that dynamically adjusts document identifiers during pre-training to accommodate the continuing memorization of the corpus. BootRet involves three key training phases: (i) initial identifier generation, (ii) pre-training via corpus indexing and relevance prediction tasks, and (iii) bootstrapping for identifier updates. To facilitate the pre-training phase, we further introduce noisy documents and pseudo-queries, generated by large language models, to resemble semantic connections in both indexing and retrieval tasks. Experimental results demonstrate that BootRet significantly outperforms existing pre-training generative retrieval baselines and performs well even in zero-shot settings.

📄 PDF Abstract BibTeX arXiv:2407.11504

Code (0)

등록된 구현이 없습니다.

Tasks

MemorizationRetrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Pre-training Generative Recommender with Multi-Identifier Item Tokenization

2025-04-06 · Bowen Zheng, Enze Liu, Zhongfu Chen, Zhongrui Ma 외

Generative recommendation autoregressively generates item identifiers to recommend potential items. Existing methods typically adopt a one-to-one mapping strategy, where each item is represented by a single identifier. H…

GLEN: Generative Retrieval via Lexical Index Learning

2023-11-06 · Sunkyung Lee, Minjin Choi, Jongwuk Lee

Generative retrieval shed light on a new paradigm of document retrieval, aiming to directly generate the identifier of a relevant document for a query. While it takes advantage of bypassing the construction of auxiliary …

Learning-To-RankRetrievalText Retrieval

Multilingual Generative Retrieval via Cross-lingual Semantic Compression

2025-10-09 · Yuxin Huang, Simeng Wu, Ran Song, Yan Xiang 외 arxiv

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 chal…

Information Retrieval

VaLiDRec: Variable-Length LLM-Aligned Semantic IDs for Generative Recommendation

2026-07-28 · Shutong Qiao, Wei Yuan, Tong Chen, Hao Wang 외 arxiv

Generative recommendation commonly represents items using fixed-length semantic identifiers (SIDs) constructed through clustering and quantization. However, these artificial codes may overcompress item semantics, remain …

Multiview Identifiers Enhanced Generative Retrieval

2023-05-26 · Yongqi Li, Nan Yang, Liang Wang, Furu Wei 외

Instead of simply matching a query to pre-existing passages, generative retrieval generates identifier strings of passages as the retrieval target. At a cost, the identifier must be distinctive enough to represent a pass…

Retrieval