XXH333 commited on
Commit
b42704b
·
verified ·
1 Parent(s): e09b78b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -9
README.md CHANGED
@@ -1,6 +1,21 @@
1
- # WordVoice-5A: A Large-Scale Bilingual Dataset for Word-Level Controllable TTS
2
 
3
- ## Dataset Description / 数据集简介
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  **WordVoice-5A** is a large-scale bilingual (Mandarin and English) dataset containing approximately **4.7k hours** of speech with fine-grained **word-level acoustic annotations**, designed for high-precision controllable Text-to-Speech (TTS). It addresses the scarcity of large-scale, high-quality word-aligned datasets with explicit acoustic annotations in the open-source community. Through a linguistically guided automatic annotation pipeline based on empirical acoustic distributions, the dataset provides five core acoustic attributes for each word: **Duration, Boundary, Energy, Pitch, and Tone**. It aims to break the "black-box" nature of LLM-based TTS and facilitate future research in fine-grained speech generation and acoustic modeling.
6
 
@@ -8,21 +23,31 @@
8
 
9
  ---
10
 
11
- ## Dataset Summary / 数据集概述
 
 
 
 
 
 
 
 
 
 
12
 
13
  The **WordVoice-5A** dataset contains approximately **4,684 hours** of high-quality speech, including **2,546 hours of Mandarin** and **2,138 hours of English**, with over **52 million word-level annotations**. The raw speech and text data are sourced from the open-source **LEMAS** corpus. Our primary contribution lies in the comprehensive **data annotation** rather than data cleansing. By applying our rigorous dual-model alignment and linguistically guided pipeline to the raw data, we successfully extracted and annotated five-dimensional acoustic attributes for every single word. It is specifically designed for:
14
 
15
  - **Controllable TTS:** Training TTS models with explicit word-level acoustic control.
16
  - **Prosody Modeling:** Studying bilingual micro-prosody and coarticulation in continuous speech.
17
 
18
- **WordVoice-5A** 数据集包含约 **4,684 小时**高质量语音,其中中文 **2,546 小时**、英文 **2,138 小时**,共包含超过 **5,200 万**字/词级标注。本数据集的原始语音与文本数据来源于开源的 **LEMAS** 语料库。我们的核心工作是对原始数据进行了深度的**数据标注**(而非单纯的数据清洗)。通过严格的双模型交叉对齐与语言学指导的自动化 Pipeline,我们成功为原始语料中的每一个字/词提取并标注了五维声学属性。该数据集主要面向以下研究方向
19
 
20
  - **可控语音合成(Controllable TTS)**:训练支持字/词级声学属性显式控制的 TTS 模型。
21
  - **韵律建模(Prosody Modeling)**:研究中英双语连续语流中的微观韵律及协同发音规律。
22
 
23
  ---
24
 
25
- ## Key Features / 主要特点
26
 
27
  - **5-Dimensional Word-Level Annotations / 五维字级标注**
28
  Each character/word is annotated with **Duration, Boundary, Energy, Pitch, and Tone**.
@@ -42,7 +67,7 @@ The **WordVoice-5A** dataset contains approximately **4,684 hours** of high-qual
42
 
43
  ---
44
 
45
- ## Data Structure & Annotation Details / 数据结构与标注说明
46
 
47
  The dataset is provided in **JSONL** format paired with corresponding **audio files**. Each record contains the audio path, transcript, and word-level acoustic annotations.
48
 
@@ -105,7 +130,7 @@ The dataset is provided in **JSONL** format paired with corresponding **audio fi
105
 
106
  ---
107
 
108
- ## Use Cases / 使用场景
109
 
110
  - Fine-grained controllable LLM-based TTS
111
  - Word-level prosody modeling
@@ -121,7 +146,7 @@ The dataset is provided in **JSONL** format paired with corresponding **audio fi
121
 
122
  ---
123
 
124
- ## Citation / 引用
125
 
126
  If you find this dataset useful in your research, please cite our paper:
127
 
@@ -132,4 +157,8 @@ If you find this dataset useful in your research, please cite our paper:
132
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
133
  year={2027}
134
  }
135
- ```
 
 
 
 
 
1
+ # WordVoice-5A Dataset 🚀
2
 
3
+ <div align="center">
4
+
5
+ [![Paper](https://img.shields.io/badge/Paper-arxiv_2025-blue.svg)](#)
6
+ [![DemoPage](https://img.shields.io/badge/DemoPage-WordVoice-yellow.svg)](https://xxh333.github.io/wordvoice-demo/)
7
+ [![Pipeline](https://img.shields.io/badge/Pipeline-WordVoice--5A--Pipeline-blue.svg)](https://github.com/XXH333/WordVoice-5A-Pipeline)
8
+ [![Model](https://img.shields.io/badge/Model-WordVoice-red.svg)](https://github.com/XXH333/WordVoice-main)
9
+ [![Dataset](https://img.shields.io/badge/Dataset-WordVoice--5A-green.svg)](https://huggingface.co/datasets/XXH333/WordVoice-5A)
10
+ [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
11
+
12
+ **A Large-Scale Bilingual Dataset for Word-Level Controllable TTS**
13
+
14
+ </div>
15
+
16
+ ---
17
+
18
+ ## 📖 Dataset Description / 数据集简介
19
 
20
  **WordVoice-5A** is a large-scale bilingual (Mandarin and English) dataset containing approximately **4.7k hours** of speech with fine-grained **word-level acoustic annotations**, designed for high-precision controllable Text-to-Speech (TTS). It addresses the scarcity of large-scale, high-quality word-aligned datasets with explicit acoustic annotations in the open-source community. Through a linguistically guided automatic annotation pipeline based on empirical acoustic distributions, the dataset provides five core acoustic attributes for each word: **Duration, Boundary, Energy, Pitch, and Tone**. It aims to break the "black-box" nature of LLM-based TTS and facilitate future research in fine-grained speech generation and acoustic modeling.
21
 
 
23
 
24
  ---
25
 
26
+ ## 🔗 WordVoice Ecosystem / WordVoice 生态系统
27
+
28
+ This dataset is a core component of the WordVoice project. We also provide the official data processing pipeline and the pre-trained TTS models:
29
+ 本数据集是 WordVoice 项目的核心部分。我们同时开源了官方的数据处理流水线与预训练 TTS 模型:
30
+
31
+ - 🛠️ **[WordVoice Data Pipeline](https://github.com/XXH333/WordVoice-5A-Pipeline)**: The linguistically-guided automated annotation toolkit used to build this dataset. / 用于构建本数据集的语言学指导自动化标注工具包。
32
+ - 🧠 **[WordVoice Model](https://github.com/XXH333/WordVoice-main)**: The official implementation of the WordVoice TTS framework, supporting explicit multi-dimensional word-level control. / WordVoice TTS 框架的官方实现,支持显式的多维字级控制。
33
+
34
+ ---
35
+
36
+ ## 📊 Dataset Summary / 数据集概述
37
 
38
  The **WordVoice-5A** dataset contains approximately **4,684 hours** of high-quality speech, including **2,546 hours of Mandarin** and **2,138 hours of English**, with over **52 million word-level annotations**. The raw speech and text data are sourced from the open-source **LEMAS** corpus. Our primary contribution lies in the comprehensive **data annotation** rather than data cleansing. By applying our rigorous dual-model alignment and linguistically guided pipeline to the raw data, we successfully extracted and annotated five-dimensional acoustic attributes for every single word. It is specifically designed for:
39
 
40
  - **Controllable TTS:** Training TTS models with explicit word-level acoustic control.
41
  - **Prosody Modeling:** Studying bilingual micro-prosody and coarticulation in continuous speech.
42
 
43
+ **WordVoice-5A** 数据集包含约 **4,684 小时**高质量语音,其中中文 **2,546 小时**、英文 **2,138 小时**,共包含超过 **5,200 万**字/词级标注。本数据集的原始语音与文本数据来源于开源的 **LEMAS** 语料库。我们的核心工作是对原始数据进行了深度的**数据标注**(而非单纯的数据清洗)。通过严格的双模型交叉对齐与语言学指导的自动化 Pipeline,我们成功为原始语料中的每一个字/词提取并标注了五维声学属性。该数据集主要面向以下研究方向:
44
 
45
  - **可控语音合成(Controllable TTS)**:训练支持字/词级声学属性显式控制的 TTS 模型。
46
  - **韵律建模(Prosody Modeling)**:研究中英双语连续语流中的微观韵律及协同发音规律。
47
 
48
  ---
49
 
50
+ ## ✨ Key Features / 主要特点
51
 
52
  - **5-Dimensional Word-Level Annotations / 五维字级标注**
53
  Each character/word is annotated with **Duration, Boundary, Energy, Pitch, and Tone**.
 
67
 
68
  ---
69
 
70
+ ## 📂 Data Structure & Annotation Details / 数据结构与标注说明
71
 
72
  The dataset is provided in **JSONL** format paired with corresponding **audio files**. Each record contains the audio path, transcript, and word-level acoustic annotations.
73
 
 
130
 
131
  ---
132
 
133
+ ## 🎯 Use Cases / 使用场景
134
 
135
  - Fine-grained controllable LLM-based TTS
136
  - Word-level prosody modeling
 
146
 
147
  ---
148
 
149
+ ## 📝 Citation / 引用
150
 
151
  If you find this dataset useful in your research, please cite our paper:
152
 
 
157
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
158
  year={2027}
159
  }
160
+ ```
161
+
162
+ ## 📄 License / 开源协议
163
+ Released under the MIT License.
164
+ 本数据集基于 MIT 协议开源。