Datasets:
readme license
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pretty_name: VoxParadox
|
|
@@ -104,12 +106,20 @@ report with `--report report.json`.
|
|
| 104 |
|
| 105 |
## License
|
| 106 |
|
| 107 |
-
Released under **
|
| 108 |
-
|
| 109 |
-
|
| 110 |
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: usc-research
|
| 4 |
+
license_link: LICENSE
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
pretty_name: VoxParadox
|
|
|
|
| 106 |
|
| 107 |
## License
|
| 108 |
|
| 109 |
+
Released under the **USC Research License** (research and non-profit use only;
|
| 110 |
+
commercial use requires a separate license). See [`LICENSE`](LICENSE) for the
|
| 111 |
+
full text.
|
| 112 |
|
| 113 |
+
Audio was synthesized via commercial TTS engines (ElevenLabs, GPT-4o,
|
| 114 |
+
Microsoft Azure); any commercial reuse of the audio is additionally subject
|
| 115 |
+
to those vendors' terms of service.
|
| 116 |
|
| 117 |
+
## Citation
|
| 118 |
+
```bibtex
|
| 119 |
+
@inproceedings{pang2026voxparadox,
|
| 120 |
+
title = {Do Audio LLMs Listen or Read? Analyzing and Mitigating Paralinguistic Failures with VoxParadox},
|
| 121 |
+
author = {Pang, Jiacheng and Chaubey, Ashutosh and Soleymani, Mohammad},
|
| 122 |
+
booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
|
| 123 |
+
year = {2026}
|
| 124 |
+
}
|
| 125 |
+
```
|