TL;DR
This paper presents CS-NET, a transformer-based Siamese BERT model designed to identify common sense contradictions and extract reasons, achieving high accuracy on SemEval-2020 Task 4 subtasks.
Contribution
It introduces a novel transformer architecture with parallel instances for better logical implication handling and information extraction from sentence pairs.
Findings
Achieved 94.8% accuracy in subtask A
Achieved 89% accuracy in subtask B
Demonstrated effectiveness of Siamese BERT architecture
Abstract
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,…
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.
