snli topic

List snli repositories

match-lstm

19
Stars
5
Forks
Watchers

PyTorch Implementation of "Learning Natural Language Inference with LSTM", 2016, S. Wang et al. (https://arxiv.org/pdf/1512.08849.pdf)

NLI_Keras

23
Stars
7
Forks
Watchers

Keras implementation (tensorflow backend) of natural language inference

BiBloSA-pytorch

43
Stars
9
Forks
Watchers

Re-implementation of Bi-Directional Block Self-Attention for Fast and Memory-Efficient Sequence Modeling (T. Shen et al., ICLR 2018) on Pytorch.

reasoning_attention

34
Stars
13
Forks
Watchers

Unofficial implementation algorithms of attention models on SNLI dataset

NLI

18
Stars
6
Forks
Watchers

Models for Nature Language Inference (Tensorflow Version), including 'A Decomposable Attention Model for Natural Language Inference', ..., to be continued.