Implementation of the ESIM model for natural language inference with Tensorflow
This repository contains an implementation with Tensorflow of the sequential model presented in the paper "Enhanced LSTM for Natural Language Inference" by Chen et al. in 2017.
Python 2.7
Tensorflow 1.4.0
cd data
bash fetch_and_preprocess.sh
cd scripts
bash train.sh
The training process and results are in log.txt file.
bash test.sh
The test results are in log_test.txt file.