Oulasong commited on
Commit
3cfa53e
·
verified ·
1 Parent(s): 3f39bd7

Update public Real Audio Bench file: README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
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
- - `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
 
@@ -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`: 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
 
@@ -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. 23 rows use manually corrected answers from the annotated reader packet.
 
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.