CLAIOct 14, 2024

Beyond-RAG: Question Identification and Answer Generation in Real-Time Conversations

arXiv:2410.10136v19 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges for customer service agents in contact centers, offering an incremental improvement over existing RAG systems.

The paper tackles the problem of long average handling times in customer contact centers by proposing a decision support system that identifies customer questions in real time, using FAQ matching or retrieval augmented generation (RAG) to provide answers within 2 seconds, reducing manual effort and improving efficiency.

In customer contact centers, human agents often struggle with long average handling times (AHT) due to the need to manually interpret queries and retrieve relevant knowledge base (KB) articles. While retrieval augmented generation (RAG) systems using large language models (LLMs) have been widely adopted in industry to assist with such tasks, RAG faces challenges in real-time conversations, such as inaccurate query formulation and redundant retrieval of frequently asked questions (FAQs). To address these limitations, we propose a decision support system that can look beyond RAG by first identifying customer questions in real time. If the query matches an FAQ, the system retrieves the answer directly from the FAQ database; otherwise, it generates answers via RAG. Our approach reduces reliance on manual queries, providing responses to agents within 2 seconds. Deployed in AI-powered human-agent assist solution at Minerva CQ, this system improves efficiency, reduces AHT, and lowers operational costs. We also introduce an automated LLM-agentic workflow to identify FAQs from historical transcripts when no predefined FAQs exist.

Foundations

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

Your Notes