CLAILGSep 9, 2021

Table-based Fact Verification with Salience-aware Learning

arXiv:2109.04053v1666 citationsHas Code
AI Analysis

This work improves fact verification for applications relying on tabular data, though it is incremental as it builds on existing methods with novel enhancements.

The paper tackles table-based fact verification by addressing the lack of direct alignments between tabular data and textual statements and the need for abundant labeled data, achieving new state-of-the-art performance on the TabFact benchmark.

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 .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes