paper-with-me

Papers

Lyb3b at SemEval-2018 Task 12: Ensemble-based Deep Learning Models for Argument Reasoning Comprehension Task

2018-06-01 · SEMEVAL 2018 6 · Yongbin Li, Xiaobing Zhou

Reasoning is a crucial part of natural language argumentation. In order to comprehend an argument, we have to reconstruct and analyze its reasoning. In this task, given a natural language argument with a reason and a claim, the goal is to choose the correct implicit reasoning from two options, in order to form a reasonable structure of (Reason, Warrant, Claim). Our approach is to build distributed word embedding of reason, warrant and claim respectively, meanwhile, we use a series of frameworks such as CNN model, LSTM model, GRU with attention model and biLSTM with attention model for processing word vector. Finally, ensemble mechanism is used to integrate the results of each framework to improve the final accuracy. Experiments demonstrate superior performance of ensemble mechanism compared to each separate framework. We are the 11th in official results, the final model can reach a 0.568 accuracy rate on the test dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

HHU at SemEval-2018 Task 12: Analyzing an Ensemble-based Deep Learning Approach for the Argument Mining Task of Choosing the Correct Warrant

2018-06-01 · SEMEVAL 2018 6 · Matthias Liebeck, Andreas Funke, Stefan Conrad

This paper describes our participation in the SemEval-2018 Task 12 Argument Reasoning Comprehension Task which calls to develop systems that, given a reason and a claim, predict the correct warrant from two opposing opti…

Argument Mining

ITNLP-ARC at SemEval-2018 Task 12: Argument Reasoning Comprehension with Attention

2018-06-01 · SEMEVAL 2018 6 · Wenjie Liu, Chengjie Sun, Lei Lin, Bingquan Liu

Reasoning is a very important topic and has many important applications in the field of natural language processing. Semantic Evaluation (SemEval) 2018 Task 12 {``}The Argument Reasoning Comprehension{''} committed to re…

ARCInformation RetrievalMachine TranslationNatural Language Inference+4

YNU Deep at SemEval-2018 Task 12: A BiLSTM Model with Neural Attention for Argument Reasoning Comprehension

2018-06-01 · SEMEVAL 2018 6 · Peng Ding, Xiaobing Zhou

This paper describes the system submitted to SemEval-2018 Task 12 (The Argument Reasoning Comprehension Task). Enabling a computer to understand a text so that it can answer comprehension questions is still a challenging…

Constituency ParsingLanguage ModelingLanguage ModellingMachine Translation+1

Joker at SemEval-2018 Task 12: The Argument Reasoning Comprehension with Neural Attention

2018-06-01 · SEMEVAL 2018 6 · Guobin Sui, WenHan Chao, Zhunchen Luo

This paper describes a classification system that participated in the SemEval-2018 Task 12: The Argument Reasoning Comprehension Task. Briefly the task can be described as that a natural language {``}argument{''} is what…

Argument MiningStance Detection

TakeLab at SemEval-2018 Task12: Argument Reasoning Comprehension with Skip-Thought Vectors

2018-06-01 · SEMEVAL 2018 6 · Ana Brassard, Tin Kuculo, Filip Boltu{\v{z}}i{\'c}, Jan {\v{S}}najder

This paper describes our system for the SemEval-2018 Task 12: Argument Reasoning Comprehension Task. We utilize skip-thought vectors, sentence-level distributional vectors inspired by the popular word embeddings and the …

Common Sense ReasoningNatural Language InferenceSentenceWord Embeddings