JiachengPang commited on
Commit
d43b2a7
·
verified ·
1 Parent(s): 8b3cd45

readme license

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
3
  language:
4
  - en
5
  pretty_name: VoxParadox
@@ -104,12 +106,20 @@ report with `--report report.json`.
104
 
105
  ## License
106
 
107
- Released under **CC BY-NC 4.0**. Audio was synthesized via commercial TTS
108
- engines (ElevenLabs, GPT-4o, Microsoft Azure); commercial reuse of the audio
109
- is subject to those vendors' terms of service.
110
 
111
- ## Citation
112
-
113
- > *Do Audio LLMs Listen or Read? Analyzing and Mitigating Paralinguistic Failures with VoxParadox.*
114
 
115
- (BibTeX to be added upon publication.)
 
 
 
 
 
 
 
 
 
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
+ ```