Table-based Fact Verification with Self-adaptive Mixture of Experts
Yuxuan Zhou, Xien Liu, Kaiyin Zhou, Ji Wu

TL;DR
This paper introduces SaMoE, a self-adaptive mixture-of-experts neural network for table-based fact verification, effectively recognizing diverse reasoning types and achieving state-of-the-art accuracy on the TabFact benchmark.
Contribution
The paper proposes a novel self-adaptive mixture-of-experts model that dynamically combines reasoning experts for improved fact verification over tables.
Findings
Achieves 85.1% accuracy on TabFact dataset.
Effective recognition and execution of various reasoning types.
Establishes a new baseline for table-based verification.
Abstract
The table-based fact verification task has recently gained widespread attention and yet remains to be a very challenging problem. It inherently requires informative reasoning over natural language together with different numerical and logical reasoning on tables (e.g., count, superlative, comparative). Considering that, we exploit mixture-of-experts and present in this paper a new method: Self-adaptive Mixture-of-Experts Network (SaMoE). Specifically, we have developed a mixture-of-experts neural network to recognize and execute different types of reasoning -- the network is composed of multiple experts, each handling a specific part of the semantics for reasoning, whereas a management module is applied to decide the contribution of each expert network to the verification result. A self-adaptive method is developed to teach the management module combining results of different experts…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Machine Learning and Data Classification
