Oulasong commited on
Commit
225cee0
·
verified ·
1 Parent(s): be0d7ea

Add Real Audio Bench metadata: README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - audio-classification
5
+ - question-answering
6
+ language:
7
+ - en
8
+ pretty_name: Real Audio Bench
9
+ ---
10
+
11
+ # Real Audio Bench
12
+
13
+ Real Audio Bench is a compact human-recorded benchmark for streaming spoken reasoning. The benchmark contains 186 English audio recordings. Each item is a natural spoken question in which an early answer can be misleading until a later cue is heard.
14
+
15
+ Audio files are hosted at: https://huggingface.co/datasets/Oulasong/real-audio-bench-v2
16
+
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
+ - `real_audio_bench_manifest.md`: human-readable table for quick inspection.
23
+ - `answer_corrections_from_reader_packet.json`: audit record of manually corrected answers extracted from the annotated reader packet.
24
+
25
+ ## Manifest schema
26
+
27
+ Each row contains:
28
+
29
+ - `audio_path`: relative path of the WAV file in the Hugging Face dataset.
30
+ - `reader`: speaker/reader id.
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`: corrected reference 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 reference answers in this release include manual corrections from the annotated packet file.
43
+
44
+ ## Intended use
45
+
46
+ This benchmark is intended as a compact transfer check for models that answer spoken questions from real human recordings. It is not intended as a large-scale user study or as a general-purpose speech recognition benchmark.
47
+
48
+ ## License
49
+
50
+ The release license should be confirmed by the dataset owner before publication.
51
+
52
+ ## Release notes
53
+
54
+ This release contains 186 manifest rows. 23 rows use manually corrected answers from the annotated reader packet.