Jzuluaga commited on
Commit
e5a8407
1 Parent(s): 899778b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -140,23 +140,32 @@ If you use this code for your research, please cite our paper with:
140
  ```
141
  @article{zuluaga2022how,
142
  title={How Does Pre-trained Wav2Vec2. 0 Perform on Domain Shifted ASR? An Extensive Benchmark on Air Traffic Control Communications},
143
- 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},
144
  journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
145
  year={2022}
146
  }
147
  ```
148
-
149
  and,
150
 
151
  ```
152
  @article{zuluaga2022bertraffic,
153
  title={BERTraffic: BERT-based Joint Speaker Role and Speaker Change Detection for Air Traffic Control Communications},
154
- 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},
155
  journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
156
  year={2022}
157
  }
158
  ```
159
 
 
 
 
 
 
 
 
 
 
 
160
 
161
  ## Training procedure
162
 
 
140
  ```
141
  @article{zuluaga2022how,
142
  title={How Does Pre-trained Wav2Vec2. 0 Perform on Domain Shifted ASR? An Extensive Benchmark on Air Traffic Control Communications},
143
+ author={Zuluaga-Gomez, Juan and Prasad, Amrutha and Nigmatulina, Iuliia and Sarfjoo, Saeed and others},
144
  journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
145
  year={2022}
146
  }
147
  ```
 
148
  and,
149
 
150
  ```
151
  @article{zuluaga2022bertraffic,
152
  title={BERTraffic: BERT-based Joint Speaker Role and Speaker Change Detection for Air Traffic Control Communications},
153
+ author={Zuluaga-Gomez, Juan and Sarfjoo, Seyyed Saeed and Prasad, Amrutha and others},
154
  journal={IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar},
155
  year={2022}
156
  }
157
  ```
158
 
159
+ and,
160
+
161
+ ```
162
+ @article{zuluaga2022atco2,
163
+ title={ATCO2 corpus: A Large-Scale Dataset for Research on Automatic Speech Recognition and Natural Language Understanding of Air Traffic Control Communications},
164
+ author={Zuluaga-Gomez, Juan and Vesel{\`y}, Karel and Sz{\"o}ke, Igor and Motlicek, Petr and others},
165
+ journal={arXiv preprint arXiv:2211.04054},
166
+ year={2022}
167
+ }
168
+ ```
169
 
170
  ## Training procedure
171