XXH333 commited on
Commit
0f31366
·
verified ·
1 Parent(s): ae55568

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
 
8
  <div align="center">
9
 
10
- [![Paper](https://img.shields.io/badge/Paper-arxiv_2026-blue.svg)](#)
11
  [![DemoPage](https://img.shields.io/badge/DemoPage-WordVoice-yellow.svg)](https://xxh333.github.io/wordvoice-demo/)
12
  [![Pipeline](https://img.shields.io/badge/Pipeline-WordVoice--5A--Pipeline-blue.svg)](https://github.com/XXH333/WordVoice-5A-Pipeline)
13
  [![Model](https://img.shields.io/badge/Model-WordVoice-red.svg)](https://github.com/XXH333/WordVoice-main)
@@ -156,11 +156,14 @@ The dataset is provided in **JSONL** format paired with corresponding **audio fi
156
  If you find this dataset useful in your research, please cite our paper:
157
 
158
  ```bibtex
159
- @article{nie2026wordvoice,
160
- title={WordVoice: Explicit and Decoupled Multi-Dimensional Word-Level Control for LLM-Based TTS},
161
- author={Sihang, Nie and Jinxin, Ji and Xiaofen, Xing and Deyi, Tuo and Chengbin, Jin and Jialong, Mai and Xiangmin, Xu},
162
- journal={arXiv preprint arXiv:2607.},
163
- year={2026}
 
 
 
164
  }
165
  ```
166
 
 
7
 
8
  <div align="center">
9
 
10
+ [![Paper](https://img.shields.io/badge/Paper-arxiv_2026-blue.svg)](https://arxiv.org/abs/2607.06461)
11
  [![DemoPage](https://img.shields.io/badge/DemoPage-WordVoice-yellow.svg)](https://xxh333.github.io/wordvoice-demo/)
12
  [![Pipeline](https://img.shields.io/badge/Pipeline-WordVoice--5A--Pipeline-blue.svg)](https://github.com/XXH333/WordVoice-5A-Pipeline)
13
  [![Model](https://img.shields.io/badge/Model-WordVoice-red.svg)](https://github.com/XXH333/WordVoice-main)
 
156
  If you find this dataset useful in your research, please cite our paper:
157
 
158
  ```bibtex
159
+ @misc{nie2026wordvoice,
160
+ title={WordVoice: Explicit and Decoupled Multi-Dimensional Word-Level Control for LLM-Based TTS},
161
+ author={Sihang Nie and Jinxin Ji and Xiaofen Xing and Deyi Tuo and Chengbin Jin and Jialong Mai and Xiangmin Xu},
162
+ year={2026},
163
+ eprint={2607.06461},
164
+ archivePrefix={arXiv},
165
+ primaryClass={eess.AS},
166
+ url={https://arxiv.org/abs/2607.06461},
167
  }
168
  ```
169