paper-with-me

Papers

TAPAS at SemEval-2021 Task 9: Reasoning over tables with intermediate pre-training

2021-04-02 · SEMEVAL 2021 · Thomas Müller, Julian Martin Eisenschlos, Syrine Krichene

We present the TAPAS contribution to the Shared Task on Statement Verification and Evidence Finding with Tables (SemEval 2021 Task 9, Wang et al. (2021)). SEM TAB FACT Task A is a classification task of recognizing if a statement is entailed, neutral or refuted by the content of a given table. We adopt the binary TAPAS model of Eisenschlos et al. (2020) to this task. We learn two binary classification models: A first model to predict if a statement is neutral or non-neutral and a second one to predict if it is entailed or refuted. As the shared task training set contains only entailed or refuted examples, we generate artificial neutral examples to train the first model. Both models are pre-trained using a MASKLM objective, intermediate counter-factual and synthetic data (Eisenschlos et al., 2020) and TABFACT (Chen et al., 2020), a large table entailment dataset. We find that the artificial neutral examples are somewhat effective at training the first model, achieving 68.03 test F1 versus the 60.47 of a majority baseline. For the second stage, we find that the pre-training on the intermediate data and TABFACT improves the results over MASKLM pre-training (68.03 vs 57.01).

📄 PDF Abstract BibTeX arXiv:2104.01099

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Methods 이 논문이 사용한 방법론

TAPAS 설명 없음

Similar Papers 제목 키워드 기반

Volta at SemEval-2021 Task 9: Statement Verification and Evidence Finding with Tables using TAPAS and Transfer Learning

2021-06-01 · SEMEVAL 2021 · Devansh Gautam, Kshitij Gupta, Manish Shrivastava

Tables are widely used in various kinds of documents to present information concisely. Understanding tables is a challenging problem that requires an understanding of language and table structure, along with numerical an…

Logical ReasoningTransfer Learning

AttesTable at SemEval-2021 Task 9: Extending Statement Verification with Tables for Unknown Class, and Semantic Evidence Finding

2021-08-01 · SEMEVAL 2021 · Harshit Varma, Aadish Jain, Pratik Ratadiya, Abhishek Rathi

This paper describes our approach for Task 9 of SemEval 2021: Statement Verification and Evidence Finding with Tables. We participated in both subtasks, namely statement verification and evidence finding. For the subtask…

Fact CheckingFact VerificationNatural Language InferenceTable-based Fact Verification

Sattiy at SemEval-2021 Task 9: An Ensemble Solution for Statement Verification and Evidence Finding with Tables

2021-04-21 · SEMEVAL 2021 · Xiaoyi Ruan, Meizhi Jin, Jian Ma, Haiqin Yang 외

Question answering from semi-structured tables can be seen as a semantic parsing task and is significant and practical for pushing the boundary of natural language understanding. Existing research mainly focuses on under…

ArticlesNatural Language UnderstandingQuestion AnsweringSemantic Parsing

TAPAS: Weakly Supervised Table Parsing via Pre-training

2020-04-05 · ACL 2020 6 · Jonathan Herzig, Paweł Krzysztof Nowak, Thomas Müller, Francesco Piccinno 외

Answering natural language questions over tables is usually seen as a semantic parsing task. To alleviate the collection cost of full logical forms, one popular approach focuses on weak supervision consisting of denotati…

Question AnsweringSemantic ParsingTransfer Learning

Capturing Row and Column Semantics in Transformer Based Question Answering over Tables

2021-04-16 · NAACL 2021 4 · Michael Glass, Mustafa Canim, Alfio Gliozzo, Saneem Chemmengath 외

Transformer based architectures are recently used for the task of answering questions over tables. In order to improve the accuracy on this task, specialized pre-training techniques have been developed and applied on mil…

Question Answering