UniboNLP @ EMNLP 2024

Published: Oct 17, 2024

We are glad to share that that our group will be at EMNLP 2024 with 1 long paper in the Main Track! Catch us in Miami, Florida to learn more about data generation for multimodal computational fact-checking.


Unknown Claims: Generation of Fact-Checking Training Examples from Unstructured and Structured Data

by JF Bussotti, L. Ragazzi, G. Frisoni, G. Moro, and P. Papotti

Computational fact-checking (FC) relies on supervised models to verify claims based on given evidence, requiring a resource-intensive process to annotate large volumes of training data. We introduce Unown, a novel framework that generates training instances for FC systems automatically using both textual and tabular content. Unown selects relevant evidence and generates supporting and refuting claims with advanced negation artifacts. Designed to be flexible, Unown accommodates various strategies for evidence selection and claim generation, offering unparalleled adaptability. We comprehensively evaluate Unown on both text-only and table+text benchmarks, including Feverous, SciFact, and MMFC, a new multi-modal FC dataset. Our results prove that Unown examples are of comparable quality to expert-labeled data, even enabling models to achieve up to 5% higher accuracy. The code, data, and models are available at https://github.com/disi-unibo-nlp/unown.