paper-with-me

Papers

Generative Multi-hop Retrieval

2022-04-27 · Hyunji Lee, Sohee Yang, Hanseok Oh, Minjoon Seo

A common practice for text retrieval is to use an encoder to map the documents and the query to a common vector space and perform a nearest neighbor search (NNS); multi-hop retrieval also often adopts the same paradigm, usually with a modification of iteratively reformulating the query vector so that it can retrieve different documents at each hop. However, such a bi-encoder approach has limitations in multi-hop settings; (1) the reformulated query gets longer as the number of hops increases, which further tightens the embedding bottleneck of the query vector, and (2) it is prone to error propagation. In this paper, we focus on alleviating these limitations in multi-hop settings by formulating the problem in a fully generative way. We propose an encoder-decoder model that performs multi-hop retrieval by simply generating the entire text sequences of the retrieval targets, which means the query and the documents interact in the language model's parametric space rather than L2 or inner product space as in the bi-encoder approach. Our approach, Generative Multi-hop Retrieval(GMR), consistently achieves comparable or higher performance than bi-encoder models in five datasets while demonstrating superior GPU memory and storage footprint.

📄 PDF Abstract BibTeX arXiv:2204.13596

Code (1)

amy-hyunji/Generative-Multihop-Retrieval 공식 구현 pytorch

Tasks

DecoderGPURetrievalText Retrieval

Similar Papers 제목 키워드 기반

Generative Retrieval as Multi-Vector Dense Retrieval

2024-03-31 · Shiguang Wu, Wenda Wei, Mengqi Zhang, Zhumin Chen 외

Generative retrieval generates identifiers of relevant documents in an end-to-end manner using a sequence-to-sequence architecture for a given query. The relation between generative retrieval and other retrieval methods,…

DecoderRetrieval

PinRec: Outcome-Conditioned, Multi-Token Generative Retrieval for Industry-Scale Recommendation Systems

2025-04-09 · Anirudhan Badrinath, Prabhat Agarwal, Laksh Bhasin, Jaewon Yang 외

Generative retrieval methods utilize generative sequential modeling techniques, such as transformers, to generate candidate items for recommender systems. These methods have demonstrated promising results in academic ben…

DiversityRecommendation SystemsRetrieval

ACE: A Generative Cross-Modal Retrieval Framework with Coarse-To-Fine Semantic Modeling

2024-06-25 · Minghui Fang, Shengpeng Ji, Jialong Zuo, Hai Huang 외

Generative retrieval, which has demonstrated effectiveness in text-to-text retrieval, utilizes a sequence-to-sequence model to directly generate candidate identifiers based on natural language queries. Without explicitly…

Cross-Modal RetrievalNatural Language QueriesRetrievalText Retrieval+1

GENIUS: A Generative Framework for Universal Multimodal Search

2025-03-25 · CVPR 2025 1 · Sungyeon Kim, Xinliang Zhu, Xiaofan Lin, Muhammet Bastan 외

Generative retrieval is an emerging approach in information retrieval that generates identifiers (IDs) of target data based on a query, providing an efficient alternative to traditional embedding-based retrieval methods.…

Information RetrievalQuantizationRe-RankingRetrieval

Nonparametric Decoding for Generative Retrieval

2022-10-05 · Hyunji Lee, Jaeyoung Kim, Hoyeon Chang, Hanseok Oh 외

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

DecoderLanguage ModellingRetrievalText Retrieval