paper-with-me

Papers

Distillation Enhanced Generative Retrieval

2024-02-16 · Yongqi Li, Zhen Zhang, Wenjie Wang, Liqiang Nie, Wenjie Li, Tat-Seng Chua

Generative retrieval is a promising new paradigm in text retrieval that generates identifier strings of relevant passages as the retrieval target. This paradigm leverages powerful generative language models, distinct from traditional sparse or dense retrieval methods. In this work, we identify a viable direction to further enhance generative retrieval via distillation and propose a feasible framework, named DGR. DGR utilizes sophisticated ranking models, such as the cross-encoder, in a teacher role to supply a passage rank list, which captures the varying relevance degrees of passages instead of binary hard labels; subsequently, DGR employs a specially designed distilled RankNet loss to optimize the generative retrieval model, considering the passage rank order provided by the teacher model as labels. This framework only requires an additional distillation step to enhance current generative retrieval systems and does not add any burden to the inference stage. We conduct experiments on four public datasets, and the results indicate that DGR achieves state-of-the-art performance among the generative retrieval methods. Additionally, DGR demonstrates exceptional robustness and generalizability with various teacher models and distillation losses.

📄 PDF Abstract BibTeX arXiv:2402.10769

Code (1)

liyongqi67/minder

Tasks

RetrievalText Retrieval

Similar Papers 제목 키워드 기반

GripRank: Bridging the Gap between Retrieval and Generation via the Generative Knowledge Improved Passage Ranking

2023-05-29 · Jiaqi Bai, Hongcheng Guo, Jiaheng Liu, Jian Yang 외

Retrieval-enhanced text generation has shown remarkable progress on knowledge-intensive language tasks, such as open-domain question answering and knowledge-enhanced dialogue generation, by leveraging passages retrieved …

Answer GenerationDialogue GenerationKnowledge DistillationLanguage Modelling+6

Distilling the Knowledge of Large-scale Generative Models into Retrieval Models for Efficient Open-domain Conversation

2021-08-28 · Findings (EMNLP) 2021 11 · Beomsu Kim, Seokjun Seo, Seungju Han, Enkhbayar Erdenee 외

Despite the remarkable performance of large-scale generative models in open-domain conversation, they are known to be less practical for building real-time conversation systems due to high latency. On the other hand, ret…

Knowledge DistillationRetrieval

OneSearch-V2: The Latent Reasoning Enhanced Self-distillation Generative Search Framework

2026-03-25 · Ben Chen, Siyuan Wang, Yufei Ma, Zihan Liang 외 arxiv

Generative Retrieval (GR) has emerged as a promising paradigm for modern search systems. Compared to multi-stage cascaded architecture, it offers advantages such as end-to-end joint optimization and high computational ef…

Computational Efficiency

Reasoning Beyond Limits: Advances and Open Problems for LLMs

2025-03-26 · Mohamed Amine Ferrag, Norbert Tihanyi, Merouane Debbah

Recent generative reasoning breakthroughs have transformed how large language models (LLMs) tackle complex problems by dynamically retrieving and refining information while generating coherent, multi-step thought process…

Mixture-of-ExpertsRAGreinforcement-learningReinforcement Learning+3

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