Update README.md
Browse files
README.md
CHANGED
@@ -29,13 +29,13 @@ dataset_info:
|
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: dev
|
32 |
-
num_bytes: 100170127
|
33 |
num_examples: 468
|
34 |
- name: eval
|
35 |
-
num_bytes: 98822395
|
36 |
num_examples: 416
|
37 |
download_size: 196166661
|
38 |
-
dataset_size: 198992522
|
39 |
configs:
|
40 |
- config_name: default
|
41 |
data_files:
|
@@ -43,4 +43,49 @@ configs:
|
|
43 |
path: data/dev-*
|
44 |
- split: eval
|
45 |
path: data/eval-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: dev
|
32 |
+
num_bytes: 100170127
|
33 |
num_examples: 468
|
34 |
- name: eval
|
35 |
+
num_bytes: 98822395
|
36 |
num_examples: 416
|
37 |
download_size: 196166661
|
38 |
+
dataset_size: 198992522
|
39 |
configs:
|
40 |
- config_name: default
|
41 |
data_files:
|
|
|
43 |
path: data/dev-*
|
44 |
- split: eval
|
45 |
path: data/eval-*
|
46 |
+
license: cc-by-4.0
|
47 |
+
language:
|
48 |
+
- en
|
49 |
+
- ar
|
50 |
+
- de
|
51 |
+
- fa
|
52 |
+
- fr
|
53 |
+
- ja
|
54 |
+
- nl
|
55 |
+
- pt
|
56 |
+
- ru
|
57 |
+
- tr
|
58 |
+
- zh
|
59 |
+
task_categories:
|
60 |
+
- translation
|
61 |
+
- automatic-speech-recognition
|
62 |
+
size_categories:
|
63 |
+
- n<1K
|
64 |
---
|
65 |
+
# ACL 60/60
|
66 |
+
|
67 |
+
## Dataset details
|
68 |
+
|
69 |
+
ACL 60/60 evaluation sets for multilingual translation of ACL 2022 technical presentations into 10 target languages.
|
70 |
+
|
71 |
+
### Citation
|
72 |
+
```
|
73 |
+
@inproceedings{salesky-etal-2023-evaluating,
|
74 |
+
title = "Evaluating Multilingual Speech Translation under Realistic Conditions with Resegmentation and Terminology",
|
75 |
+
author = "Salesky, Elizabeth and
|
76 |
+
Darwish, Kareem and
|
77 |
+
Al-Badrashiny, Mohamed and
|
78 |
+
Diab, Mona and
|
79 |
+
Niehues, Jan",
|
80 |
+
booktitle = "Proceedings of the 20th International Conference on Spoken Language Translation (IWSLT 2023)",
|
81 |
+
month = jul,
|
82 |
+
year = "2023",
|
83 |
+
address = "Toronto, Canada",
|
84 |
+
publisher = "Association for Computational Linguistics",
|
85 |
+
url = "https://aclanthology.org/2023.iwslt-1.2/",
|
86 |
+
doi = "10.18653/v1/2023.iwslt-1.2",
|
87 |
+
pages = "62--78",
|
88 |
+
abstract = "We present the ACL 60/60 evaluation sets for multilingual translation of ACL 2022 technical presentations into 10 target languages. This dataset enables further research into multilingual speech translation under realistic recording conditions with unsegmented audio and domain-specific terminology, applying NLP tools to text and speech in the technical domain, and evaluating and improving model robustness to diverse speaker demographics."
|
89 |
+
}
|
90 |
+
|
91 |
+
```
|