CLLGJul 21, 2020

CS-NET at SemEval-2020 Task 4: Siamese BERT for ComVE

arXiv:2007.10830v1991 citations
Originality Incremental advance
AI Analysis

This work addresses common sense reasoning for natural language processing, but it is incremental as it builds on existing transformer architectures for specific subtasks.

The paper tackled the problem of differentiating between natural language statements that conform to common sense and those that do not, achieving an accuracy of 94.8% in subtask A and 89% in subtask B on the test set.

In this paper, we describe our system for Task 4 of SemEval 2020, which involves differentiating between natural language statements that confirm to common sense and those that do not. The organizers propose three subtasks - first, selecting between two sentences, the one which is against common sense. Second, identifying the most crucial reason why a statement does not make sense. Third, generating novel reasons for explaining the against common sense statement. Out of the three subtasks, this paper reports the system description of subtask A and subtask B. This paper proposes a model based on transformer neural network architecture for addressing the subtasks. The novelty in work lies in the architecture design, which handles the logical implication of contradicting statements and simultaneous information extraction from both sentences. We use a parallel instance of transformers, which is responsible for a boost in the performance. We achieved an accuracy of 94.8% in subtask A and 89% in subtask B on the test set.

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