The RepEval 2017 Shared Task: Multi-Genre Natural Language Inference with Sentence Representations
This paper presents the results of the RepEval 2017 Shared Task, which evaluated neural network sentence representation learning models on the Multi-Genre Natural Language Inference corpus (MultiNLI) recently introduced by Williams et al. (2017). All of the five participating teams beat the bidirectional LSTM (BiLSTM) and continuous bag of words baselines reported in Williams et al.. The best single model used stacked BiLSTMs with residual connections to extract sentence features and reached 74.5% accuracy on the genre-matched test set. Surprisingly, the results of the competition were fairly consistent across the genre-matched and genre-mismatched test sets, and across subsets of the test data representing a variety of linguistic phenomena, suggesting that all of the submitted systems learned reasonably domain-independent representations for sentence meaning.
Code (0)
등록된 구현이 없습니다.
Tasks
Natural Language InferenceRepresentation LearningSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Recurrent Neural Network-Based Sentence Encoder with Gated Attention for Natural Language Inference
The RepEval 2017 Shared Task aims to evaluate natural language understanding models for sentence representation, in which a sentence is represented as a fixed-length vector with neural networks and the quality of the rep…
Natural Language InferenceNatural Language UnderstandingSentenceLCT-MALTA's Submission to RepEval 2017 Shared Task
System using BiLSTM and max pooling. Embedding is enhanced by POS, character and dependency info.
Natural Language InferencePOSSentence EmbeddingsWord EmbeddingsShortcut-Stacked Sentence Encoders for Multi-Domain Inference
We present a simple sequential sentence encoder for multi-domain natural language inference. Our encoder is based on stacked bidirectional LSTM-RNNs with shortcut connections and fine-tuning of word embeddings. The overa…
Natural Language InferenceSentenceWord EmbeddingsEmotion Detection and Classification in a Multigenre Corpus with Joint Multi-Task Deep Learning
Detection and classification of emotion categories expressed by a sentence is a challenging task due to subjectivity of emotion. To date, most of the models are trained and evaluated on single genre and when used to pred…
Emotion Detection and ClassificationGeneral ClassificationMulti-Task LearningSentenceRefining Raw Sentence Representations for Textual Entailment Recognition via Attention
In this paper we present the model used by the team Rivercorners for the 2017 RepEval shared task. First, our model separately encodes a pair of sentences into variable-length representations by using a bidirectional LST…
General ClassificationNatural Language InferenceSentence