Shiry commited on
Commit
d04943e
1 Parent(s): eb6584a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -2
README.md CHANGED
@@ -32,11 +32,114 @@ tags:
32
  - noisy-speech-recognition
33
  - speech-recognition
34
  task_categories:
35
- - automatic-speech-recognition
36
  language:
37
  - en
38
  multilinguality:
39
  - monolingual
40
  license:
41
  - cc-by-nc-sa-4.0
42
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  - noisy-speech-recognition
33
  - speech-recognition
34
  task_categories:
35
+ - automatic-speech-recognition
36
  language:
37
  - en
38
  multilinguality:
39
  - monolingual
40
  license:
41
  - cc-by-nc-sa-4.0
42
+ ---
43
+
44
+ # Dataset Card for UWB-ATCC corpus
45
+
46
+ ## Table of Contents
47
+ - [Dataset Description](#dataset-description)
48
+ - [Dataset Summary](#dataset-summary)
49
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
50
+ - [Languages and Other Details](#languages-and-other-details)
51
+ - [Dataset Structure](#dataset-structure)
52
+ - [Data Fields](#data-fields)
53
+ - [Additional Information](#additional-information)
54
+ - [Licensing Information](#licensing-information)
55
+ - [Citation Information](#citation-information)
56
+
57
+
58
+ ## Dataset Description
59
+ - **Homepage:** [UWB-ATCC corpus homepage](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0001-CCA1-0)
60
+ - **Repository:** [GitHub repository (used in research)](https://github.com/idiap/w2v2-air-traffic)
61
+ - **Paper:** [Air traffic control communication (ATCC) speech corpora and their use for ASR and TTS development](https://link.springer.com/article/10.1007/s10579-019-09449-5)
62
+ - **Paper of this research:** [How Does Pre-trained Wav2Vec 2.0 Perform on Domain Shifted ASR? An Extensive Benchmark on Air Traffic Control Communications](https://arxiv.org/abs/2203.16822)
63
+
64
+ ### Dataset Summary
65
+
66
+ The UWB-ATCC Corpus is provided provided by University of West Bohemia, Department of Cybernetics. The corpus contains recordings of communication between air traffic controllers and pilots. The speech is manually transcribed and labeled with the information about the speaker (pilot/controller, not the full identity of the person). The corpus is currently small (20 hours) but we plan to search for additional data next year. The audio data format is: 8kHz, 16bit PCM, mono.
67
+
68
+ Important, from the `<id (string)>` field, you can obtain the speaker roles. For instance:
69
+ - `_PI`: segment with only pilot speech
70
+ - `_AT`: segment with only ATCO speech
71
+ - `PIAT`: segment with both, ATCO and pilot speech
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ - `automatic-speech-recognition`. Already adapted/fine-tuned models are available here --> [XLS-R-300m](https://huggingface.co/Jzuluaga/wav2vec2-large-960h-lv60-self-en-atc-atcosim).
76
+
77
+ ### Languages and other details
78
+
79
+ The text and the recordings are in English. The authors took advantage of the fact that one of their industrial partners develops complex IT solutions for several ATC authorities and airports and, as such, has access to the ATC communication recordings collected in the Czech airspace. This partner was able to secure the following data:
80
+
81
+ - Ground control—communication before takeoff and after landing—19.2 h of data.
82
+ - Tower control—communication during takeoff, landing and landing standby—22.5 h.
83
+ - Approach control—communication during landing approach—25.5 h.
84
+ - Area control—communication during overflights and cruises—71.3 h.
85
+
86
+ (Not all data is released. Check their website [here](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0001-CCA1-0))
87
+ ## Dataset Structure
88
+
89
+ ### Data Fields
90
+
91
+ - `id (string)`: a string of recording identifier for each example, corresponding to its.
92
+ - `audio (audio)`: audio data for the given ID
93
+ - `text (string)`: transcript of the file already normalized. Follow these repositories for more details [w2v2-air-traffic](https://github.com/idiap/w2v2-air-traffic) and [bert-text-diarization-atc](https://github.com/idiap/bert-text-diarization-atc)
94
+ - `segment_start_time (float32)`: segment start time (normally 0)
95
+ - `segment_end_time (float32): segment end time
96
+ - `duration (float32)`: duration of the recording, compute as segment_end_time - segment_start_time
97
+
98
+ ## Additional Information
99
+
100
+ ### Licensing Information
101
+
102
+ The licensing status of the dataset hinges on the legal status of the [UWB-ATCC corpus](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0001-CCA1-0) creators.
103
+
104
+ They used [Creative Commons - Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/) licensing.
105
+
106
+ ### Citation Information
107
+
108
+ Contributors who prepared, processed, normalized and uploaded the dataset in HuggingFace:
109
+
110
+ ```
111
+ @article{zuluaga2022how,
112
+ title={How Does Pre-trained Wav2Vec2. 0 Perform on Domain Shifted ASR? An Extensive Benchmark on Air Traffic Control Communications},
113
+ author={Zuluaga-Gomez, Juan and Prasad, Amrutha and Nigmatulina, Iuliia and Sarfjoo, Saeed and others},
114
+ journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
115
+ year={2022}
116
+ }
117
+
118
+ @article{zuluaga2022bertraffic,
119
+ title={BERTraffic: BERT-based Joint Speaker Role and Speaker Change Detection for Air Traffic Control Communications},
120
+ author={Zuluaga-Gomez, Juan and Sarfjoo, Seyyed Saeed and Prasad, Amrutha and others},
121
+ journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
122
+ year={2022}
123
+ }
124
+
125
+ @article{zuluaga2022atco2,
126
+ title={ATCO2 corpus: A Large-Scale Dataset for Research on Automatic Speech Recognition and Natural Language Understanding of Air Traffic Control Communications},
127
+ author={Zuluaga-Gomez, Juan and Vesel{\`y}, Karel and Sz{\"o}ke, Igor and Motlicek, Petr and others},
128
+ journal={arXiv preprint arXiv:2211.04054},
129
+ year={2022}
130
+ }
131
+ ```
132
+
133
+ Authors of the dataset:
134
+ ```
135
+ @article{vsmidl2019air,
136
+ title={Air traffic control communication (ATCC) speech corpora and their use for ASR and TTS development},
137
+ author={{\v{S}}m{\'\i}dl, Lubo{\v{s}} and {\v{S}}vec, Jan and Tihelka, Daniel and Matou{\v{s}}ek, Jind{\v{r}}ich and Romportl, Jan and Ircing, Pavel},
138
+ journal={Language Resources and Evaluation},
139
+ volume={53},
140
+ number={3},
141
+ pages={449--464},
142
+ year={2019},
143
+ publisher={Springer}
144
+ }
145
+ ```