paper-with-me

Papers

Nonparametric Decoding for Generative Retrieval

2022-10-05 · Hyunji Lee, Jaeyoung Kim, Hoyeon Chang, Hanseok Oh, Sohee Yang, Vlad Karpukhin, Yi Lu, Minjoon Seo

The generative retrieval model depends solely on the information encoded in its model parameters without external memory, its information capacity is limited and fixed. To overcome the limitation, we propose Nonparametric Decoding (Np Decoding) which can be applied to existing generative retrieval models. Np Decoding uses nonparametric contextualized vocab embeddings (external memory) rather than vanilla vocab embeddings as decoder vocab embeddings. By leveraging the contextualized vocab embeddings, the generative retrieval model is able to utilize both the parametric and nonparametric space. Evaluation over 9 datasets (8 single-hop and 1 multi-hop) in the document retrieval task shows that applying Np Decoding to generative retrieval models significantly improves the performance. We also show that Np Decoding is data- and parameter-efficient, and shows high performance in the zero-shot setting.

📄 PDF Abstract BibTeX arXiv:2210.02068

Code (1)

amy-hyunji/contextualized-generative-retrieval 공식 구현

Tasks

DecoderLanguage ModellingRetrievalText Retrieval

Similar Papers 제목 키워드 기반

Planning Ahead in Generative Retrieval: Guiding Autoregressive Generation through Simultaneous Decoding

2024-04-22 · Hansi Zeng, Chen Luo, Hamed Zamani

This paper introduces PAG-a novel optimization and decoding approach that guides autoregressive generation of document identifiers in generative retrieval models through simultaneous decoding. To this aim, PAG constructs…

Information RetrievalRetrieval

Constrained Auto-Regressive Decoding Constrains Generative Retrieval

2025-04-14 · Shiguang Wu, Zhaochun Ren, Xin Xin, Jiyuan Yang 외

Generative retrieval seeks to replace traditional search index data structures with a single large-scale neural network, offering the potential for improved efficiency and seamless integration with generative large langu…

Retrieval

Vectorizing the Trie: Efficient Constrained Decoding for LLM-based Generative Retrieval on Accelerators

2026-02-26 · Zhengyang Su, Isay Katsman, Yueqi Wang, Ruining He 외 arxiv

Generative retrieval has emerged as a powerful paradigm for LLM-based recommendation. However, industrial recommender systems often benefit from restricting the output space to a constrained subset of items based on busi…

Generative Retrieval via Term Set Generation

2023-05-23 · Peitian Zhang, Zheng Liu, Yujia Zhou, Zhicheng Dou 외

Recently, generative retrieval emerges as a promising alternative to traditional retrieval paradigms. It assigns each document a unique identifier, known as DocID, and employs a generative model to directly generate the …

Information RetrievalNatural QuestionsRetrieval

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