CLFeb 14, 2025

Agentic Verification for Ambiguous Query Disambiguation

arXiv:2502.10352v13 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses noise in query disambiguation for enterprise RAG systems, offering an incremental improvement over existing pipelines.

The paper tackles the problem of disambiguating ambiguous queries in retrieval-augmented generation by introducing a joint approach that unifies diversification with verification, improving grounding-aware F1 score by an average of 23% over baselines on the ASQA benchmark.

In this work, we tackle the challenge of disambiguating queries in retrieval-augmented generation (RAG) to diverse yet answerable interpretations. State-of-the-arts follow a Diversify-then-Verify (DtV) pipeline, where diverse interpretations are generated by an LLM, later used as search queries to retrieve supporting passages. Such a process may introduce noise in either interpretations or retrieval, particularly in enterprise settings, where LLMs -- trained on static data -- may struggle with domain-specific disambiguations. Thus, a post-hoc verification phase is introduced to prune noises. Our distinction is to unify diversification with verification by incorporating feedback from retriever and generator early on. This joint approach improves both efficiency and robustness by reducing reliance on multiple retrieval and inference steps, which are susceptible to cascading errors. We validate the efficiency and effectiveness of our method, Verified-Diversification with Consolidation (VERDICT), on the widely adopted ASQA benchmark to achieve diverse yet verifiable interpretations. Empirical results show that VERDICT improves grounding-aware F1 score by an average of 23% over the strongest baseline across different backbone LLMs.

Foundations

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

Your Notes