ymoslem commited on
Commit
c92b591
1 Parent(s): 6e2aae0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +146 -1
README.md CHANGED
@@ -13,7 +13,7 @@ dataset_info:
13
  num_bytes: 330788279.48
14
  num_examples: 1120
15
  - name: test
16
- num_bytes: 44484347.0
17
  num_examples: 347
18
  download_size: 1105429263
19
  dataset_size: 1260430679.572
@@ -26,4 +26,149 @@ configs:
26
  path: data/dev-*
27
  - split: test
28
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  num_bytes: 330788279.48
14
  num_examples: 1120
15
  - name: test
16
+ num_bytes: 44484347
17
  num_examples: 347
18
  download_size: 1105429263
19
  dataset_size: 1260430679.572
 
26
  path: data/dev-*
27
  - split: test
28
  path: data/test-*
29
+ license: cc-by-nc-sa-4.0
30
+ task_categories:
31
+ - automatic-speech-recognition
32
+ - text-to-speech
33
+ - translation
34
+ language:
35
+ - ga
36
+ - en
37
+ size_categories:
38
+ - 1K<n<10K
39
  ---
40
+
41
+ ## Dataset details
42
+
43
+ IWSLT 2023/2024 dataset for Irish-to-English speech translation, as originally found on this [GitHub repository](https://github.com/shashwatup9k/iwslt2023_ga-eng/).
44
+
45
+ > Data available since: Irish-English Speech Translation Shared Task@IWSLT-2023 and 2024
46
+ > License: CC BY-NC-SA 4.0
47
+ > Includes text/audio: yes
48
+ > Shared Task Organisers 2023: Ojha, Atul Kr.; Judge, John; McCrae, John P.
49
+ > Shared Task Organisers 2024: Ojha, Atul Kr.; McCrae, John P.
50
51
+ > Contributor/©holder: Insight Centre for Data Analytics, Data Science Institute, University of Galway, Ireland and ADAPT Centre, Ireland
52
+
53
+ ## How to load the dataset
54
+
55
+ ```
56
+ from datasets import load_dataset, DatasetDict
57
+
58
+ iwslt2023_gaen = DatasetDict()
59
+
60
+ iwslt2023_gaen["train"] = load_dataset("ymoslem/IWSLT2023-GA-EN",
61
+ split="train",
62
+ trust_remote_code=True,
63
+ )
64
+ iwslt2023_gaen["dev"] = load_dataset("ymoslem/IWSLT2023-GA-EN",
65
+ split="dev",
66
+ trust_remote_code=True,
67
+ )
68
+ iwslt2023_gaen["test"] = load_dataset("ymoslem/IWSLT2023-GA-EN",
69
+ split="test",
70
+ trust_remote_code=True,
71
+ )
72
+
73
+ ```
74
+
75
+ ## Dataset statistics
76
+
77
+ ```
78
+ DatasetDict({
79
+ train: Dataset({
80
+ features: ['audio', 'translation'],
81
+ num_rows: 7478
82
+ })
83
+ dev: Dataset({
84
+ features: ['audio', 'translation'],
85
+ num_rows: 1120
86
+ })
87
+ test: Dataset({
88
+ features: ['audio', 'translation'],
89
+ num_rows: 347
90
+ })
91
+ })
92
+ ```
93
+
94
+ ## Citation
95
+
96
+ ```
97
+ @inproceedings{agrawal-etal-2023-findings,
98
+ title = "{FINDINGS} {OF} {THE} {IWSLT} 2023 {EVALUATION} {CAMPAIGN}",
99
+ author = {Agarwal, Milind and
100
+ Agrawal, Sweta and
101
+ Anastasopoulos, Antonios and
102
+ Bentivogli, Luisa and
103
+ Bojar, Ond{\v{r}}ej and
104
+ Borg, Claudia and
105
+ Carpuat, Marine and
106
+ Cattoni, Roldano and
107
+ Cettolo, Mauro and
108
+ Chen, Mingda and
109
+ Chen, William and
110
+ Choukri, Khalid and
111
+ Chronopoulou, Alexandra and
112
+ Currey, Anna and
113
+ Declerck, Thierry and
114
+ Dong, Qianqian and
115
+ Duh, Kevin and
116
+ Est{\`e}ve, Yannick and
117
+ Federico, Marcello and
118
+ Gahbiche, Souhir and
119
+ Haddow, Barry and
120
+ Hsu, Benjamin and
121
+ Mon Htut, Phu and
122
+ Inaguma, Hirofumi and
123
+ Javorsk{\'y}, D{\'a}vid and
124
+ Judge, John and
125
+ Kano, Yasumasa and
126
+ Ko, Tom and
127
+ Kumar, Rishu and
128
+ Li, Pengwei and
129
+ Ma, Xutai and
130
+ Mathur, Prashant and
131
+ Matusov, Evgeny and
132
+ McNamee, Paul and
133
+ P. McCrae, John and
134
+ Murray, Kenton and
135
+ Nadejde, Maria and
136
+ Nakamura, Satoshi and
137
+ Negri, Matteo and
138
+ Nguyen, Ha and
139
+ Niehues, Jan and
140
+ Niu, Xing and
141
+ Kr. Ojha, Atul and
142
+ E. Ortega, John and
143
+ Pal, Proyag and
144
+ Pino, Juan and
145
+ van der Plas, Lonneke and
146
+ Pol{\'a}k, Peter and
147
+ Rippeth, Elijah and
148
+ Salesky, Elizabeth and
149
+ Shi, Jiatong and
150
+ Sperber, Matthias and
151
+ St{\"u}ker, Sebastian and
152
+ Sudoh, Katsuhito and
153
+ Tang, Yun and
154
+ Thompson, Brian and
155
+ Tran, Kevin and
156
+ Turchi, Marco and
157
+ Waibel, Alex and
158
+ Wang, Mingxuan and
159
+ Watanabe, Shinji and
160
+ Zevallos, Rodolfo},
161
+ editor = "Salesky, Elizabeth and
162
+ Federico, Marcello and
163
+ Carpuat, Marine",
164
+ booktitle = "Proceedings of the 20th International Conference on Spoken Language Translation (IWSLT 2023)",
165
+ month = jul,
166
+ year = "2023",
167
+ address = "Toronto, Canada (in-person and online)",
168
+ publisher = "Association for Computational Linguistics",
169
+ url = "https://aclanthology.org/2023.iwslt-1.1",
170
+ doi = "10.18653/v1/2023.iwslt-1.1",
171
+ pages = "1--61",
172
+ abstract = "This paper reports on the shared tasks organized by the 20th IWSLT Conference. The shared tasks address 9 scientific challenges in spoken language translation: simultaneous and offline translation, automatic subtitling and dubbing, speech-to-speech translation, multilingual, dialect and low-resource speech translation, and formality control. The shared tasks attracted a total of 38 submissions by 31 teams. The growing interest towards spoken language translation is also witnessed by the constantly increasing number of shared task organizers and contributors to the overview paper, almost evenly distributed across industry and academia.",
173
+ }
174
+ ```