CLMay 30, 2016

Learning Natural Language Inference using Bidirectional LSTM model and Inner-Attention

arXiv:1605.09090v1285 citations
Originality Incremental advance
AI Analysis

This work addresses text entailment recognition for NLP applications, representing an incremental improvement over prior methods.

The paper tackled natural language inference by proposing a sentence encoding model with a two-stage process using bidirectional LSTM and inner-attention, which outperformed the existing best sentence encoding-based approach on the SNLI Corpus with fewer parameters.

In this paper, we proposed a sentence encoding-based model for recognizing text entailment. In our approach, the encoding of sentence is a two-stage process. Firstly, average pooling was used over word-level bidirectional LSTM (biLSTM) to generate a first-stage sentence representation. Secondly, attention mechanism was employed to replace average pooling on the same sentence for better representations. Instead of using target sentence to attend words in source sentence, we utilized the sentence's first-stage representation to attend words appeared in itself, which is called "Inner-Attention" in our paper . Experiments conducted on Stanford Natural Language Inference (SNLI) Corpus has proved the effectiveness of "Inner-Attention" mechanism. With less number of parameters, our model outperformed the existing best sentence encoding-based approach by a large margin.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes