tiantiaf commited on
Commit
bbbdeeb
·
verified ·
1 Parent(s): 45815b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -97,4 +97,14 @@ for label_idx in range(len(predictions)):
97
  print(voice_label)
98
  ```
99
 
100
- ## If you have any questions, please contact: Tiantian Feng ([email protected])
 
 
 
 
 
 
 
 
 
 
 
97
  print(voice_label)
98
  ```
99
 
100
+ ## If you have any questions, please contact: Tiantian Feng ([email protected])
101
+
102
+ ## Kindly cite our paper if you are using our model or find it useful in your work
103
+ ```
104
+ @article{feng2025vox,
105
+ title={Vox-Profile: A Speech Foundation Model Benchmark for Characterizing Diverse Speaker and Speech Traits},
106
+ author={Feng, Tiantian and Lee, Jihwan and Xu, Anfeng and Lee, Yoonjeong and Lertpetchpun, Thanathai and Shi, Xuan and Wang, Helin and Thebaud, Thomas and Moro-Velazquez, Laureano and Byrd, Dani and others},
107
+ journal={arXiv preprint arXiv:2505.14648},
108
+ year={2025}
109
+ }
110
+ ```