CoolFace
Datasetpublic

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}

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes6downloads
Dataset Card

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:

json
{"text":"ابي احجز موعد بس ...","label":0}