paper-with-me

Papers

Multiview Identifiers Enhanced Generative Retrieval

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

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 passage. Current approaches use either a numeric ID or a text piece (such as a title or substrings) as the identifier. However, these identifiers cannot cover a passage's content well. As such, we are motivated to propose a new type of identifier, synthetic identifiers, that are generated based on the content of a passage and could integrate contextualized information that text pieces lack. Furthermore, we simultaneously consider multiview identifiers, including synthetic identifiers, titles, and substrings. These views of identifiers complement each other and facilitate the holistic ranking of passages from multiple perspectives. We conduct a series of experiments on three public datasets, and the results indicate that our proposed approach performs the best in generative retrieval, demonstrating its effectiveness and robustness.

📄 PDF Abstract BibTeX arXiv:2305.16675

Code (2)

liyongqi67/minder 공식 구현
HongruCai/SLGR

Tasks

Retrieval

Similar Papers 제목 키워드 기반

SemCORE: A Semantic-Enhanced Generative Cross-Modal Retrieval Framework with MLLMs

2025-04-17 · Haoxuan Li, Yi Bin, Yunshan Ma, Guoqing Wang 외

Cross-modal retrieval (CMR) is a fundamental task in multimedia research, focused on retrieving semantically relevant targets across different modalities. While traditional CMR methods match text and image via embedding-…

Cross-Modal RetrievalImage RetrievalImage to textImage-to-Text Retrieval+2

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

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

Bootstrapped Pre-training with Dynamic Identifier Prediction for Generative Retrieval

2024-07-16 · Yubao Tang, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

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, tra…

MemorizationRetrieval

Learning to Tokenize for Generative Retrieval

2023-04-09 · NeurIPS 2023 11

Conventional document retrieval techniques are mainly based on the index-retrieve paradigm. It is challenging to optimize pipelines based on this paradigm in an end-to-end manner. As an alternative, generative retrieval …

Retrieval