EMNLP 2024system demonstrations1 citations

ClaimLens: Automated, Explainable Fact-Checking on Voting Claims Using Frame-Semantics

Jacob Devasier, Rishabh Mediratta, Phuong Anh Le, David Huang, Chengkai Li

Abstract

We present ClaimLens, an automated fact-checking system focused on voting-related factual claims. Existing fact-checking solutions often lack transparency, making it difficult for users to trust and understand the reasoning behind the outcomes. In this work, we address the critical need for transparent and explainable automated fact-checking solutions. We propose a novel approach that leverages frame-semantic parsing to provide structured and interpretable fact verification. By focusing on voting-related claims, we can utilize publicly available voting records from official United States congressional sources and the established Vote semantic frame to extract relevant information from claims. Furthermore, we propose novel data augmentation techniques for frame-semantic parsing, a task known to lack robust annotated data, which leads to a +9.5% macro F1 score on frame element identification over our baseline.

BibTeX
@inproceedings{devasier-etal-2024-claimlens,
    title = "{C}laim{L}ens: Automated, Explainable Fact-Checking on Voting Claims Using Frame-Semantics",
    author = "Devasier, Jacob  and
      Mediratta, Rishabh  and
      Le, Phuong Anh  and
      Huang, David  and
      Li, Chengkai",
    editor = "Hernandez Farias, Delia Irazu  and
      Hope, Tom  and
      Li, Manling",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-demo.32/",
    doi = "10.18653/v1/2024.emnlp-demo.32",
    pages = "311--319"
}