Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 688 Bytes

File metadata and controls

17 lines (14 loc) · 688 Bytes

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!