Datasets:

Modalities:
Audio
Text
Languages:
Arabic
Size:
< 1K
ArXiv:
Libraries:
Datasets
not-lain commited on
Commit
4587cf3
·
verified ·
1 Parent(s): 5a844bc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ pretty_name: TunSwitch
5
+ ---
6
+
7
+ This folder contains the data used to develop and test the Tunisian Arabic Automatic Speech Recognition model developed in the following paper :
8
+
9
+ A. A. Ben Abdallah*, A. Kabboudi, A. Kanoun, and S. Zaiem*, “Leveraging data collection and unsupervised learning for code-switched tunisian arabic automatic speech recognition”, Submitted to ICASSP 2024, vol. * : These two authors have contributed equally. 2023.
10
+
11
+
12
+ It contains 4 zipped folders containing audio data :
13
+ - TunSwitchCS.zip : containing annotated code-switched data.
14
+ - TunSwitchTO.zip : containing annotated Tunisian-Only data.
15
+ - weakly_labeled_tn.zip : containing weakly-labeled (or unlabeled) audio data. Audios may contain code-switching, but the current weak labels do not.
16
+ - test_wavs.zip : contains annotated testing data, divided between a code-switched part and a tunisian-only part.
17
+
18
+
19
+ It also contains textual data, used for language modelling, contained in TextData.zip. Finally it also contains a language-detailed annotation of TunSwitchCS in the language_annotation.zip file .
20
+
21
+ More details about the data are available in the paper. The current table are in a SpeechBrain-friendly format, the column path is irrelevant and has to be changed according to your local setting. Please use the provided train-dev-test splits if you work with this dataset.
22
+
23
+ Please cite the aforementioned paper if you use or refer to this dataset. You can find models trained and tested on this dataset Here. Space demos are also available.
24
+
25
+ If you use or refer to this dataset, please cite :
26
+
27
+ ```
28
+
29
+ @misc{abdallah2023leveraging,
30
+ title={Leveraging Data Collection and Unsupervised Learning for Code-switched Tunisian Arabic Automatic Speech Recognition},
31
+ author={Ahmed Amine Ben Abdallah and Ata Kabboudi and Amir Kanoun and Salah Zaiem},
32
+ year={2023},
33
+ eprint={2309.11327},
34
+ archivePrefix={arXiv},
35
+ primaryClass={eess.AS}
36
+ }
37
+
38
+ ```