- Run
graph_preprocess.py
to process the dataset. - Run
graph_train.py
to train a model. - Run
graph_evaluate.py
to evalute a particularl model.
We also provide our implementation for running the "normal" MRC model.
- Run
mrc_preprocess.py
to process datasets. - Run
mrc_train.py
to train a model. - Run
mrc_evaluate.py
to evalute a particularl model.