Datasets:
Update public Real Audio Bench file: README.md
Browse files
README.md
CHANGED
|
@@ -17,10 +17,9 @@ Audio files are hosted at: https://huggingface.co/datasets/Oulasong/Real_Audio_B
|
|
| 17 |
## Files
|
| 18 |
|
| 19 |
- `audio/`: 186 WAV files.
|
| 20 |
-
- `real_audio_bench_manifest.jsonl`: one metadata row per audio file.
|
| 21 |
- `real_audio_bench_manifest.csv`: CSV version of the same manifest.
|
| 22 |
-
- `
|
| 23 |
-
- `answer_corrections_from_reader_packet.json`: audit record of manually corrected answers extracted from the annotated reader packet.
|
| 24 |
|
| 25 |
## Manifest schema
|
| 26 |
|
|
@@ -31,15 +30,13 @@ Each row contains:
|
|
| 31 |
- `item`: item id within the reader packet.
|
| 32 |
- `source_id`: source item identifier used during benchmark construction.
|
| 33 |
- `question`: spoken prompt text.
|
| 34 |
-
- `gold_answer`:
|
| 35 |
-
- `gold_answer_original`: original packet answer before manual correction, when applicable.
|
| 36 |
-
- `answer_corrected_from_pdf`: whether the answer was corrected from the annotated reader packet.
|
| 37 |
- `category`, `difficulty`, `scenario`, `mechanism`, `duration`: construction metadata.
|
| 38 |
- `critical_cue`, `why_early_answer_is_wrong`, `speaker_note`: explanatory metadata from the reader packet.
|
| 39 |
|
| 40 |
## Construction summary
|
| 41 |
|
| 42 |
-
The benchmark was constructed from scripted spoken-reasoning prompts and recorded by five internal readers. The final public split keeps 186 recordings after removing ambiguous or unsuitable items from the 200-item reader packet. The
|
| 43 |
|
| 44 |
## Intended use
|
| 45 |
|
|
@@ -51,4 +48,4 @@ This dataset is released under CC BY 4.0.
|
|
| 51 |
|
| 52 |
## Release notes
|
| 53 |
|
| 54 |
-
This release contains 186 manifest rows
|
|
|
|
| 17 |
## Files
|
| 18 |
|
| 19 |
- `audio/`: 186 WAV files.
|
| 20 |
+
- `real_audio_bench_manifest.jsonl`: one metadata row per audio file, including the transcript-style question, corrected gold answer, and item metadata.
|
| 21 |
- `real_audio_bench_manifest.csv`: CSV version of the same manifest.
|
| 22 |
+
- `real_audio_bench_gold_answers.csv`: compact table with audio path, question, gold answer, and basic tags for manual inspection.
|
|
|
|
| 23 |
|
| 24 |
## Manifest schema
|
| 25 |
|
|
|
|
| 30 |
- `item`: item id within the reader packet.
|
| 31 |
- `source_id`: source item identifier used during benchmark construction.
|
| 32 |
- `question`: spoken prompt text.
|
| 33 |
+
- `gold_answer`: reference answer used for evaluation.
|
|
|
|
|
|
|
| 34 |
- `category`, `difficulty`, `scenario`, `mechanism`, `duration`: construction metadata.
|
| 35 |
- `critical_cue`, `why_early_answer_is_wrong`, `speaker_note`: explanatory metadata from the reader packet.
|
| 36 |
|
| 37 |
## Construction summary
|
| 38 |
|
| 39 |
+
The benchmark was constructed from scripted spoken-reasoning prompts and recorded by five internal readers. The final public split keeps 186 recordings after removing ambiguous or unsuitable items from the 200-item reader packet. The manifest contains the reference answers used for evaluation.
|
| 40 |
|
| 41 |
## Intended use
|
| 42 |
|
|
|
|
| 48 |
|
| 49 |
## Release notes
|
| 50 |
|
| 51 |
+
This release contains 186 manifest rows and 186 unique audio paths. Each row has a non-empty reference answer.
|