mbert-study

CROSS-LINGUAL ABILITY OF MULTILINGUAL BERT: AN EMPIRICAL STUDY

View the Project on GitHub CogComp/mbert-study

Evaluating-scripts

Preparation (NER)

You can find some of our bert models here.
And some NER datasets here.
We are not authorized to release the ner dataset we experimented on.

Follow init.sh and add the current directories path to python’s path.
Set up PROJECT_MODELS and PROJECT_SCRIPTS in train.sh. Set up ner data path and bert model path in base.jsonnet. ./train.sh 0 allennlp-config/base.jsonnet will execute ner training.

Preparation (XNLI)