Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
8
8
text
stringlengths
37
87
critical
listlengths
1
4
critical_types
unknown
sounds
listlengths
0
0
core-001
My appointment with Dr. Martinez is Friday at 2:15 PM.
[ "Dr. Martinez", "Friday", "2:15 PM" ]
{ "2:15 PM": "TIME" }
[]
core-002
The total is 47 dollars and 83 cents.
[ "47 dollars", "83 cents" ]
null
[]
core-003
The meeting was moved from Monday to Thursday at 9 AM.
[ "Thursday", "9 AM" ]
{ "9 AM": "TIME" }
[]
core-004
Do not restart the server until the backup is complete.
[ "Do not restart", "until the backup is complete" ]
null
[]
core-005
Please leave the building when you hear the alarm.
[ "leave the building" ]
null
[]
core-006
Take 15 milligrams at 8:30 PM, not 50 milligrams.
[ "15 milligrams", "8:30 PM", "not 50 milligrams" ]
{ "8:30 PM": "TIME" }
[]
core-007
The server address is 192 dot 168 dot 1 dot 25.
[ "192 dot 168 dot 1 dot 25" ]
null
[]
core-008
Do not delete the database before the backup finishes.
[ "Do not delete", "before the backup finishes" ]
null
[]
core-009
Jordan needs the confirmation number 83927 before Thursday at 4:45 PM.
[ "Jordan", "83927", "Thursday", "4:45 PM" ]
{ "83927": "DIGIT_SEQUENCE", "4:45 PM": "TIME" }
[]
core-010
The API returned error code 503 because the authentication token expired.
[ "API", "503", "authentication token expired" ]
{ "503": "CODE" }
[]
core-011
My username is dev_user twenty three and the password reset code is 481926.
[ "dev_user twenty three", "password reset code", "481926" ]
{ "481926": "PASSWORD", "dev_user twenty three": "USERNAME" }
[]
core-012
The server migration starts on March 18th at 11:45 PM and finishes at 3:20 AM.
[ "March 18th", "11:45 PM", "3:20 AM" ]
{ "11:45 PM": "TIME", "3:20 AM": "TIME" }
[]
core-013
The error message says authentication failed after three incorrect login attempts.
[ "authentication failed", "three incorrect login attempts" ]
null
[]
core-014
Please install Unreal Engine version five point eight before opening the project file.
[ "Unreal Engine", "five point eight", "project file" ]
null
[]
core-015
Taylor closed the door, the phone rang, and then the meeting continued.
[ "Taylor", "meeting continued" ]
null
[]
core-016
The package delivery number is seven four nine two six eight one.
[ "seven four nine two six eight one" ]
{ "seven four nine two six eight one": "DIGIT_SEQUENCE" }
[]
core-017
The appointment was changed from Tuesday at 10 AM to Friday at 4:30 PM.
[ "Tuesday", "10 AM", "Friday", "4:30 PM" ]
{ "10 AM": "TIME", "4:30 PM": "TIME" }
[]
core-018
The customer said they cannot access the account after the security update.
[ "cannot access the account", "security update" ]
null
[]
core-019
The Wi-Fi network name is Office Guest and the connection code is alpha seven nine.
[ "Office Guest", "connection code", "alpha seven nine" ]
{ "Office Guest": "SSID", "alpha seven nine": "CODE" }
[]
core-020
The doctor said take two tablets in the morning and one tablet at night.
[ "two tablets", "morning", "one tablet", "night" ]
null
[]
core-021
The meeting has three speakers: Jordan, Morgan, and Casey.
[ "three speakers", "Jordan", "Morgan", "Casey" ]
null
[]
core-022
The application crashed because the database connection timed out.
[ "application crashed", "database connection timed out" ]
null
[]
core-023
The invoice total is one hundred twenty five dollars and forty cents.
[ "one hundred twenty five dollars", "forty cents" ]
null
[]
core-024
The emergency alert says evacuate the building immediately and do not use the elevator.
[ "evacuate the building immediately", "do not use the elevator" ]
null
[]
core-025
The developer deployed version two point four after reviewing the security changes.
[ "deployed version two point four", "security changes" ]
null
[]

DeafBench synthetic-v2

DeafBench synthetic-v2 is a frozen, 25-sample benchmark specification for testing whether automatic speech recognition systems preserve information that matters in accessible captions. It keeps conventional word error rate separate from typed critical-information recall so a plausible transcript cannot hide a lost time, digit sequence, username, code, Wi-Fi name, or proper name.

This repository publishes the reference text and reproducibility metadata. It does not publish audio, validation speech, model predictions, benchmark run directories, or model weights.

Intended use

Use this repository to inspect the benchmark schema, build compatible tooling, or verify the hashes and evaluation contract for a local DeafBench run. The audio named by the frozen manifest is intentionally absent, so this repository alone cannot reproduce acoustic scores.

The benchmark is an accessibility-focused synthetic lane. It is not an Open ASR Leaderboard dataset, a Hugging Face leaderboard submission, a clinical evaluation, or proof that one model is generally better than another.

Benchmark scope

  • 25 English synthetic reference samples
  • typed accessibility-critical values
  • controlled background scenes and generation records
  • model-independent quality gates for regenerated samples
  • a frozen faster-whisper baseline retained as historical corpus evidence

Only core-001, core-009, core-011, and core-016 were regenerated for synthetic-v2. The remaining 21 samples retain their core-v1 parent audio hashes. References and critical-entity labels remain unchanged across all 25 samples.

Data fields

Each row in references.jsonl contains:

Field Type Meaning
id string Stable synthetic sample identifier.
text string Reference transcript.
critical list[string] Values whose loss changes accessibility utility.
critical_types object, optional Typed entity labels used by canonical scoring.
sounds list Expected non-speech sound labels; empty in this lane.

The typed evaluator uses exact or narrowly canonical comparison according to entity type. It does not fuzzy-match usernames, codes, passwords, Wi-Fi names, or different proper names.

Included files

  • references.jsonl: the 25 reference rows exposed by the dataset viewer
  • generation-manifest.jsonl: parentage, synthesis, scene, and hash metadata
  • quality-policy.json: predeclared, model-independent acceptance gates
  • quality-report.json: gate results and supporting validation evidence
  • freeze-manifest.json: the frozen corpus, model, evaluator, and result record
  • DATA_MANIFEST.json: hashes tying these Hub files to their GitHub source

Audio paths and audio hashes appear in the manifests as reproducibility evidence, but the media itself is not redistributed here.

Metrics

DeafBench reports conventional ASR metrics and its accessibility layer as separate metric families:

  • orthographic WER and normalized WER
  • character error rate (CER)
  • substitutions, insertions, and deletions
  • strict lexical critical-information recall
  • canonical semantic critical-information recall
  • critical failures by entity type
  • real-time factor (RTFx), latency, and peak VRAM where measured

The frozen faster-whisper synthetic-v2 evidence records 25.2% WER, 69.4% strict lexical recall, 96.8% canonical semantic recall, and 35 substitutions, 6 insertions, and 31 deletions. This is historical evidence for this corpus and configuration, not a current rerun or a leaderboard claim.

Reproducibility

The source artifacts are pinned to DeafBench Git commit aa1bb5fbde579b303022a315062567bfabb95aa2. Verify each exported file against DATA_MANIFEST.json, then use freeze-manifest.json to verify the evaluator, model revision, decoding configuration, corpus hashes, and dependency versions.

The complete evaluator and benchmark documentation live in the DeafBench repository. The public project page explains the evidence lanes at 488315.github.io/products/deafbench.

Limitations

  • The corpus is small, synthetic, and English-only.
  • It does not represent Deaf and hard-of-hearing speech diversity.
  • It does not establish demographic fairness or clinical suitability.
  • The Hub repository omits audio, so acoustic results require the separately authorized local corpus.
  • Local latency, RTFx, and VRAM depend on hardware and runtime configuration.
  • Synthetic-v2 results cannot be compared directly with Open ASR Leaderboard macro WER or with results from different datasets and normalization rules.

Licensing and attribution

The material published in this repository is licensed under Apache-2.0. Model names and revisions are factual reproducibility metadata; no third-party model weights or restricted benchmark media are included. See LICENSE for the full license text.

Citation

Please cite the DeafBench GitHub repository and include the benchmark version, source commit, corpus manifest hash, evaluator revision, model revision, and decoding configuration with any reported result.

Downloads last month
22