🤖 AI Summary
Existing automated fact-checking systems struggle to comprehensively verify all components of a claim and lack structured mechanisms to integrate subtask outcomes for final judgment. To address this, we propose TreeFC: a tree-structured multi-agent fact-checking framework. It employs an LLM-driven tree planner to generate a set of verification actions covering all claim constituents and constructs a dynamically adjustable dependency graph to model logical relationships among subtasks. Our core contribution is the explicit structuralization of the verification process into a hierarchical, interpretable tree-based reasoning path—ensuring completeness guarantees and enabling dynamic strategy adaptation. Evaluated on two challenging benchmarks—FEVEROUS and SciFact—TreeFC achieves substantial accuracy improvements over prior methods, establishing new state-of-the-art performance.
📝 Abstract
Technological advancement allows information to be shared in just a single click, which has enabled the rapid spread of false information. This makes automated fact-checking system necessary to ensure the safety and integrity of our online media ecosystem. Previous methods have demonstrated the effectiveness of decomposing the claim into simpler sub-tasks and utilizing LLM-based multi agent system to execute them. However, those models faces two limitations: they often fail to verify every component in the claim and lack of structured framework to logically connect the results of sub-tasks for a final prediction. In this work, we propose a novel automated fact-checking framework called Trification. Our framework begins by generating a comprehensive set of verification actions to ensure complete coverage of the claim. It then structured these actions into a dependency graph to model the logical interaction between actions. Furthermore, the graph can be dynamically modified, allowing the system to adapt its verification strategy. Experimental results on two challenging benchmarks demonstrate that our framework significantly enhances fact-checking accuracy, thereby advancing current state-of-the-art in automated fact-checking system.