Update README.md
Browse files
README.md
CHANGED
|
@@ -32,4 +32,33 @@ LAT-Bench exhibits balanced coverage across duration ranges and scenarios, ensur
|
|
| 32 |
<em>Table 1: Temporal annotation statistics of LAT-Bench across DAC, TAG, and TAC tasks.</em>
|
| 33 |
<img src="./Figures/bench-table.png" width="600"/>
|
| 34 |
</p>
|
| 35 |
-
The annotations provide comprehensive temporal coverage across the beginning, middle, and end of audio sequences.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
<em>Table 1: Temporal annotation statistics of LAT-Bench across DAC, TAG, and TAC tasks.</em>
|
| 33 |
<img src="./Figures/bench-table.png" width="600"/>
|
| 34 |
</p>
|
| 35 |
+
The annotations provide comprehensive temporal coverage across the beginning, middle, and end of audio sequences.
|
| 36 |
+
|
| 37 |
+
## Data Organization
|
| 38 |
+
|
| 39 |
+
LAT-Bench is organized into two types of files: **metadata files** and **task files**.
|
| 40 |
+
|
| 41 |
+
### Metadata Files
|
| 42 |
+
|
| 43 |
+
- `./meta/bench-CN-meta.jsonl`
|
| 44 |
+
- `./meta/bench-EN-meta.jsonl`
|
| 45 |
+
|
| 46 |
+
These files provide metadata for each audio sample, including:
|
| 47 |
+
- `id`: unique identifier
|
| 48 |
+
- `url`: source link for downloading the audio
|
| 49 |
+
- `title`: original audio title
|
| 50 |
+
- `duration`: duration in seconds
|
| 51 |
+
|
| 52 |
+
### Task Files
|
| 53 |
+
Dense Audio Captioning (DAC)
|
| 54 |
+
- `./task/bench-CN-DAC.jsonl`
|
| 55 |
+
- `./task/bench-EN-DAC.jsonl`
|
| 56 |
+
Temporal Audio Grounding (TAG)
|
| 57 |
+
- `./task/bench-CN-TAG.jsonl`
|
| 58 |
+
- `./task/bench-EN-TAG.jsonl`
|
| 59 |
+
Targeted Audio Captioning (TAC)
|
| 60 |
+
- `./task/bench-CN-TAC.jsonl`
|
| 61 |
+
- `./task/bench-EN-TAC.jsonl`
|
| 62 |
+
|
| 63 |
+
Each task file contains benchmark instances in a unified format.
|
| 64 |
+
The audios field references the corresponding audio sample using the id from metadata files.
|