Jzuluaga commited on
Commit
02035d2
·
1 Parent(s): f38e83d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -2
README.md CHANGED
@@ -25,6 +25,83 @@ dataset_info:
25
  download_size: 0
26
  dataset_size: 2406386022.6400003
27
  ---
28
- # Dataset Card for "atcosim_corpus"
29
 
30
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  download_size: 0
26
  dataset_size: 2406386022.6400003
27
  ---
 
28
 
29
+ # Dataset Card for ATCOSIM corpus
30
+ ## Table of Contents
31
+
32
+ - [Dataset Description](#dataset-description)
33
+ - [Dataset Summary](#dataset-summary)
34
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
35
+ - [Languages and Other Details](#languages-and-other-details)
36
+ - [Dataset Structure](#dataset-structure)
37
+ - [Data Fields](#data-fields)
38
+ - [Additional Information](#additional-information)
39
+ - [Licensing Information](#licensing-information)
40
+ - [Citation Information](#citation-information)
41
+
42
+ ## Dataset Description
43
+ - **Homepage:** [ATCOSIM homepage](https://www.spsc.tugraz.at/databases-and-tools/atcosim-air-traffic-control-simulation-speech-corpus.html)
44
+ - **Repository:** [GitHub repository (used in research)](https://github.com/idiap/w2v2-air-traffic)
45
+ - **Paper:** [The ATCOSIM Corpus of Non-Prompted Clean Air Traffic Control Speech](https://aclanthology.org/L08-1507/)
46
+
47
+ ### Dataset Summary
48
+
49
+ The ATCOSIM Air Traffic Control Simulation Speech corpus is a speech database of air traffic control (ATC) operator speech, provided by Graz University of Technology (TUG) and Eurocontrol Experimental Centre (EEC). It consists of ten hours of speech data, which were recorded during ATC real-time simulations using a close-talk headset microphone. The utterances are in English language and pronounced by ten non-native speakers. The database includes orthographic transcriptions and additional information on speakers and recording sessions. It was recorded and annotated by Konrad Hofbauer ([description here](https://www.spsc.tugraz.at/databases-and-tools/atcosim-air-traffic-control-simulation-speech-corpus.html)).
50
+
51
+ ### Supported Tasks and Leaderboards
52
+
53
+ - `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).
54
+
55
+ ### Languages and other details
56
+ The text and the recordings are in English. The participating controllers were all actively employed air traffic controllers and possessed professional experience in the simulated sectors. The six male and four female controllers were of either German or Swiss nationality and had German, Swiss German or Swiss French native tongue. The controllers had agreed to the recording of their voice for the purpose of language analysis as well as for research and development in speech technologies, and were asked to show their normal working behaviour.
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Fields
61
+
62
+ - `id (string)`: a string of recording identifier for each example, corresponding to its.
63
+ - `audio (audio)`: audio data for the given ID
64
+ - `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)
65
+ - `segment_start_time (float32)`: segment start time (normally 0)
66
+ - `segment_end_time (float32): segment end time
67
+ - `duration (float32)`: duration of the recording, compute as segment_end_time - segment_start_time
68
+
69
+ ## Additional Information
70
+
71
+ ### Licensing Information
72
+
73
+ The licensing status of the dataset hinges on the legal status of the [ATCOSIM corpus](https://www.spsc.tugraz.at/databases-and-tools/atcosim-air-traffic-control-simulation-speech-corpus.html) creators.
74
+
75
+ ### Citation Information
76
+
77
+ Authors of the dataset:
78
+ ```
79
+ @inproceedings{hofbauer-etal-2008-atcosim,
80
+ title = "The {ATCOSIM} Corpus of Non-Prompted Clean Air Traffic Control Speech",
81
+ author = "Hofbauer, Konrad and
82
+ Petrik, Stefan and
83
+ Hering, Horst",
84
+ booktitle = "Proceedings of the Sixth International Conference on Language Resources and Evaluation ({LREC}'08)",
85
+ month = may,
86
+ year = "2008",
87
+ address = "Marrakech, Morocco",
88
+ publisher = "European Language Resources Association (ELRA)",
89
+ url = "http://www.lrec-conf.org/proceedings/lrec2008/pdf/545_paper.pdf",
90
+ }
91
+ ```
92
+
93
+ Contributors who prepared, processed, normalized and uploaded the dataset in HuggingFace:
94
+ ```
95
+ @article{zuluaga2022how,
96
+ title={How Does Pre-trained Wav2Vec2. 0 Perform on Domain Shifted ASR? An Extensive Benchmark on Air Traffic Control Communications},
97
+ author={Zuluaga-Gomez, Juan and Prasad, Amrutha and Nigmatulina, Iuliia and Sarfjoo, Saeed and Motlicek, Petr and Kleinert, Matthias and Helmke, Hartmut and Ohneiser, Oliver and Zhan, Qingran},
98
+ journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
99
+ year={2022}
100
+ }
101
+ @article{zuluaga2022bertraffic,
102
+ title={BERTraffic: BERT-based Joint Speaker Role and Speaker Change Detection for Air Traffic Control Communications},
103
+ author={Zuluaga-Gomez, Juan and Sarfjoo, Seyyed Saeed and Prasad, Amrutha and Nigmatulina, Iuliia and Motlicek, Petr and Ondre, Karel and Ohneiser, Oliver and Helmke, Hartmut},
104
+ journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
105
+ year={2022}
106
+ }
107
+ ```