IRAICLDec 18, 2023

UniGen: A Unified Generative Framework for Retrieval and Question Answering with Large Language Models

arXiv:2312.11036v124 citationsh-index: 21AAAI
Originality Incremental advance
AI Analysis

This addresses the inefficiency in generative information retrieval for researchers and practitioners by providing a more integrated approach, though it is incremental as it builds on existing large language model capabilities.

The paper tackles the problem of separate modules hindering simultaneous optimization in generative information retrieval by introducing UniGen, a unified generative framework that integrates retrieval and question answering into a single model, achieving superior performance on MS MARCO and NQ datasets.

Generative information retrieval, encompassing two major tasks of Generative Document Retrieval (GDR) and Grounded Answer Generation (GAR), has gained significant attention in the area of information retrieval and natural language processing. Existing methods for GDR and GAR rely on separate retrieval and reader modules, which hinder simultaneous optimization. To overcome this, we present \textbf{UniGen}, a \textbf{Uni}fied \textbf{Gen}erative framework for retrieval and question answering that integrates both tasks into a single generative model leveraging the capabilities of large language models. UniGen employs a shared encoder and two distinct decoders for generative retrieval and question answering. To facilitate the learning of both tasks, we introduce connectors, generated by large language models, to bridge the gaps between query inputs and generation targets, as well as between document identifiers and answers. Furthermore, we propose an iterative enhancement strategy that leverages generated answers and retrieved documents to iteratively improve both tasks. Through extensive experiments on the MS MARCO and NQ datasets, we demonstrate the effectiveness of UniGen, showcasing its superior performance in both the retrieval and the question answering tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes