Jzuluaga commited on
Commit
c4047a5
1 Parent(s): f46c62b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -50,6 +50,10 @@ dataset_info:
50
 
51
  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.
52
 
 
 
 
 
53
 
54
  ### Supported Tasks and Leaderboards
55
 
 
50
 
51
  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.
52
 
53
+ Important, from the `<id (string)>` field, you can obtain the speaker roles. For instance:
54
+ - `_PI`: segment with only pilot speech
55
+ - `_AT`: segment with only ATCO speech
56
+ - `PIAT`: segment with both, ATCO and pilot speech
57
 
58
  ### Supported Tasks and Leaderboards
59