SOTAVerified

Table-based Fact Verification with Salience-aware Learning

2021-09-09Findings (EMNLP) 2021Code Available0· sign in to hype

Fei Wang, Kexuan Sun, Jay Pujara, Pedro Szekely, Muhao Chen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Tables provide valuable knowledge that can be used to verify textual statements. While a number of works have considered table-based fact verification, direct alignments of tabular data with tokens in textual statements are rarely available. Moreover, training a generalized fact verification model requires abundant labeled training data. In this paper, we propose a novel system to address these problems. Inspired by counterfactual causality, our system identifies token-level salience in the statement with probing-based salience estimation. Salience estimation allows enhanced learning of fact verification from two perspectives. From one perspective, our system conducts masked salient token prediction to enhance the model for alignment and reasoning between the table and the statement. From the other perspective, our system applies salience-aware data augmentation to generate a more diverse set of training instances by replacing non-salient terms. Experimental results on TabFact show the effective improvement by the proposed salience-aware learning techniques, leading to the new SOTA performance on the benchmark. Our code is publicly available at https://github.com/luka-group/Salience-aware-Learning .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TabFactSalience-aware TAPASTest82.1Unverified

Reproductions