Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: ar
|
| 3 |
+
pretty_name: Saudi Arabic End-of-Utterance Dataset
|
| 4 |
+
license: mit
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Saudi Arabic End-of-Utterance (EOU) Dataset
|
| 8 |
+
|
| 9 |
+
This dataset is designed for **End-of-Utterance (EOU) detection** in Arabic conversational AI, with a focus on the **Saudi dialect (ar-SA)**.
|
| 10 |
+
|
| 11 |
+
## Task
|
| 12 |
+
Binary classification:
|
| 13 |
+
- **0** → Incomplete utterance (speaker likely to continue)
|
| 14 |
+
- **1** → Complete utterance (end of turn)
|
| 15 |
+
|
| 16 |
+
## Data Format
|
| 17 |
+
Each entry is a JSON object with:
|
| 18 |
+
- `text`: Arabic conversational utterance
|
| 19 |
+
- `label`: 0 or 1
|
| 20 |
+
|
| 21 |
+
Example:
|
| 22 |
+
```json
|
| 23 |
+
{"text":"ابي احجز موعد بس ...","label":0}
|