MariamHussam commited on
Commit
fb99645
1 Parent(s): dbd2853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -11,9 +11,64 @@ dataset_info:
11
  num_examples: 300
12
  download_size: 60206
13
  dataset_size: 95290
 
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: test
18
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  num_examples: 300
12
  download_size: 60206
13
  dataset_size: 95290
14
+
15
  configs:
16
  - config_name: default
17
  data_files:
18
  - split: test
19
  path: data/test-*
20
+ task_categories:
21
+ - translation
22
+ language:
23
+ - zh
24
+ - en
25
+ tags:
26
+ - biology
27
+ - medical
28
+ size_categories:
29
+ - n<1K
30
+ modalities:
31
+ - Text
32
  ---
33
+
34
+ # Dataset Card for BioWMT'20 ZH-EN Test Set
35
+
36
+ Test set that was compiled for the [Biomedical Translation Task](https://www.statmt.org/wmt20/biomedical-translation-task.html) 2020 at [WMT](https://machinetranslate.org/wmt).
37
+
38
+ - **Language(s) (NLP):** English, Chinese;
39
+
40
+ ## Citation
41
+
42
+ ```bibtex
43
+ @inproceedings{bawden-etal-2020-findings,
44
+ title = "Findings of the {WMT} 2020 Biomedical Translation Shared Task: {B}asque, {I}talian and {R}ussian as New Additional Languages",
45
+ author = "Bawden, Rachel and
46
+ Di Nunzio, Giorgio Maria and
47
+ Grozea, Cristian and
48
+ Jauregi Unanue, Inigo and
49
+ Jimeno Yepes, Antonio and
50
+ Mah, Nancy and
51
+ Martinez, David and
52
+ N{\'e}v{\'e}ol, Aur{\'e}lie and
53
+ Neves, Mariana and
54
+ Oronoz, Maite and
55
+ Perez-de-Vi{\~n}aspre, Olatz and
56
+ Piccardi, Massimo and
57
+ Roller, Roland and
58
+ Siu, Amy and
59
+ Thomas, Philippe and
60
+ Vezzani, Federica and
61
+ Vicente Navarro, Maika and
62
+ Wiemann, Dina and
63
+ Yeganova, Lana",
64
+ booktitle = "Proceedings of the Fifth Conference on Machine Translation",
65
+ month = nov,
66
+ year = "2020",
67
+ address = "Online",
68
+ publisher = "Association for Computational Linguistics",
69
+ url = "https://aclanthology.org/2020.wmt-1.76",
70
+ pages = "660--687",
71
+ }
72
+ ```
73
+
74
+