paper-with-me

Papers

SCITAB: A Challenging Benchmark for Compositional Reasoning and Claim Verification on Scientific Tables

2023-05-22 · Xinyuan Lu, Liangming Pan, Qian Liu, Preslav Nakov, Min-Yen Kan

Current scientific fact-checking benchmarks exhibit several shortcomings, such as biases arising from crowd-sourced claims and an over-reliance on text-based evidence. We present SCITAB, a challenging evaluation dataset consisting of 1.2K expert-verified scientific claims that 1) originate from authentic scientific publications and 2) require compositional reasoning for verification. The claims are paired with evidence-containing scientific tables annotated with labels. Through extensive evaluations, we demonstrate that SCITAB poses a significant challenge to state-of-the-art models, including table-based pretraining models and large language models. All models except GPT-4 achieved performance barely above random guessing. Popular prompting techniques, such as Chain-of-Thought, do not achieve much performance gains on SCITAB. Our analysis uncovers several unique challenges posed by SCITAB, including table grounding, claim ambiguity, and compositional reasoning. Our codes and data are publicly available at https://github.com/XinyuanLu00/SciTab.

📄 PDF Abstract BibTeX arXiv:2305.13186

Code (1)

xinyuanlu00/scitab 공식 구현

Tasks

Claim VerificationFact Checking

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Table-Text Alignment: Explaining Claim Verification Against Tables in Scientific Papers

2025-06-12 · Xanh Ho, Sunisth Kumar, Yun-Ang Wu, Florian Boudin 외

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…

Claim Verification

How Robust are the Tabular QA Models for Scientific Tables? A Study using Customized Dataset

2024-03-30 · Akash Ghosh, B Venkata Sahith, Niloy Ganguly, Pawan Goyal 외

Question-answering (QA) on hybrid scientific tabular and textual data deals with scientific information, and relies on complex numerical reasoning. In recent years, while tabular QA has seen rapid progress, understanding…

Question Answering

When Verification Fails: How Compositionally Infeasible Claims Escape Rejection

2026-04-13 · Muxin Liu, Delip Rao, Grace Kim, Chris Callison-Burch arxiv

Scientific claim verification, the task of determining whether claims are entailed by scientific evidence, is fundamental to establishing discoveries in evidence while preventing misinformation. This process involves eva…

CECOR: Correction-oriented synthetic data construction for factual error correction

2026-05-04 · Lei Zhu, Xiaobao Wang, Jianbiao Yang, Chenyang Wang 외 arxiv

Factual Error Correction (FEC) aims to revise inaccurate text into statements that are factually consistent with external evidence. Although recent methods perform well on single-hop correction, they often treat claims a…

Reinforcement Learning

Think Right, Not More: Test-Time Scaling for Numerical Claim Verification

2025-09-26 · Primakov Chungkham, V Venktesh, Vinay Setty, Avishek Anand arxiv

Fact-checking real-world claims, particularly numerical claims, is inherently complex that require multistep reasoning and numerical reasoning for verifying diverse aspects of the claim. Although large language models (L…