Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Sentence Embeddings in NLI with Iterative Refinement Encoders

About

Sentence-level representations are necessary for various NLP tasks. Recurrent neural networks have proven to be very effective in learning distributed representations and can be trained efficiently on natural language inference tasks. We build on top of one such model and propose a hierarchy of BiLSTM and max pooling layers that implements an iterative refinement strategy and yields state of the art results on the SciTail dataset as well as strong results for SNLI and MultiNLI. We can show that the sentence embeddings learned in this way can be utilized in a wide variety of transfer learning tasks, outperforming InferSent on 7 out of 10 and SkipThought on 8 out of 9 SentEval sentence embedding evaluation tasks. Furthermore, our model beats the InferSent model in 8 out of 10 recently published SentEval probing tasks designed to evaluate sentence embeddings' ability to capture some of the important linguistic properties of sentences.

Aarne Talman, Anssi Yli-Jyr\"a, J\"org Tiedemann• 2018

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceSNLI (test)
Accuracy86.6
681
Sentiment ClassificationMR (test)
Accuracy81.7
142
Subjectivity ClassificationSubj (test)
Accuracy93.7
125
Natural Language InferenceSciTail (test)
Accuracy86
86
Natural Language InferenceMultiNLI matched (test)
Accuracy73.7
65
Semantic RelatednessSICK 2014 (test)
Pearson's r0.876
56
Natural Language InferenceMultiNLI mismatched (test)
Accuracy73
56
Semantic Textual SimilaritySTS 2014
Spearman Correlation0.68
35
Textual EntailmentSICK (test)
Accuracy85.3
21
Paraphrase DetectionMicrosoft Paraphrase Corpus (MRPC) (test)
Accuracy76.7
15
Showing 10 of 15 rows

Other info

Code

Follow for update