English

Fact-Checking Complex Claims with Program-Guided Reasoning

Computation and Language 2023-05-23 v1 Artificial Intelligence

Abstract

Fact-checking real-world claims often requires collecting multiple pieces of evidence and applying complex multi-step reasoning. In this paper, we present Program-Guided Fact-Checking (ProgramFC), a novel fact-checking model that decomposes complex claims into simpler sub-tasks that can be solved using a shared library of specialized functions. We first leverage the in-context learning ability of large language models to generate reasoning programs to guide the verification process. Afterward, we execute the program by delegating each sub-task to the corresponding sub-task handler. This process makes our model both explanatory and data-efficient, providing clear explanations of its reasoning process and requiring minimal training data. We evaluate ProgramFC on two challenging fact-checking datasets and show that it outperforms seven fact-checking baselines across different settings of evidence availability, with explicit output programs that benefit human debugging. Our codes and data are publicly available at https://github.com/mbzuai-nlp/ProgramFC.

Keywords

Cite

@article{arxiv.2305.12744,
  title  = {Fact-Checking Complex Claims with Program-Guided Reasoning},
  author = {Liangming Pan and Xiaobao Wu and Xinyuan Lu and Anh Tuan Luu and William Yang Wang and Min-Yen Kan and Preslav Nakov},
  journal= {arXiv preprint arXiv:2305.12744},
  year   = {2023}
}

Comments

ACL 2023 (main conference, long paper)

R2 v1 2026-06-28T10:40:57.705Z