paper-with-me

Papers

MERMAID: Memory-Enhanced Retrieval and Reasoning with Multi-Agent Iterative Knowledge Grounding for Veracity Assessment

2026-01-29 · Yupeng Cao, Chengyang He, Yangyang Yu, Ping Wang, K. P. Subbalakshmi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.22361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MermaidFlow: Redefining Agentic Workflow Generation via Safety-Constrained Evolutionary Programming

2025-05-29 · Chengqi Zheng, Jianda Chen, Yueming Lyu, Wen Zheng Terence Ng 외

Despite the promise of autonomous agentic reasoning, existing workflow generation methods frequently produce fragile, unexecutable plans due to unconstrained LLM-driven construction. We introduce MermaidFlow, a framework…

DiversityEfficient Exploration

PRIME: Planning and Retrieval-Integrated Memory for Enhanced Reasoning

2025-09-26 · Hieu Tran, Zonghai Yao, Nguyen Luong Tran, Zhichao Yang 외 arxiv

Inspired by the dual-process theory of human cognition from \textit{Thinking, Fast and Slow}, we introduce \textbf{PRIME} (Planning and Retrieval-Integrated Memory for Enhanced Reasoning), a multi-agent reasoning framewo…

MermaidSeqBench: An Evaluation Benchmark for NL-to-Mermaid Sequence Diagram Generation

2025-11-18 · Basel Shbita, Farhan Ahmed, Chad DeLuca arxiv

Large language models (LLMs) have shown great promise in generating structured diagrams from natural language descriptions, particularly Mermaid sequence diagrams for software engineering. However, the lack of existing b…

RAVU: Retrieval Augmented Video Understanding with Compositional Reasoning over Graph

2025-05-06 · Sameer Malik, Moyuru Yamada, Ayush Singh, Dishank Aggarwal

Comprehending long videos remains a significant challenge for Large Multi-modal Models (LMMs). Current LMMs struggle to process even minutes to hours videos due to their lack of explicit memory and retrieval mechanisms. …

EgoSchemaRetrievalVideo Understanding

Memory-enhanced Retrieval Augmentation for Long Video Understanding

2025-03-12 · Huaying Yuan, Zheng Liu, Minghao Qin, Hongjin Qian 외

Efficient long-video understanding~(LVU) remains a challenging task in computer vision. Current long-context vision-language models~(LVLMs) suffer from information loss due to compression and brute-force downsampling. Wh…

RAGRetrievalRetrieval-augmented GenerationVideo Understanding