MERMAID: Memory-Enhanced Retrieval and Reasoning with Multi-Agent Iterative Knowledge Grounding for Veracity Assessment
Yupeng Cao, Chengyang He, Yangyang Yu, Ping Wang, K. P. Subbalakshmi
TL;DR
MERMAID addresses veracity assessment by tightly integrating retrieval with reasoning in a memory-augmented, multi-agent framework. It introduces four components—Decomposer, Executor, Toolset, and a persistent Evidence Memory—to enable cross-claim evidence reuse and transparent Reasoning-Action traces via a ReAct loop with bounded steps $T_{ m max}$. Empirical results across five diverse benchmarks show state-of-the-art performance and meaningful reductions in search effort, with open-source models achieving competitive results. The work demonstrates that coupling memory with adaptive retrieval and reasoning yields scalable, interpretable veracity assessment suitable for real-world information ecosystems.
Abstract
Assessing the veracity of online content has become increasingly critical. Large language models (LLMs) have recently enabled substantial progress in automated veracity assessment, including automated fact-checking and claim verification systems. Typical veracity assessment pipelines break down complex claims into sub-claims, retrieve external evidence, and then apply LLM reasoning to assess veracity. However, existing methods often treat evidence retrieval as a static, isolated step and do not effectively manage or reuse retrieved evidence across claims. In this work, we propose MERMAID, a memory-enhanced multi-agent veracity assessment framework that tightly couples the retrieval and reasoning processes. MERMAID integrates agent-driven search, structured knowledge representations, and a persistent memory module within a Reason-Action style iterative process, enabling dynamic evidence acquisition and cross-claim evidence reuse. By retaining retrieved evidence in an evidence memory, the framework reduces redundant searches and improves verification efficiency and consistency. We evaluate MERMAID on three fact-checking benchmarks and two claim-verification datasets using multiple LLMs, including GPT, LLaMA, and Qwen families. Experimental results show that MERMAID achieves state-of-the-art performance while improving the search efficiency, demonstrating the effectiveness of synergizing retrieval, reasoning, and memory for reliable veracity assessment.
