CLNov 2, 2024

TabVer: Tabular Fact Verification with Natural Logic

arXiv:2411.01093v121 citationsh-index: 7TACL
Originality Incremental advance
AI Analysis

This addresses the limitation of symbolic reasoning models in handling arithmetic in tabular data for fact verification, though it is incremental in extending natural logic to tables.

The paper tackles the problem of fact verification on tabular evidence by integrating arithmetic functions into natural logic inference, achieving an accuracy of 71.4 on FEVEROUS and remaining competitive on TabFact with a 0.5-point lead.

Fact verification on tabular evidence incentivises the use of symbolic reasoning models where a logical form is constructed (e.g. a LISP-style program), providing greater verifiability than fully neural approaches. However, these systems typically rely on well-formed tables, restricting their use in many scenarios. An emerging symbolic reasoning paradigm for textual evidence focuses on natural logic inference, which constructs proofs by modelling set-theoretic relations between a claim and its evidence in natural language. This approach provides flexibility and transparency but is less compatible with tabular evidence since the relations do not extend to arithmetic functions. We propose a set-theoretic interpretation of numerals and arithmetic functions in the context of natural logic, enabling the integration of arithmetic expressions in deterministic proofs. We leverage large language models to generate arithmetic expressions by generating questions about salient parts of a claim which are answered by executing appropriate functions on tables. In a few-shot setting on FEVEROUS, we achieve an accuracy of 71.4, outperforming both fully neural and symbolic reasoning models by 3.4 points. When evaluated on TabFact without any further training, our method remains competitive with an accuracy lead of 0.5 points.

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