SDAIANCAI commited on
Commit
eaf3e8f
·
verified ·
1 Parent(s): 5015771

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +62 -3
  2. scc_testset.csv +0 -0
README.md CHANGED
@@ -1,3 +1,62 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SCC - Saudilang Code-Switch Corpus
2
+
3
+ The National Center for Artificial Intelligence at the Saudi Data and Artificial Intelligence Authority (SDAIA), published the "SCC" dataset, which stands for "Saudilang Code-Switch Corpus”.
4
+
5
+ This dataset contains general conversations taken from a YouTube podcast "Thmanyah" that has been transcribed by the National Center for Artificial Intelligence in SDAIA. The data features three episodes covering different domains: investment, establishing restaurants, and entrepreneurship. It includes 4.45 hours of labeled audio spoken in Arabic with occasional English words, featuring Saudi dialect, thus providing a linguistic and cultural context for studying code-switching phenomena. The corpus comprises recordings from 4 unique speakers across 3 files, including segments with overlapping speakers.
6
+
7
+ ## CSV File
8
+
9
+ There is 1 csv file encoded in UTF8. It contains the transcription for each segment, together with their annotation. In total there are 12 columns. The column headings are listed in the first line of each csv file, and explained below:
10
+
11
+ - **Link**: Youtube video link.
12
+ - **SegmentStart**: start of segment as offset from the beginning of the audio file in seconds.
13
+ - **SegmentEnd**: end of segment as offset from the beginning of the audio file in seconds.
14
+ - **Original_text**: the actual uttered text of that segment.
15
+ - **ProcessedText**: the pre-processed text of the original text.
16
+ - **Language**: the language which is ar_SA (Arabic, Saudi dialect).
17
+ - **Environment**: the surrounding environment of the segment (Clean, Music, or Noisy).
18
+ - **Speaker**: unique speaker ID across all files.
19
+ - **SpeakerGender**: the gender of the speakers (all of them are Male).
20
+ - **FullFileLength**: duration of the full video seconds.
21
+ - **SegmentLength**: segment's duration in seconds.
22
+ - **Segment_ID**: unique ID for each segment.
23
+ **Note**: Text processing includes normalizing Arabic letters to unified forms such as آأإ to ا, removing punctuations, emojis, diacritics, and any special characters. Utterances with empty text, converting all English words to lowercase, inserting spaces between Arabic and English words and removing apostrophes from contractions.
24
+
25
+ ## Datasets Statistics
26
+ The following table shows a detailed statistics.
27
+
28
+ | Statistics | Value |
29
+ | --- | :---: |
30
+ | **Total # of Sentences** | 3296 |
31
+ | **Total # of Tokens** | 39.2K |
32
+ | **Total # of Arabic Tokens** | 34K |
33
+ | **Total # of English Tokens** | 6.7K |
34
+ | **Ratio of English to Arabic Tokens** | 1:5 |
35
+ | **Avg. Words per Sentence** | 11.9 |
36
+ | **Avg. Words per Second** | 2.4 |
37
+ | **Avg. English Words per Sentence** | 2.04 |
38
+ | **Avg. CMI of all Sentence** | 4% |
39
+ | **Avg. Segment Duration** | 4.9 (s) |
40
+ | **Minimum Segment Duration** | 0.5 (s) |
41
+ | **Maximum Segment Duration** | 18.6 (s) |
42
+
43
+ ## Licenses
44
+
45
+ This work is licensed under a CC BY-NC-SA 4.0 license.
46
+
47
+ ## Citation
48
+
49
+ If you use SCC dataset please use the following citation:
50
+
51
+ ```
52
+ @inproceedings{SCC2024,
53
+ Title= {Leveraging LLM for Augmenting Textual Data in Code-Switching ASR: Arabic as an Example},
54
+ Author= {Sadeen Alharbi, Raghad Aloraini, Reem BinMuqbil, Ahmed Ali, Saiful Bari, Areeb Alowisheq, Yaser Alonaizan},
55
+ Booktitle = {To be published},
56
+ affiliation = {NCAI-SDAIA}
57
+ Year = {2024}
58
+ }
59
+ ```
60
+ ________________________________
61
+
62
+ File last update: JUL 23, 2024.
scc_testset.csv ADDED
The diff for this file is too large to render. See raw diff