Debating the Unspoken: Role-Anchored Multi-Agent Reasoning for Half-Truth Detection

arXiv cs.CL / 4/22/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces RADAR, a role-anchored multi-agent debate framework designed to detect half-truths by focusing on omissions and missing context rather than only explicit falsehoods.
  • RADAR uses three components—adversarial “Politician” and “Scientist” agents who reason over shared retrieved evidence, moderated by a neutral “Judge” for final assessment.
  • An adaptive dual-threshold early-termination controller stops the debate once enough reasoning has been reached, aiming to improve efficiency under realistic noisy retrieval conditions.
  • Experiments report that RADAR outperforms both strong single-agent and multi-agent baselines across datasets and model backbones, boosting omission detection accuracy while reducing reasoning cost.
  • The authors provide open-source code for RADAR, enabling other researchers to reproduce and build upon the framework.

Abstract

Half-truths, claims that are factually correct yet misleading due to omitted context, remain a blind spot for fact verification systems focused on explicit falsehoods. Addressing such omission-based manipulation requires reasoning not only about what is said, but also about what is left unsaid. We propose RADAR, a role-anchored multi-agent debate framework for omission-aware fact verification under realistic, noisy retrieval. RADAR assigns complementary roles to a Politician and a Scientist, who reason adversarially over shared retrieved evidence, moderated by a neutral Judge. A dual-threshold early termination controller adaptively decides when sufficient reasoning has been reached to issue a verdict. Experiments show that RADAR consistently outperforms strong single- and multi-agent baselines across datasets and backbones, improving omission detection accuracy while reducing reasoning cost. These results demonstrate that role-anchored, retrieval-grounded debate with adaptive control is an effective and scalable framework for uncovering missing context in fact verification. The code is available at https://github.com/tangyixuan/RADAR.