JiachengPang commited on
Commit
133b7de
·
verified ·
1 Parent(s): f5ced3e

Add header (logo + badges) and update layout

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -24,7 +24,26 @@ configs:
24
  path: "audio/*.wav"
25
  ---
26
 
27
- # VoxParadox
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- VoxParadox_public_release/
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
- ── eval.py # evaluation script (GT accuracy + ALA)
 
 
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
+ [![ICML 2026](https://img.shields.io/badge/ICML-2026-1d4ed8.svg)](https://icml.cc/Conferences/2026)
38
+ [![Paper](https://img.shields.io/badge/Paper-coming%20soon-AD1C18.svg)](#citation)
39
+ [![Project Page](https://img.shields.io/badge/Project-Page-0EA5E9.svg)](https://voxparadox.github.io/)
40
+ [![Code](https://img.shields.io/badge/GitHub-ihp--lab%2FVoxParadox-181717.svg?logo=github)](https://github.com/ihp-lab/VoxParadox)
41
+ [![Models](https://img.shields.io/badge/🤗%20Models-coming%20soon-FFD21E.svg)](#)
42
+ [![License](https://img.shields.io/badge/License-USC%20Research-228B22.svg)](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