fbougares commited on
Commit
efbaa00
·
verified ·
1 Parent(s): f745db1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -31,3 +31,50 @@ configs:
31
  - split: test
32
  path: data/test-*
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  - split: test
32
  path: data/test-*
33
  ---
34
+
35
+
36
+ # SLURP-TN : Resource for Tunisian Dialect Spoken Language Understanding
37
+
38
+
39
+ <!-- Provide a quick summary of the dataset. -->
40
+
41
+ Contact person : fethi.bougares@elyadata.com
42
+
43
+ Spoken Language Understanding (SLU) aims to extract the semantic information from the speech utterance of user
44
+ queries. It is a core component in a task-oriented dialogue system. With the spectacular progress of deep neural
45
+ network models and the evolution of pre-trained language models, SLU has obtained significant breakthroughs.
46
+ However, only a few high-resource languages have taken advantage of this progress due to the absence of SLU
47
+ resources. In this paper, we seek to mitigate this obstacle by introducing SLURP-TN. This dataset was created by
48
+ recording 55 native speakers uttering sentences in Tunisian dialect, manually translated from six SLURP domains.
49
+ The result is an SLU Tunisian dialect dataset that comprises 4165 sentences recorded into around 5 hours of acoustic
50
+ material. We also develop a number of Automatic Speech Recognition and SLU models exploiting SLUTP-TN.
51
+
52
+
53
+ ## Paper
54
+ https://arxiv.org/pdf/2603.21940
55
+
56
+ ### Dataset Description
57
+
58
+ <!-- Provide a longer summary of what this dataset is. -->
59
+
60
+
61
+ - **Curated by:** elyadata
62
+ - **Shared by [optional]:** Fethi Bougares
63
+ - **Language(s) (NLP)** : Tunisian Arabic
64
+ - **License:** CC BY-NC-ND 4.0 license
65
+
66
+ Enjoy using this data set and don't forget to cite the related paper :)
67
+ Below the bibtext entry if you use this data set :
68
+
69
+
70
+ **BibTeX:**
71
+ ```
72
+ @inproceedings{slurptn,
73
+ title = "{SLURP-TN} : {R}esource for {T}unisian {D}ialect {S}poken {L}anguage {U}nderstanding",
74
+ author = "Haroun Elleuch and Salima Mdhaffar and Yannick Estève and Fethi Bougares",
75
+ booktitle = "LREC",
76
+ month = mai,
77
+ year = "2026",
78
+ address = "Mallorca, Spain"
79
+ }
80
+ ```