TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/GEAR: Graph-based Evidence Aggregating and Reasoning for F...

GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification

Jie Zhou, Xu Han, Cheng Yang, Zhiyuan Liu, LiFeng Wang, Changcheng Li, Maosong Sun

2019-07-22ACL 2019 7Fact Verification
PaperPDFCodeCode(official)

Abstract

Fact verification (FV) is a challenging task which requires to retrieve relevant evidence from plain text and use the evidence to verify given claims. Many claims require to simultaneously integrate and reason over several pieces of evidence for verification. However, previous work employs simple models to extract information from evidence without letting evidence communicate with each other, e.g., merely concatenate the evidence for processing. Therefore, these methods are unable to grasp sufficient relational and logical information among the evidence. To alleviate this issue, we propose a graph-based evidence aggregating and reasoning (GEAR) framework which enables information to transfer on a fully-connected evidence graph and then utilizes different aggregators to collect multi-evidence information. We further employ BERT, an effective pre-trained language representation model, to improve the performance. Experimental results on a large-scale benchmark dataset FEVER have demonstrated that GEAR could leverage multi-evidence information for FV and thus achieves the promising result with a test FEVER score of 67.10%. Our code is available at https://github.com/thunlp/GEAR.

Results

TaskDatasetMetricValueModel
Fact VerificationFEVERAccuracy71.6GEAR
Fact VerificationFEVERFEVER67.1GEAR

Related Papers

DS@GT at CheckThat! 2025: Evaluating Context and Tokenization Strategies for Numerical Fact Verification2025-07-08Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers2025-06-16ClimateViz: A Benchmark for Statistical Reasoning and Fact Verification on Scientific Charts2025-06-10Reasoning-Table: Exploring Reinforcement Learning for Table Reasoning2025-06-02Table-R1: Inference-Time Scaling for Table Reasoning2025-05-29Improving the fact-checking performance of language models by relying on their entailment ability2025-05-21Hypothetical Documents or Knowledge Leakage? Rethinking LLM-based Query Expansion2025-04-19Reasoning Court: Combining Reasoning, Action, and Judgment for Multi-Hop Reasoning2025-04-14