Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## TARIC-SLU: A Tunisian Benchmark Dataset For Spoken Language Understanding
|
2 |
+
|
3 |
+
The primary contributions of this work are as follows:
|
4 |
+
1. Release of the TARIC-SLU corpus: The very first resource of its kind designed for SLU within the Tunisian dialect
|
5 |
+
2. Comprehensive exposition of the semantic representations and annotation methodologies employed in the construction of the TARIC-SLU corpus.
|
6 |
+
3. Release of an open-source SpeechBrain recipe to build the semantic tasks inherent to the TARIC-SLU dataset.
|
7 |
+
4. Provides baseline results for Automatic Speech Recognition (ASR), Natural Language Understanding (NLU), and Spoken Language Understanding (SLU) tasks, all derived from the TARIC-SLU corpus.
|
8 |
+
|
9 |
+
|
10 |
+
If you use TARIC-SLU in your research, please cite it using the following BibTeX entry:
|
11 |
+
```bibtex
|
12 |
+
@inproceedings{mdhaffar-etal-2024-taric-slu,
|
13 |
+
title = "{TARIC}-{SLU}: A {T}unisian Benchmark Dataset for Spoken Language Understanding",
|
14 |
+
author = "Mdhaffar, Salima and Bougares, Fethi and de Mori, Renato and Zaiem, Salah and Ravanelli, Mirco and Est{\`e}ve, Yannick",
|
15 |
+
editor = "Calzolari, Nicoletta and Kan, Min-Yen and Hoste, Veronique and Lenci, Alessandro and Sakti, Sakriani and Xue, Nianwen",
|
16 |
+
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
|
17 |
+
month = may,
|
18 |
+
year = "2024",
|
19 |
+
address = "Torino, Italia",
|
20 |
+
publisher = "ELRA and ICCL",
|
21 |
+
url = "https://aclanthology.org/2024.lrec-main.1357",
|
22 |
+
pages = "15606--15616"
|
23 |
+
```
|
24 |
+
|
25 |
+
|
26 |
+
#TARIC-SLU
|
27 |
+
|
28 |
+
Download link : https://demo-lia.univ-avignon.fr/taric-dataset/
|
29 |
+
|
30 |
+
---
|
31 |
+
license: cc-by-nc-4.0
|
32 |
+
---
|