├── LICENSE ├── README.md ├── data ├── prepare.py ├── run_train_word2vec.sh └── train_word2vec.py └── scripts └── esim ├── data_iterator.py ├── log_example.txt ├── main.py └── run.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/README.md -------------------------------------------------------------------------------- /data/prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/data/prepare.py -------------------------------------------------------------------------------- /data/run_train_word2vec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/data/run_train_word2vec.sh -------------------------------------------------------------------------------- /data/train_word2vec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/data/train_word2vec.py -------------------------------------------------------------------------------- /scripts/esim/data_iterator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/scripts/esim/data_iterator.py -------------------------------------------------------------------------------- /scripts/esim/log_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/scripts/esim/log_example.txt -------------------------------------------------------------------------------- /scripts/esim/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/scripts/esim/main.py -------------------------------------------------------------------------------- /scripts/esim/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba/esim-response-selection/HEAD/scripts/esim/run.sh --------------------------------------------------------------------------------