juice500 commited on
Commit
e8307f7
·
verified ·
1 Parent(s): e4d4a20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -51,3 +51,21 @@ configs:
51
  - split: dev
52
  path: data/dev-*
53
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  - split: dev
52
  path: data/dev-*
53
  ---
54
+
55
+ ### The Interspeech 2024 Challenge on Speech Processing Using Discrete Units
56
+ - Paper: https://www.isca-archive.org/interspeech_2024/chang24b_interspeech.html
57
+ - Arxiv: https://arxiv.org/abs/2406.07725
58
+ - Challenge details: https://www.wavlab.org/activities/2024/Interspeech2024-Discrete-Speech-Unit-Challenge/
59
+
60
+ To cite:
61
+ ```
62
+ @inproceedings{chang24b_interspeech,
63
+ title = {The Interspeech 2024 Challenge on Speech Processing Using Discrete Units},
64
+ author = {Xuankai Chang and Jiatong Shi and Jinchuan Tian and Yuning Wu and Yuxun Tang and Yihan Wu and Shinji Watanabe and Yossi Adi and Xie Chen and Qin Jin},
65
+ year = {2024},
66
+ booktitle = {Interspeech 2024},
67
+ pages = {2559--2563},
68
+ doi = {10.21437/Interspeech.2024-1878},
69
+ issn = {2958-1796},
70
+ }
71
+ ```