Datasets:
Add task categories, language tags, and project links
Browse filesThis PR improves the dataset card for OpenDialog by adding:
- `task_categories`: set to `text-to-speech`.
- `language`: added `en` and `zh` based on the dataset description (5074 hours of English and 1759 hours of Chinese).
- Links to the paper, the official GitHub repository, and the project page.
- A citation section for the research paper.
These additions help with the discoverability and documentation of the dataset on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,11 +1,33 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# OpenDialog
|
| 6 |
|
| 7 |
-
OpenDialog is a 6.8k hours spoken dialogue dataset, introduced in paper [ZipVoice-Dialog](https://arxiv.org/abs/2507.09318).
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-to-speech
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
---
|
| 9 |
|
| 10 |
# OpenDialog
|
| 11 |
|
| 12 |
+
OpenDialog is a 6.8k hours spoken dialogue dataset, introduced in the paper [ZipVoice-Dialog: Non-Autoregressive Spoken Dialogue Generation with Flow Matching](https://arxiv.org/abs/2507.09318).
|
| 13 |
|
| 14 |
+
- **Paper:** [https://arxiv.org/abs/2507.09318](https://arxiv.org/abs/2507.09318)
|
| 15 |
+
- **GitHub:** [https://github.com/k2-fsa/ZipVoice](https://github.com/k2-fsa/ZipVoice)
|
| 16 |
+
- **Project Page:** [https://zipvoice-dialog.github.io](https://zipvoice-dialog.github.io)
|
| 17 |
|
| 18 |
+
OpenDialog is the first large-scale (6.8k hours) open-source spoken dialogue dataset derived from in-the-wild speech data. It consists of:
|
| 19 |
+
- **English data:** 5074 hours
|
| 20 |
+
- **Chinese data:** 1759 hours
|
| 21 |
+
|
| 22 |
+
This dataset is also available at [ModelScope](https://www.modelscope.cn/datasets/k2-fsa/OpenDialog) (more friendly for users from China mainland).
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
```bibtex
|
| 27 |
+
@article{zhu2025zipvoicedialog,
|
| 28 |
+
title={ZipVoice-Dialog: Non-Autoregressive Spoken Dialogue Generation with Flow Matching},
|
| 29 |
+
author={Zhu, Han and Kang, Wei and Guo, Liyong and Yao, Zengwei and Kuang, Fangjun and Zhuang, Weiji and Li, Zhaoqing and Han, Zhifeng and Zhang, Dong and Zhang, Xin and Song, Xingchen and Lin, Long and Povey, Daniel},
|
| 30 |
+
journal={arXiv preprint arXiv:2507.09318},
|
| 31 |
+
year={2025}
|
| 32 |
+
}
|
| 33 |
+
```
|