ESIM represents The Enhanced Sequential Inference Model, which was first proposed in this paper:
@InProceedings{Chen-Qian:2017:ACL,
author = {Chen, Qian and Zhu, Xiaodan and Ling, Zhenhua and Wei, Si and Jiang, Hui and Inkpen, Diana},
title = {Enhanced {LSTM} for Natural Language Inference},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (ACL)},
year = {2017}
}
- We refer the original theano code for our PyTorch implementation.
- Tree_IM contains code for tree version of ESIM.
- The corresponding preprocessed data can be found here