File size: 2,486 Bytes
f745db1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
efbaa00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
844e0cf
efbaa00
 
 
 
c8e64fe
efbaa00
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: tun_transcription
    dtype: string
  - name: tun_slu_annoation
    dtype: string
  - name: eng_slu_annotation
    dtype: string
  splits:
  - name: train
    num_bytes: 322907160.421
    num_examples: 2677
  - name: validation
    num_bytes: 84983675.0
    num_examples: 595
  - name: test
    num_bytes: 121863417.0
    num_examples: 893
  download_size: 335804926
  dataset_size: 529754252.421
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---


# SLURP-TN : Resource for Tunisian Dialect Spoken Language Understanding


<!-- Provide a quick summary of the dataset. -->

Contact person : fethi.bougares@elyadata.com 

Spoken Language Understanding (SLU) aims to extract the semantic information from the speech utterance of user
queries. It is a core component in a task-oriented dialogue system. With the spectacular progress of deep neural
network models and the evolution of pre-trained language models, SLU has obtained significant breakthroughs.
However, only a few high-resource languages have taken advantage of this progress due to the absence of SLU
resources. In this paper, we seek to mitigate this obstacle by introducing SLURP-TN. This dataset was created by
recording 55 native speakers uttering sentences in Tunisian dialect, manually translated from six SLURP domains.
The result is an SLU Tunisian dialect dataset that comprises 4165 sentences recorded into around 5 hours of acoustic
material. We also develop a number of Automatic Speech Recognition and SLU models exploiting SLUTP-TN.


## Paper 
 https://arxiv.org/pdf/2603.21940

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->


- **Curated by:**  Haroun Elleuch
- **Shared by [optional]:** Fethi Bougares
- **Language(s) (NLP)** : Tunisian Arabic 
- **License:** CC BY-NC-ND 4.0 license

Enjoy using this data set for research-only activities and don't forget to cite the related paper :) 
Below the bibtext entry if you use this data set  :


**BibTeX:**
```
@inproceedings{slurptn,
    title = "{SLURP-TN} : {R}esource for {T}unisian {D}ialect {S}poken {L}anguage {U}nderstanding",
    author = "Haroun Elleuch and Salima Mdhaffar and Yannick Estève and Fethi Bougares",
    booktitle = "LREC",
    month = mai,
    year = "2026",
    address = "Mallorca, Spain"
}
```