Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TableFormer: Robust Transformer Modeling for Table-Text Encoding

About

Understanding tables is an important aspect of natural language understanding. Existing models for table understanding require linearization of the table structure, where row or column order is encoded as an unwanted bias. Such spurious biases make the model vulnerable to row and column order perturbations. Additionally, prior work has not thoroughly modeled the table structures or table-text alignments, hindering the table-text understanding ability. In this work, we propose a robust and structurally aware table-text encoding architecture TableFormer, where tabular structural biases are incorporated completely through learnable attention biases. TableFormer is (1) strictly invariant to row and column orders, and, (2) could understand tables better due to its tabular inductive biases. Our evaluations showed that TableFormer outperforms strong baselines in all settings on SQA, WTQ and TabFact table reasoning datasets, and achieves state-of-the-art performance on SQA, especially when facing answer-invariant row and column order perturbations (6% improvement over the best baseline), because previous SOTA models' performance drops by 4% - 6% when facing such perturbations while TableFormer is not affected.

Jingfeng Yang, Aditya Gupta, Shyam Upadhyay, Luheng He, Rahul Goel, Shachi Paul• 2022

Related benchmarks

TaskDatasetResultRank
Table Fact VerificationTabFact (test)
Accuracy81.6
98
Table Question AnsweringWikiTQ (test)
Accuracy52.6
92
Table Question AnsweringWikiTableQuestions (test)
Accuracy52.6
86
Table Fact VerificationTabFact small (test)
Accuracy0.846
57
Table Fact VerificationTABFACT simple (test)
Accuracy93.3
39
Table Fact VerificationTABFACT complex (test)
Accuracy75.9
39
Table Fact VerificationTabFact (dev)
Accuracy82
28
Table-based Question AnsweringWIKITABLEQUESTIONS (dev)
Accuracy51.3
25
Binary ClassificationTabFact (test)
Accuracy81.6
18
Table Question AnsweringWikiTQ (dev)
Denotation Acc51.3
18
Showing 10 of 33 rows

Other info

Code

Follow for update