ZHANGYUXUAN-zR commited on
Commit
c775a26
·
verified ·
1 Parent(s): 20767d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -20,6 +20,8 @@ pipeline_tag: text-to-speech
20
  </div>
21
 
22
  <p align="center">
 
 
23
  <a href="https://github.com/zai-org/GLM-TTS" target="_blank">💻 GitHub Repository</a>
24
  &nbsp;&nbsp;|&nbsp;&nbsp;
25
  <a href="https://audio.z.ai/" target="_blank">🛠️ Audio.Z.AI</a>
@@ -101,12 +103,16 @@ We thank the following open-source projects for their support:
101
  - [Vocos](https://github.com/charactr-platform/vocos) - Providing high-quality vocoder
102
  - [GRPO-Zero](https://github.com/policy-gradient/GRPO-Zero) - Reinforcement learning algorithm implementation inspiration
103
 
104
- If you use GLM-TTS in your research, please cite:
105
 
106
  ```bibtex
107
- @misc{glmtts2025,
108
- title={GLM-TTS: Controllable & Emotion-Expressive Zero-shot TTS with Multi-Reward Reinforcement Learning},
109
- author={CogAudio Group Members},
110
- year={2025},
111
- publisher={Zhipu AI Inc}
 
 
 
 
112
  }
 
20
  </div>
21
 
22
  <p align="center">
23
+ <a href="https://arxiv.org/abs/2512.14291" target="_blank">📜 Paper</a>
24
+ &nbsp;&nbsp;|&nbsp;&nbsp;
25
  <a href="https://github.com/zai-org/GLM-TTS" target="_blank">💻 GitHub Repository</a>
26
  &nbsp;&nbsp;|&nbsp;&nbsp;
27
  <a href="https://audio.z.ai/" target="_blank">🛠️ Audio.Z.AI</a>
 
103
  - [Vocos](https://github.com/charactr-platform/vocos) - Providing high-quality vocoder
104
  - [GRPO-Zero](https://github.com/policy-gradient/GRPO-Zero) - Reinforcement learning algorithm implementation inspiration
105
 
106
+ If you find GLM-TTS useful for your research, please cite our technical report:
107
 
108
  ```bibtex
109
+ @misc{cui2025glmttstechnicalreport,
110
+ title={GLM-TTS Technical Report},
111
+ author={Jiayan Cui and Zhihan Yang and Naihan Li and Jiankun Tian and Xingyu Ma and Yi Zhang and Guangyu Chen and Runxuan Yang and Yuqing Cheng and Yizhi Zhou and Guochen Yu and Xiaotao Gu and Jie Tang},
112
+ year={2025},
113
+ eprint={2512.14291},
114
+ archivePrefix={arXiv},
115
+ primaryClass={cs.SD},
116
+ url={https://arxiv.org/abs/2512.14291},
117
+ }
118
  }