Datasets:
audio_count int64 | benchmark_count int64 | is_valid bool | issue_codes list |
|---|---|---|---|
917 | 917 | true | [] |
AASRBench
AASRBench is a bilingual audio benchmark for evaluating ASR output on spoken-language cleanup, correction, formatting, filtering, and rephrasing.
Contents
- 917 benchmark samples.
- 917 WAV files referenced by the benchmark records.
- 6,637 rubric questions across
content,format,filter, andrephrase. - 11 scenes:
academic,customer_service,daily_chat,dictation_memo,explanation,meeting,navigation,passthrough,tech,vibe_coding, andvoice_search. - 510 Chinese samples and 407 English samples.
The 41 additional WAV files in the source working directory were marked obsolete and are not included in this release.
Files
data/
βββ benchmark.jsonl
βββ rubric.json
βββ rubric.jsonl
βββ audio/
βββ *.wav
metadata/
βββ manifest.json
βββ sha256sums.txt
βββ validation-report.json
benchmark.jsonl contains one JSON object per line. Each record includes source_record_id, audio, oral, clean, scene, language, and voice metadata. The audio value is a path relative to data/, for example audio/academic__recheckjsonl10.wav.
rubric.json stores the rubric as an items array. rubric.jsonl stores the same rubric items as JSONL records. Benchmark and rubric records are joined by source_record_id.
Rubric Options
The rubric parser accepts these three equivalent encodings:
- An array of objects with
textandscorefields. - An array of strings such as
"pass (1)". - One comma-separated string such as
"pass (1), fail (0)".
Both English and Chinese parentheses are accepted. The score categories are documented in metadata/manifest.json and the source benchmark statistics.
Validation
The release files are checked with the included SHA-256 manifest:
sha256sum -c metadata/sha256sums.txt
metadata/validation-report.json records the local structural validation result. The expected release scope is 917 benchmark records, 917 rubric records, and 917 referenced audio files.
License and Provenance
No license is asserted in this initial data card. Redistribution rights, audio provenance, annotation provenance, and privacy review should be confirmed by the dataset owner before downstream redistribution.
Repository Names
- Display name:
AASRBench - Hugging Face:
Andrew0425/AASR-Bench - ModelScope:
MuyuanJ/AASR-Bench
- Downloads last month
- -