Yun-Ang Wu
2026
SciClaimEval: Cross-modal Claim Verification in Scientific Papers
Xanh Ho | Yun-Ang Wu | Sunisth Kumar | Tian Cheng Xia | Florian Boudin | Andre Greiner-Petter | Akiko Aizawa
Proceedings of the Fifteenth Language Resources and Evaluation Conference
Xanh Ho | Yun-Ang Wu | Sunisth Kumar | Tian Cheng Xia | Florian Boudin | Andre Greiner-Petter | Akiko Aizawa
Proceedings of the Fifteenth Language Resources and Evaluation Conference
We present SciClaimEval, a new scientific dataset for the claim verification task. Unlike existing resources, SciClaimEval features authentic claims, including refuted ones, directly extracted from published papers. To create refuted claims, we introduce a novel approach that modifies the supporting evidence (figures and tables), rather than altering the claims or relying on large language models (LLMs) to fabricate contradictions. The dataset provides cross-modal evidence with diverse representations: figures are available as images, while tables are provided in multiple formats, including images, LaTeX source, HTML, and JSON. SciClaimEval contains 1,664 annotated samples from 180 papers across three domains, machine learning, natural language processing, and medicine, validated through expert annotation. We benchmark 11 multimodal foundation models, both open-source and proprietary, across the dataset. Results show that figure-based verification remains particularly challenging for all models, as a substantial performance gap remains between the best system and human baseline.
2025
Table-Text Alignment: Explaining Claim Verification Against Tables in Scientific Papers
Xanh Ho | Sunisth Kumar | Yun-Ang Wu | Florian Boudin | Atsuhiro Takasu | Akiko Aizawa
Findings of the Association for Computational Linguistics: EMNLP 2025
Xanh Ho | Sunisth Kumar | Yun-Ang Wu | Florian Boudin | Atsuhiro Takasu | Akiko Aizawa
Findings of the Association for Computational Linguistics: EMNLP 2025
Scientific claim verification against tables typically requires predicting whether a claim is supported or refuted given a table. However, we argue that predicting the final label alone is insufficient: it reveals little about the model’s reasoning and offers limited interpretability. To address this, we reframe table–text alignment as an explanation task, requiring models to identify the table cells essential for claim verification. We build a new dataset by extending the SciTab benchmark with human-annotated cell-level rationales. Annotators verify the claim label and highlight the minimal set of cells needed to support their decision. After the annotation process, we utilize the collected information and propose a taxonomy for handling ambiguous cases. Our experiments show that (i) incorporating table alignment information improves claim verification performance, and (ii) most LLMs, while often predicting correct labels, fail to recover human-aligned rationales, suggesting that their predictions do not stem from faithful reasoning.