Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 494 Bytes

Translation Based Matching Adversarial Network for Cross-lingual Natural Language Inference (TMAN)

Code for the AAAI-2020 accepted paper Translation Based Matching Adversarial Network for Cross-lingual Natural Language Inference.

Download XNLI benchmark

python download_data.py

Training and evaluating TMAN

To run TMAN-ESIM, please see the README.md in ./TMAN-ESIM/

To run TMAN-BERT, please see the README.md in ./TMAN-BERT/

To run TMAN-XLM, please see the README.md in ./TMAN-XLM/