2019Cail-A-Bert-Joint-Baseline-for-Machine-Comprehension
2019Cail-A-Bert-Joint-Baseline-for-Machine-Comprehension copied to clipboard
(2019 法研杯 阅读理解) A pytorch implement of bert joint baseline for machine comprehension task in 2019 cail
2019Cail-A-Bert-Joint-Baseline-for-Machine-Comprehension
A pytorch implement of bert baseline for machine comprehension task in 2019 cail(法研杯 阅读理解)
2019法研杯 阅读理解
Task description & Data
Please visit the official website for the task description and data at http://cail.cipsc.org.cn/instruction.html
About this code
This code provides a coarse Bert Joint Baseline. While it can reach a not bad f1 score (~73), further optimizations on data processing, hyper-parameters tuning and candidates strategy are still expected.
How to start
Train
python train_start.py
Predict
python test.py
If it helps, welcome to star me. Enjoying the match!