GitHub - lukecq1231/enc_nli: A sentence encoding-based model for natural language inference (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

LSTM Encoder for Natural Language Inference

Dependencies

To run it perfectly, you will need:

Running the Script

  1. Download and preprocess
cd data
bash fetch_and_preprocess.sh
  1. Train and test model
cd scripts/enc_nli
bash train.sh

The result is in log.txt file.