paper-with-me

Papers

A Unified Generative Retriever for Knowledge-Intensive Language Tasks via Prompt Learning

2023-04-28 · Jiangui Chen, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke, Yiqun Liu, Yixing Fan, Xueqi Cheng

Knowledge-intensive language tasks (KILTs) benefit from retrieving high-quality relevant contexts from large external knowledge corpora. Learning task-specific retrievers that return relevant contexts at an appropriate level of semantic granularity, such as a document retriever, passage retriever, sentence retriever, and entity retriever, may help to achieve better performance on the end-to-end task. But a task-specific retriever usually has poor generalization ability to new domains and tasks, and it may be costly to deploy a variety of specialised retrievers in practice. We propose a unified generative retriever (UGR) that combines task-specific effectiveness with robust performance over different retrieval tasks in KILTs. To achieve this goal, we make two major contributions: (i) To unify different retrieval tasks into a single generative form, we introduce an n-gram-based identifier for relevant contexts at different levels of granularity in KILTs. And (ii) to address different retrieval tasks with a single model, we employ a prompt learning strategy and investigate three methods to design prompt tokens for each task. In this way, the proposed UGR model can not only share common knowledge across tasks for better generalization, but also perform different retrieval tasks effectively by distinguishing task-specific characteristics. We train UGR on a heterogeneous set of retrieval corpora with well-designed prompts in a supervised and multi-task fashion. Experimental results on the KILT benchmark demonstrate the effectiveness of UGR on in-domain datasets, out-of-domain datasets, and unseen tasks.

📄 PDF Abstract BibTeX arXiv:2304.14856

Code (1)

ict-bigdatalab/ugr 공식 구현

Tasks

Prompt LearningRetrievalSentence

Similar Papers 제목 키워드 기반

REVEAL: Retrieval-Augmented Visual-Language Pre-Training with Multi-Source Multimodal Knowledge Memory

2022-12-10 · CVPR 2023 1 · Ziniu Hu, Ahmet Iscen, Chen Sun, ZiRui Wang 외

In this paper, we propose an end-to-end Retrieval-Augmented Visual Language Model (REVEAL) that learns to encode world knowledge into a large-scale memory, and to retrieve from it to answer knowledge-intensive queries. R…

Image CaptioningLanguage ModelingLanguage ModellingQuestion Answering+4

Generative Multi-Modal Knowledge Retrieval with Large Language Models

2024-01-16 · Xinwei Long, Jiali Zeng, Fandong Meng, Zhiyuan Ma 외

Knowledge retrieval with multi-modal queries plays a crucial role in supporting knowledge-intensive multi-modal applications. However, existing methods face challenges in terms of their effectiveness and training efficie…

Retrieval

Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines

2025-02-23 · Xinwei Long, Zhiyuan Ma, Ermo Hua, Kaiyan Zhang 외

Retrieval-augmented generation (RAG) has emerged to address the knowledge-intensive visual question answering (VQA) task. Current methods mainly employ separate retrieval and generation modules to acquire external knowle…

Answer GenerationLanguage ModelingLanguage ModellingLarge Language Model+6

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

From Retrieval to Generation: Comparing Different Approaches

2025-02-27 · Abdelrahman Abdallah, Jamshid Mozafari, Bhawna Piryani, Mohammed Ali 외

Knowledge-intensive tasks, particularly open-domain question answering (ODQA), document reranking, and retrieval-augmented language modeling, require a balance between retrieval accuracy and generative flexibility. Tradi…

Language ModelingLanguage ModellingOpen-Domain Question AnsweringPassage Retrieval+4