Datasets:
hfl
/

ArXiv:
License:
hfl-rc commited on
Commit
e31d85e
1 Parent(s): 4cd5d22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - zh
7
+ - en
8
+ ---
9
+
10
+ ## GitHub repository: https://github.com/ymcui/expmrc
11
+
12
+ With the development of the pre-trained language models (PLMs), achieving human-level performance on several machine reading comprehension (MRC) dataset is not as hard as it used to be. However, the explainability behind these artifacts still remains unclear, raising concerns on utilizing these models in real-life applications. To improve the explainability of MRC tasks, we propose ExpMRC benchmark.
13
+
14
+ **ExpMRC** is a benchmark for **Exp**lainability Evaluation of **M**achine **R**eading **C**omprehension. ExpMRC contains four subsets of popular MRC datasets with additionally annotated evidences, including [SQuAD](https://www.aclweb.org/anthology/D16-1264/), [CMRC 2018](https://www.aclweb.org/anthology/D19-1600/), RACE<sup>+</sup> (similar to [RACE](https://www.aclweb.org/anthology/D17-1082/)), and [C<sup>3</sup>](https://www.aclweb.org/anthology/2020.tacl-1.10/), covering span-extraction and multiple-choice questions MRC tasks in both English and Chinese.
15
+
16
+ To achieve a higher score in ExpMRC, the model should not only give a correct answer for the question but also give a passage span as the evidence text. We greatly welcome the submission that could be generalized well on different languages and types of MRC tasks with *unsupervised* or *semi-supervised* approaches.
17
+
18
+ **ExpMRC: Explainability Evaluation for Machine Reading Comprehension**
19
+
20
+ - [Yiming Cui](https://ymcui.com), Ting Liu, Wanxiang Che, Zhigang Chen, Shijin Wang
21
+ - Published in [Heliyon](https://www.cell.com/heliyon)
22
+
23
+ [[Official Publication]](https://www.cell.com/heliyon/fulltext/S2405-8440(22)00578-3) [[arXiv pre-print]](https://arxiv.org/abs/2105.04126) [[**Leaderboard**]](https://ymcui.github.io/expmrc/) [[Papers With Code]](https://paperswithcode.com/dataset/expmrc)
24
+
25
+
26
+ ## Submission to Leaderboard
27
+
28
+ Please visit our leaderboard for more information: [https://ymcui.github.io/expmrc/](https://ymcui.github.io/expmrc/)
29
+
30
+ To preserve the integrity of test results and improve the reproducibility, **we do not release the test sets to the public**. Instead, we require you to upload your model onto CodaLab, so that we can run it on the test sets for you. You can follow the instructions on CodaLab (which is similar to SQuAD, CMRC 2018 submission). You can submit your model on one or more subsets in ExpMRC. Sample submission files are shown in `sample_submission` directory.
31
+
32
+ Submission policies:
33
+ 1. You are free to use any open-source MRC data or automatically generated data for training your systems (both labeled and unlabeled).
34
+ 2. You are **NOT** allowed to use any **publicly unavailable** human-annotated data for training.
35
+ 3. We do not encourage using the development set of ExpMRC for training (though it is not prohibited). You should declare whether the system is trained by using the whole/part of the development set. Such submissions will be marked with an asterisk (*).
36
+
37
+
38
+ ## Citation
39
+
40
+ If you are using our benchmark in your work, please cite:
41
+
42
+ ```
43
+ @article{cui-etal-2022-expmrc,
44
+ title={ExpMRC: Explainability Evaluation for Machine Reading Comprehension},
45
+ author={Cui, Yiming and Liu, Ting and Che, Wanxiang and Chen, Zhigang and Wang, Shijin},
46
+ journal={Heliyon},
47
+ year={2022},
48
+ volume={8},
49
+ issue={4},
50
+ pages={e09290},
51
+ issn={2405-8440},
52
+ doi={https://doi.org/10.1016/j.heliyon.2022.e09290}
53
+ }
54
+ ```
55
+
56
+
57
+ ## Acknowledgment
58
+
59
+ [Yiming Cui](https://ymcui.com) would like to thank [Google TPU Research Cloud (TRC)](https://g.co/tfrc) program for providing computing resource.
60
+ We also thank [SQuAD team](https://rajpurkar.github.io/SQuAD-explorer/) for open-sourcing their website template.
61
+
62
+
63
+ ## Contact us
64
+
65
+ Please submit an issue.