English

Enhanced LSTM for Natural Language Inference

Computation and Language 2020-03-04 v3

Abstract

Reasoning and inference are central to human and artificial intelligence. Modeling inference in human language is very challenging. With the availability of large annotated data (Bowman et al., 2015), it has recently become feasible to train neural network based inference models, which have shown to be very effective. In this paper, we present a new state-of-the-art result, achieving the accuracy of 88.6% on the Stanford Natural Language Inference Dataset. Unlike the previous top models that use very complicated network architectures, we first demonstrate that carefully designing sequential inference models based on chain LSTMs can outperform all previous models. Based on this, we further show that by explicitly considering recursive architectures in both local inference modeling and inference composition, we achieve additional improvement. Particularly, incorporating syntactic parsing information contributes to our best result---it further improves the performance even when added to the already very strong model.

Keywords

Cite

@article{arxiv.1609.06038,
  title  = {Enhanced LSTM for Natural Language Inference},
  author = {Qian Chen and Xiaodan Zhu and Zhenhua Ling and Si Wei and Hui Jiang and Diana Inkpen},
  journal= {arXiv preprint arXiv:1609.06038},
  year   = {2020}
}

Comments

ACL 2017

R2 v1 2026-06-22T15:55:01.567Z