HussainKAUST/saudi-data-eou.jsonl
Saudi Arabic End-of-Utterance (EOU) Dataset This dataset is designed for End-of-Utterance (EOU) detection in Arabic conversational AI, with a focus on the Saudi dialect (ar-SA). Task Binary classification: 0 → Incomplete utterance (speaker likely to continue) 1 → Complete utterance (end of turn) Data Format Each entry is a JSON object with: text: Arabic conversational utterance label: 0 or 1 Example: {"text":"ابي احجز موعد بس ...","label":0}
06
Saudi Arabic End-of-Utterance (EOU) Dataset
This dataset is designed for End-of-Utterance (EOU) detection in Arabic conversational AI, with a focus on the Saudi dialect (ar-SA).
Task
Binary classification:
- 0 → Incomplete utterance (speaker likely to continue)
- 1 → Complete utterance (end of turn)
Data Format
Each entry is a JSON object with:
text: Arabic conversational utterancelabel: 0 or 1
Example:
{"text":"ابي احجز موعد بس ...","label":0}
