CLIRJul 31, 2024

Adaptive Retrieval-Augmented Generation for Conversational Systems

arXiv:2407.21712v125 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the inefficiency of always using RAG in conversational AI, offering an adaptive approach for developers and users, though it is incremental as it builds on existing RAG methods.

The study tackled the problem of determining when Retrieval-Augmented Generation (RAG) is necessary in conversational systems, proposing RAGate to predict the need for external knowledge augmentation per turn, resulting in high-quality responses and high generation confidence.

Despite the success of integrating large language models into the development of conversational systems, many studies have shown the effectiveness of retrieving and augmenting external knowledge for informative responses. Hence, many existing studies commonly assume the always need for Retrieval Augmented Generation (RAG) in a conversational system without explicit control. This raises a research question about such a necessity. In this study, we propose to investigate the need for each turn of system response to be augmented with external knowledge. In particular, by leveraging human judgements on the binary choice of adaptive augmentation, we develop RAGate, a gating model, which models conversation context and relevant inputs to predict if a conversational system requires RAG for improved responses. We conduct extensive experiments on devising and applying RAGate to conversational models and well-rounded analyses of different conversational scenarios. Our experimental results and analysis indicate the effective application of RAGate in RAG-based conversational systems in identifying system responses for appropriate RAG with high-quality responses and a high generation confidence. This study also identifies the correlation between the generation's confidence level and the relevance of the augmented knowledge.

Foundations

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

Your Notes