Datasets:
hfl
/

ArXiv:
License:
hfl-rc commited on
Commit
d8096e8
1 Parent(s): 2d09b7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -3
README.md CHANGED
@@ -1,3 +1,87 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - zh
5
+ - en
6
+ ---
7
+
8
+ ## GitHub repository: https://github.com/ymcui/cmrc2019
9
+
10
+ This repository contains the data for [The Third Evaluation Workshop on Chinese Machine Reading Comprehension (CMRC 2019)](https://hfl-rc.github.io/cmrc2019/). We will present our paper at [COLING 2020](https://coling2020.org),
11
+
12
+ **Title: A Sentence Cloze Dataset for Chinese Machine Reading Comprehension**
13
+ Authors: Yiming Cui, Ting Liu, Ziqing Yang, Zhipeng Chen, Wentao Ma, Wanxiang Che, Shijin Wang, Guoping Hu
14
+ Link: https://arxiv.org/abs/2004.03116
15
+ Venue: COLING 2020
16
+
17
+ ### Open Challenge Leaderboard (New!)
18
+
19
+ Keep track of the latest state-of-the-art systems on CMRC 2019 dataset.
20
+ https://ymcui.github.io/cmrc2019/
21
+
22
+ ### Submission Guidelines
23
+
24
+ If you would like to test your model on the hidden test and challenge set, please follow the instructions on how to submit your model via CodaLab worksheet.
25
+ https://worksheets.codalab.org/worksheets/0xe856b40d21de45bf898cd1d3c5135afe
26
+
27
+
28
+ ### Baseline System
29
+
30
+ We provide a BERT-based baseline system for participants (check *baseline* directory for more info).
31
+
32
+ Results on other sets will be annouced later.
33
+
34
+ > QAC: Question-Level Accuracy
35
+
36
+ > PAC: Passage-Level Accuracy
37
+
38
+ | Data | Passage # | Query # | QAC | PAC | Fake Candidates | Availability |
39
+ | :------ | :-----: | :-----: | :-----: | :-----: | :-----: | :----- |
40
+ | Trial Data | 139 | 1,504 | 71.941% | 28.776% | No | Public |
41
+ | Train Data | 9,638 | 100,009 | N/A | N/A | No | Public |
42
+ | Development Data | 300 | 3,053 | 70.586% | 13.333% | **Yes** | Public |
43
+ | Qualifying Data | 500 | 5,081 | 70.01% | 8.20% | **Yes** | Semi-Hidden |
44
+ | Test Data | - | - | - | - | **Yes** | Hidden |
45
+
46
+ ## International Standard Language Resource Number (ISLRN)
47
+
48
+ ISLRN: 813-010-842-493-2
49
+
50
+ http://www.islrn.org/resources/resources_info/8624/
51
+
52
+
53
+ ### Reference
54
+
55
+ If you wish to use our data in your research, please cite our [paper](https://arxiv.org/abs/2004.03116):
56
+ ```
57
+ @inproceeding={cui-etal-2020-cmrc2019,
58
+ title={A Sentence Cloze Dataset for Chinese Machine Reading Comprehension},
59
+ author={Cui, Yiming and Liu, Ting and Yang, Ziqing and Chen, Zhipeng and Ma, Wentao and Che, Wanxiang and Wang, Shijin and Hu, Guoping},
60
+ booktitle = "Proceedings of the 28th International Conference on Computational Linguistics (COLING 2020)",
61
+ year={2020}
62
+ }
63
+ ```
64
+
65
+
66
+ ### Organization Committee
67
+ Host: Chinese Information Processing Society of China (CIPS)
68
+ Organizer: Joint Laboratory of HIT and iFLYTEK Research (HFL)
69
+ Sponsor: iFLYTEK Co., Ltd. and iFLYTEK Research (Hebei)
70
+
71
+ ### Evaluation Co-Chairs
72
+ Ting Liu, Harbin Institute of Technology
73
+ Yiming Cui, Joint Laboratory of HIT and iFLYTEK Research
74
+
75
+
76
+ ### Official HFL WeChat Account
77
+ Follow Joint Laboratory of HIT and iFLYTEK Research (HFL) on WeChat.
78
+
79
+ ![qrcode.png](https://github.com/ymcui/cmrc2019/raw/master/qrcode.jpg)
80
+
81
+
82
+ ### Contact us
83
+ Any problems? Feel free to concat us.
84
+ Email: **[cmrc2019 [aT] 126 [DoT] com](mailto:cmrc2019@126.com)**
85
+ Forum: [CodaLab Competition Forum](https://competitions.codalab.org/forums/19781/)
86
+ CMRC 2019 Official Website (中文):[https://cmrc2019.hfl-rc.com/](https://hfl-rc.github.io/cmrc2019/)
87
+ CMRC 2019 Official Website (English):[https://cmrc2019.hfl-rc.com/english/](https://hfl-rc.github.io/cmrc2019/english/)