Datasets:
Add header (logo + badges) and update layout
Browse files
README.md
CHANGED
|
@@ -24,7 +24,26 @@ configs:
|
|
| 24 |
path: "audio/*.wav"
|
| 25 |
---
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
An adversarial speech QA benchmark for **paralinguistic understanding** in
|
| 30 |
Audio LLMs. Each example is built around a controlled linguistic–acoustic
|
|
@@ -63,11 +82,13 @@ print(ds[0]) # includes `audio` (decoded), `question`, `choice_a..d`,
|
|
| 63 |
## File layout
|
| 64 |
|
| 65 |
```
|
| 66 |
-
|
| 67 |
├── metadata.jsonl # one record per example (loaded by `datasets`)
|
| 68 |
├── voxparadox.json # same content as JSON array (for direct inspection)
|
| 69 |
├── audio/ # 2,000 wav files
|
| 70 |
-
|
|
|
|
|
|
|
| 71 |
```
|
| 72 |
|
| 73 |
## Record schema
|
|
|
|
| 24 |
path: "audio/*.wav"
|
| 25 |
---
|
| 26 |
|
| 27 |
+
<div align="center">
|
| 28 |
+
|
| 29 |
+
<img src="assets/voxparadox_logo_full.png" alt="VoxParadox" width="360">
|
| 30 |
+
|
| 31 |
+
**Do Audio LLMs Listen or Read? Analyzing and Mitigating Paralinguistic Failures with VoxParadox**
|
| 32 |
+
|
| 33 |
+
Jiacheng Pang<sup>\*</sup>, Ashutosh Chaubey<sup>\*</sup>, Mohammad Soleymani \
|
| 34 |
+
University of Southern California \
|
| 35 |
+
<sub><sup>*</sup> Equal contribution</sub>
|
| 36 |
+
|
| 37 |
+
[](https://icml.cc/Conferences/2026)
|
| 38 |
+
[](#citation)
|
| 39 |
+
[](https://voxparadox.github.io/)
|
| 40 |
+
[](https://github.com/ihp-lab/VoxParadox)
|
| 41 |
+
[](#)
|
| 42 |
+
[](LICENSE)
|
| 43 |
+
|
| 44 |
+
</div>
|
| 45 |
+
|
| 46 |
+
---
|
| 47 |
|
| 48 |
An adversarial speech QA benchmark for **paralinguistic understanding** in
|
| 49 |
Audio LLMs. Each example is built around a controlled linguistic–acoustic
|
|
|
|
| 82 |
## File layout
|
| 83 |
|
| 84 |
```
|
| 85 |
+
.
|
| 86 |
├── metadata.jsonl # one record per example (loaded by `datasets`)
|
| 87 |
├── voxparadox.json # same content as JSON array (for direct inspection)
|
| 88 |
├── audio/ # 2,000 wav files
|
| 89 |
+
├── eval.py # evaluation script (GT accuracy + ALA)
|
| 90 |
+
├── assets/ # logo
|
| 91 |
+
└── LICENSE # USC Research License
|
| 92 |
```
|
| 93 |
|
| 94 |
## Record schema
|