paper-with-me

홈 › Papers

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

2016-05-30 · Yang Liu, Chengjie Sun, Lei Lin, Xiaolong Wang

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.

📄 PDF Abstract BibTeX arXiv:1605.09090

Code (2)

Smerity/keras_snli
songyang0716/NLP/blob/master/natural_language_inference/BiLSTM_encoders_with_intra-attention/model.py pytorch

Tasks

Natural Language InferenceSentence

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

DR-BiLSTM: Dependent Reading Bidirectional LSTM for Natural Language Inference

2018-02-15 · NAACL 2018 6 · Reza Ghaeini, Sadid A. Hasan, Vivek Datla, Joey Liu 외

We present a novel deep learning architecture to address the natural language inference (NLI) task. Existing approaches mostly rely on simple reading mechanisms for independent encoding of the premise and hypothesis. Ins…

Natural Language Inference

NCUEE at MEDIQA 2019: Medical Text Inference Using Ensemble BERT-BiLSTM-Attention Model

2019-08-01 · WS 2019 8 · Lung-Hao Lee, Yi Lu, Po-Han Chen, Po-Lei Lee 외

This study describes the model design of the NCUEE system for the MEDIQA challenge at the ACL-BioNLP 2019 workshop. We use the BERT (Bidirectional Encoder Representations from Transformers) as the word embedding method t…

Natural Language Inference

Bipartite Flat-Graph Network for Nested Named Entity Recognition

2020-05-01 · ACL 2020 6 · Ying Luo, Hai Zhao

In this paper, we propose a novel bipartite flat-graph network (BiFlaG) for nested named entity recognition (NER), which contains two subgraph modules: a flat NER module for outermost entities and a graph module for all …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

The RepEval 2017 Shared Task: Multi-Genre Natural Language Inference with Sentence Representations

2017-07-25 · WS 2017 9 · Nikita Nangia, Adina Williams, Angeliki Lazaridou, Samuel R. Bowman

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 …

Natural Language InferenceRepresentation LearningSentence

Aggregating Bidirectional Encoder Representations Using MatchLSTM for Sequence Matching

2019-11-01 · IJCNLP 2019 11 · Bo Shao, Yeyun Gong, Weizhen Qi, Nan Duan 외

In this work, we propose an aggregation method to combine the Bidirectional Encoder Representations from Transformer (BERT) with a MatchLSTM layer for Sequence Matching. Given a sentence pair, we extract the output repre…

Natural Language InferencePositionSentence