Jzuluaga commited on
Commit
f605a70
1 Parent(s): c770e0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -2
README.md CHANGED
@@ -22,6 +22,83 @@ dataset_info:
22
  download_size: 113467762
23
  dataset_size: 113872168.0
24
  ---
25
- # Dataset Card for "atco2_corpus_1h"
26
 
27
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  download_size: 113467762
23
  dataset_size: 113872168.0
24
  ---
 
25
 
26
+ # Dataset Card for ATCO2 test set corpus (1hr set)
27
+
28
+ ## Table of Contents
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages and Other Details](#languages-and-other-details)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Fields](#data-fields)
35
+ - [Additional Information](#additional-information)
36
+ - [Licensing Information](#licensing-information)
37
+ - [Citation Information](#citation-information)
38
+
39
+
40
+ ## Dataset Description
41
+ - **Homepage:** [ATCO2 project homepage](https://www.atco2.org/)
42
+ - **Repository:** [ATCO2 corpus](https://github.com/idiap/atco2-corpus)
43
+ - **Paper:** [ATCO2 corpus: A Large-Scale Dataset for Research on Automatic Speech Recognition and Natural Language Understanding of Air Traffic Control Communications](https://arxiv.org/abs/2211.04054)
44
+
45
+ ### Dataset Summary
46
+
47
+ ATCO2 project aims at developing a unique platform allowing to collect, organize and pre-process air-traffic control (voice communication) data from air space. This project has received funding from the Clean Sky 2 Joint Undertaking (JU) under grant agreement No 864702. The JU receives support from the European Union’s Horizon 2020 research and innovation programme and the Clean Sky 2 JU members other than the Union.
48
+
49
+ The project collected the real-time voice communication between air-traffic controllers and pilots available either directly through publicly accessible radio frequency channels or indirectly from air-navigation service providers (ANSPs). In addition to the voice communication data, contextual information is available in a form of metadata (i.e. surveillance data). The dataset consists of two distinct packages:
50
+
51
+ - A corpus of 5000+ hours (pseudo-transcribed) of air-traffic control speech collected across different airports (Sion, Bern, Zurich, etc.) in .wav format for speech recognition. Speaker distribution is 90/10% between males and females and the group contains native and non-native speakers of English.
52
+ - A corpus of 4 hours (transcribed) of air-traffic control speech collected across different airports (Sion, Bern, Zurich, etc.) in .wav format for speech recognition. Speaker distribution is 90/10% between males and females and the group contains native and non-native speakers of English. This corpus has been transcribed with orthographic information in XML format with speaker noise information, SNR values and others. Read Less
53
+ - A free sample of the 4 hours transcribed data is in [ATCO2 project homepage](https://www.atco2.org/data)
54
+
55
+ ### Supported Tasks and Leaderboards
56
+
57
+ - `automatic-speech-recognition`. Already adapted/fine-tuned models are available here --> [Wav2Vec 2.0 LARGE mdel](https://huggingface.co/Jzuluaga/wav2vec2-large-960h-lv60-self-en-atc-uwb-atcc-and-atcosim).
58
+
59
+ ### Languages and other details
60
+
61
+ The text and the recordings are in English. For more information see Table 3 and Table 4 of [ATCO2 corpus paper](https://arxiv.org/abs/2211.04054)
62
+
63
+ ## Dataset Structure
64
+
65
+ ### Data Fields
66
+
67
+ - `id (string)`: a string of recording identifier for each example, corresponding to its.
68
+ - `audio (audio)`: audio data for the given ID
69
+ - `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)
70
+ - `segment_start_time (float32)`: segment start time (normally 0)
71
+ - `segment_end_time (float32): segment end time
72
+ - `duration (float32)`: duration of the recording, compute as segment_end_time - segment_start_time
73
+
74
+ ## Additional Information
75
+
76
+ ### Licensing Information
77
+
78
+ The licensing status of the ATCO2-test-set-1h corpus is in the file **ATCO2-ASRdataset-v1_beta - End-User Data Agreement** in the data folder. Download the data in [ATCO2 project homepage](https://www.atco2.org/data)
79
+
80
+ ### Citation Information
81
+
82
+ Contributors who prepared, processed, normalized and uploaded the dataset in HuggingFace:
83
+
84
+ ```
85
+ @article{zuluaga2022how,
86
+ title={How Does Pre-trained Wav2Vec2. 0 Perform on Domain Shifted ASR? An Extensive Benchmark on Air Traffic Control Communications},
87
+ author={Zuluaga-Gomez, Juan and Prasad, Amrutha and Nigmatulina, Iuliia and Sarfjoo, Saeed and others},
88
+ journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
89
+ year={2022}
90
+ }
91
+ @article{zuluaga2022bertraffic,
92
+ title={BERTraffic: BERT-based Joint Speaker Role and Speaker Change Detection for Air Traffic Control Communications},
93
+ author={Zuluaga-Gomez, Juan and Sarfjoo, Seyyed Saeed and Prasad, Amrutha and others},
94
+ journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
95
+ year={2022}
96
+ }
97
+ @article{zuluaga2022atco2,
98
+ title={ATCO2 corpus: A Large-Scale Dataset for Research on Automatic Speech Recognition and Natural Language Understanding of Air Traffic Control Communications},
99
+ author={Zuluaga-Gomez, Juan and Vesel{\`y}, Karel and Sz{\"o}ke, Igor and Motlicek, Petr and others},
100
+ journal={arXiv preprint arXiv:2211.04054},
101
+ year={2022}
102
+ }
103
+ ```
104
+