CLAIIRMay 15, 2024

IM-RAG: Multi-Round Retrieval-Augmented Generation Through Learning Inner Monologues

arXiv:2405.13021v163 citationsh-index: 8SIGIR
Originality Highly original
AI Analysis

This work addresses the problem of improving flexibility and interpretability in multi-round RAG systems for AI researchers and practitioners, representing a novel method rather than an incremental improvement.

The paper tackles the limitations of Retrieval-Augmented Generation (RAG) systems, such as inflexibility with varying Information Retrieval (IR) capabilities and lack of interpretability, by proposing IM-RAG, a method that uses Large Language Models (LLMs) to learn inner monologues for multi-round retrieval, achieving state-of-the-art performance on the HotPotQA dataset.

Although the Retrieval-Augmented Generation (RAG) paradigms can use external knowledge to enhance and ground the outputs of Large Language Models (LLMs) to mitigate generative hallucinations and static knowledge base problems, they still suffer from limited flexibility in adopting Information Retrieval (IR) systems with varying capabilities, constrained interpretability during the multi-round retrieval process, and a lack of end-to-end optimization. To address these challenges, we propose a novel LLM-centric approach, IM-RAG, that integrates IR systems with LLMs to support multi-round RAG through learning Inner Monologues (IM, i.e., the human inner voice that narrates one's thoughts). During the IM process, the LLM serves as the core reasoning model (i.e., Reasoner) to either propose queries to collect more information via the Retriever or to provide a final answer based on the conversational context. We also introduce a Refiner that improves the outputs from the Retriever, effectively bridging the gap between the Reasoner and IR modules with varying capabilities and fostering multi-round communications. The entire IM process is optimized via Reinforcement Learning (RL) where a Progress Tracker is incorporated to provide mid-step rewards, and the answer prediction is further separately optimized via Supervised Fine-Tuning (SFT). We conduct extensive experiments with the HotPotQA dataset, a popular benchmark for retrieval-based, multi-step question-answering. The results show that our approach achieves state-of-the-art (SOTA) performance while providing high flexibility in integrating IR modules as well as strong interpretability exhibited in the learned inner monologues.

Foundations

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

Your Notes