Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
file_name: string
clip_id: string
transcript: string
domain: string
switch_type: string
matrix_language: string
review_status: string
lang_tags_status: string
duration_sec: double
tokens: list<item: struct<idx: int64, text: string, lang: string>>
  child 0, item: struct<idx: int64, text: string, lang: string>
      child 0, idx: int64
      child 1, text: string
      child 2, lang: string
speaker: struct<id: string, primary_language: string, region: string, age_band: string, gender: string>
  child 0, id: string
  child 1, primary_language: string
  child 2, region: string
  child 3, age_band: string
  child 4, gender: string
provenance: struct<source: string, license: string, note: string>
  child 0, source: string
  child 1, license: string
  child 2, note: string
audio_file: string
to
{'clip_id': Value('string'), 'audio_file': Value('string'), 'duration_sec': Value('float64'), 'domain': Value('string'), 'switch_type': Value('string'), 'transcript': Value('string'), 'speaker': {'id': Value('string'), 'primary_language': Value('string'), 'region': Value('string'), 'age_band': Value('string'), 'gender': Value('string')}, 'matrix_language': Value('string'), 'review_status': Value('string'), 'lang_tags_status': Value('string'), 'provenance': {'source': Value('string'), 'license': Value('string'), 'note': Value('string')}, 'tokens': List({'idx': Value('int64'), 'text': Value('string'), 'lang': Value('string')})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 478, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              file_name: string
              clip_id: string
              transcript: string
              domain: string
              switch_type: string
              matrix_language: string
              review_status: string
              lang_tags_status: string
              duration_sec: double
              tokens: list<item: struct<idx: int64, text: string, lang: string>>
                child 0, item: struct<idx: int64, text: string, lang: string>
                    child 0, idx: int64
                    child 1, text: string
                    child 2, lang: string
              speaker: struct<id: string, primary_language: string, region: string, age_band: string, gender: string>
                child 0, id: string
                child 1, primary_language: string
                child 2, region: string
                child 3, age_band: string
                child 4, gender: string
              provenance: struct<source: string, license: string, note: string>
                child 0, source: string
                child 1, license: string
                child 2, note: string
              audio_file: string
              to
              {'clip_id': Value('string'), 'audio_file': Value('string'), 'duration_sec': Value('float64'), 'domain': Value('string'), 'switch_type': Value('string'), 'transcript': Value('string'), 'speaker': {'id': Value('string'), 'primary_language': Value('string'), 'region': Value('string'), 'age_band': Value('string'), 'gender': Value('string')}, 'matrix_language': Value('string'), 'review_status': Value('string'), 'lang_tags_status': Value('string'), 'provenance': {'source': Value('string'), 'license': Value('string'), 'note': Value('string')}, 'tokens': List({'idx': Value('int64'), 'text': Value('string'), 'lang': Value('string')})}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:The task_ids "speech-recognition" is not in the official list: acceptability-classification, entity-linking-classification, fact-checking, intent-classification, language-identification, multi-class-classification, multi-label-classification, multi-input-text-classification, natural-language-inference, semantic-similarity-classification, sentiment-classification, topic-classification, semantic-similarity-scoring, sentiment-scoring, sentiment-analysis, hate-speech-detection, text-scoring, named-entity-recognition, part-of-speech, parsing, lemmatization, word-sense-disambiguation, coreference-resolution, extractive-qa, open-domain-qa, closed-domain-qa, news-articles-summarization, news-articles-headline-generation, dialogue-modeling, dialogue-generation, conversational, language-modeling, text-simplification, explanation-generation, abstractive-qa, open-domain-abstractive-qa, closed-domain-qa, open-book-qa, closed-book-qa, text2text-generation, slot-filling, masked-language-modeling, keyword-spotting, speaker-identification, audio-intent-classification, audio-emotion-recognition, audio-language-identification, multi-label-image-classification, multi-class-image-classification, face-detection, vehicle-detection, instance-segmentation, semantic-segmentation, panoptic-segmentation, image-captioning, image-inpainting, image-colorization, super-resolution, grasping, task-planning, tabular-multi-class-classification, tabular-multi-label-classification, tabular-single-column-regression, rdf-to-text, multiple-choice-qa, multiple-choice-coreference-resolution, document-retrieval, utterance-retrieval, entity-linking-retrieval, fact-checking-retrieval, univariate-time-series-forecasting, multivariate-time-series-forecasting, visual-question-answering, document-question-answering, pose-estimation

Sugidanon 🎙️ — Code-Switch Hiligaynon Speech Benchmark

The first openly-licensed, code-switch-labeled speech benchmark for Hiligaynon (Ilonggo) — a language spoken by 9M+ Filipinos yet nearly invisible to modern speech technology.

Open In Colab  ·  Code: https://github.com/Jazztinn/tinig-sa-liwanag  ·  License: CC BY 4.0

Real Hiligaynon-English-Tagalog speech, labeled per word, with a scorer that measures what generic models miss: accuracy at the moment the language switches. Run the one-click Colab to reproduce the headline result on a fresh machine in minutes.

Why it matters

The Philippines has 130+ languages. Tagalog ASR has advanced; regional tongues like Hiligaynon have no open speech datasets, benchmarks, or models. Real Ilonggo speech constantly mixes Hiligaynon, Tagalog, and English — exactly where off-the-shelf systems break. Sugidanon makes that failure measurable, so the next developer has a building block instead of a blank page.

Headline result

Whisper small (--language tl) over the 40 clips:

Metric WER
Overall 59.8%
Monolingual (Hiligaynon) 66.3%
Switch-region 36.4%
Switch penalty −30.0%

By pair: hil↔en 40.8%, hil↔tl 24.4%, tl↔en 6.2%.

The negative penalty is the finding: a Tagalog model nails the borrowed English/Tagalog words but fails on the Hiligaynon matrix it was never trained on. tl↔en is near-solved (6%); hil↔en is worst (41%). The gap scales with Hiligaynon — precisely what this dataset exists to expose.

What's inside

80+ code-switch utterances recorded by Aziel Faith Agustin, a Hiligaynon (Ilonggo) speaker who also reviewed the sentences, across 8 everyday domains (market, transport, school/work, family, health, culture, everyday, oral tradition / heritage) and 4 switch types (HIL, HIL+EN, HIL+TL, HIL+TL+EN). Every word carries a hil/tl/en tag, so the scorer can isolate switch-region errors.

Transcripts were reviewed by the speaker; per-word language tags are auto-seeded (lang_tags_status: seed_unverified) pending a confirmation pass. Single speaker — a seed benchmark to extend, not a final model-ranking corpus.

Quick start

from datasets import load_dataset
ds = load_dataset("LauelKills/sugidanon-hil-codeswitch", data_dir="data/audio", split="train")
ds[0]["audio"], ds[0]["transcript"], ds[0]["switch_type"], ds[0]["tokens"]

Or reproduce the benchmark end-to-end with the one-click Colab badge above.

Languages

  • hil: Hiligaynon / Ilonggo
  • tl: Filipino / Tagalog
  • en: English
  • other: proper nouns, unclear tokens, or other languages

Dataset Structure

Expected repository layout:

data/
  audio/
    <clip_id>.wav
  annotations/
    <clip_id>.json
  predictions/
    asr/
      whisper-large-v3-tl/
        <clip_id>.json
      mms-1b-all/
        <clip_id>.json

Each annotation contains:

  • clip ID
  • audio path
  • duration
  • coarse speaker metadata
  • matrix language
  • tokenized transcript
  • per-token language labels

Example:

{
  "clip_id": "hil_cs_001",
  "audio_file": "audio/hil_cs_001.wav",
  "duration_sec": 3.39,
  "domain": "market",
  "switch_type": "HIL+EN",
  "transcript": "Pila ang grocery budget naton para sa weekend?",
  "matrix_language": "hil",
  "review_status": "reviewed",
  "lang_tags_status": "seed_unverified",
  "tokens": [
    { "idx": 0, "text": "Pila", "lang": "hil" },
    { "idx": 1, "text": "ang", "lang": "hil" },
    { "idx": 2, "text": "grocery", "lang": "en" },
    { "idx": 3, "text": "budget", "lang": "en" },
    { "idx": 4, "text": "naton", "lang": "hil" }
  ]
}

Evaluation

One-command reproduction:

python3 scripts/eval_asr_baselines.py

The script evaluates every model directory under:

data/predictions/asr/

It reports:

  • overall WER
  • switch-region WER
  • monolingual WER
  • switch penalty

Lower-level scoring:

python3 score.py --ref data/annotations --hyp data/predictions/asr/whisper-large-v3-tl

Baselines

Included worked-example prediction directories:

  • whisper-large-v3-tl
  • mms-1b-all

These files demonstrate the evaluation format. They are not final published benchmark numbers until real model outputs over the full test set are added.

Annotation Guidelines

See:

docs/transcription_guidelines.md

Data protection & ethics

These are human voice recordings — personal data — handled accordingly.

  • Consent. Recorded only from speakers who agreed to open release (CC BY 4.0) and reuse for speech-technology research, obtained before recording.
  • Minimal / anonymized PII. Scripted elicited sentences, not private conversations. Speakers are identified by a coarse anonymized id (e.g. spk01) plus optional non-identifying metadata (region, age band, gender, Hiligaynon fluency). No contact details or exact location in the data; a name appears only as voluntary credit.
  • Right to withdraw. A speaker may request removal; affected audio and annotations are deleted from the dataset.
  • Honest labeling. speaker.fluency is recorded (native / fluent / non_native); non-native clips are flagged and must not be used as native gold data. AI-assisted tags are seed_unverified until human-reviewed.
  • Intended use. A research/evaluation building block for inclusive Philippine speech technology. Do not use it to identify, profile, surveil, or impersonate speakers, or to build voice-cloning systems without the speakers' separate explicit consent. If you reuse it: preserve attribution, honor withdrawal requests, and do not attempt to re-identify speakers.

Licensing

Dataset files created by Team Hague are released under CC BY 4.0.

Code is released under MIT.

Third-party resources are not relicensed. See:

docs/licensing.md
LICENSE

Acknowledgments

This dataset exists thanks to Aziel Faith Agustin, the Hiligaynon (Ilonggo) speaker who reviewed the elicitation sentences and recorded all 40 clips. The reference transcripts and audio are their voice and review.

Citation

@dataset{team_hague_sugidanon_2026,
  title = {Sugidanon: Code-switched Hiligaynon speech and translation benchmark scaffold},
  author = {{Team Hague}},
  note = {Speech recorded and reviewed by Aziel Faith Agustin (Hiligaynon speaker)},
  year = {2026},
  license = {CC BY 4.0}
}

Baseline result

Whisper small (--language tl) over the 40 clips:

Metric WER
Overall 61.4%
Monolingual (Hiligaynon) 69.2%
Switch-region 38.8%
Switch penalty −30.4%

The negative penalty is the finding: an off-the-shelf Tagalog model handles the borrowed English/Tagalog switch words but fails on the Hiligaynon matrix. See docs/evaluation_report.md. Preliminary (Whisper small, single speaker).

Downloads last month
4