Datasets:

Languages:
Chinese
ArXiv:
License:
songli commited on
Commit
10be526
·
verified ·
1 Parent(s): feea7b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -14,7 +14,7 @@ pretty_name: SmoothConv
14
 
15
  # SmoothConv
16
 
17
- **SmoothConv** is a high-precision Chinese multi-channel conversational speech dataset with **expert human annotations**, released as part of the [SmoothConv & DuplexConv](https://github.com/qualialabsAI/SmoothConv-DuplexConv) project by [ASLP@NPU](https://www.npu-aslp.org) and QualiaLabs.
18
 
19
  <p align="center">
20
  <a href="https://qualialabsai.github.io/SmoothConv-DuplexConv"><img src="https://img.shields.io/badge/Demo-Page-2563eb" alt="Demo Page"></a>
@@ -22,13 +22,13 @@ pretty_name: SmoothConv
22
  <a href="https://github.com/qualialabsAI/SmoothConv-DuplexConv"><img src="https://img.shields.io/badge/GitHub-Repo-green" alt="GitHub"></a>
23
  </p>
24
 
25
- **Companion dataset:** [**DuplexConv**](https://huggingface.co/datasets/qualialabsAI/DuplexConv) on HuggingFace (2,000 hours, LLM-assisted annotation). SmoothConv (100 hours) and DuplexConv are drawn from the same or closely related sources. Use SmoothConv for fine-grained benchmarking and DuplexConv for large-scale training.
26
 
27
- ## Dataset Summary
28
 
29
- SmoothConv provides **100 hours** of real-world, unscripted **multi-speaker Chinese dialogue** recorded in **multi-channel** settings across **Tutoring** and **Social Chat** scenarios. Conversations capture natural full-duplex interaction phenomena, including overlapping speech, backchannels, interruptions, and pauses.
30
 
31
- Human annotators provide fine-grained labels suitable for benchmarking and supervised training on turn-taking, overlap detection, and spoken dialogue understanding.
32
 
33
  | Metric | Value |
34
  | :--- | :---: |
@@ -50,12 +50,11 @@ Turn-taking labels include **complete**, **incomplete**, **backchannel**, and **
50
 
51
  ## Supported Tasks
52
 
53
- - Automatic speech recognition (ASR) on spontaneous multi-party speech
54
- - Voice activity detection (VAD) and turn-taking modeling
55
- - Overlap / floor-holding detection
56
- - Turn-state prediction
57
- - Paralinguistic event detection (laughter, coughs, breaths, background noise, silence, etc.)
58
- - Speaker attribute modeling (gender, age, emotion)
59
 
60
  ## Annotation Format
61
 
@@ -145,13 +144,14 @@ for seg in anno["instances"]:
145
  ```bibtex
146
  @article{wang2026duoconv,
147
  title = {DuoConv: Large-Scale Chinese Full-Duplex Speech Datasets for Conversational AI},
148
- author = {Chengyou Wang and Chunjiang He and Jingbin Hu and Shuiyuan Wang and Bo Wu and Yuyu Ji and Jimeng Zheng and Ruofei Chen and Lei Xie},
149
  journal = {arXiv preprint arXiv:0000.00000},
150
  year = {2026},
151
  note = {Placeholder; paper forthcoming}
152
  }
153
  ```
154
 
 
155
  ## Contact
156
 
157
  [jimz@qualialabs.ai](mailto:jimz@qualialabs.ai)
 
14
 
15
  # SmoothConv
16
 
17
+ **SmoothConv** is a high-quality Chinese multi-channel conversational speech dataset with **expert human annotations**, developed by [ASLP@NPU](https://www.npu-aslp.org) and QualiaLabs as part of the SmoothConv–DuplexConv corpus family.
18
 
19
  <p align="center">
20
  <a href="https://qualialabsai.github.io/SmoothConv-DuplexConv"><img src="https://img.shields.io/badge/Demo-Page-2563eb" alt="Demo Page"></a>
 
22
  <a href="https://github.com/qualialabsAI/SmoothConv-DuplexConv"><img src="https://img.shields.io/badge/GitHub-Repo-green" alt="GitHub"></a>
23
  </p>
24
 
25
+ **Companion dataset:** [**DuplexConv**](https://huggingface.co/datasets/qualialabsAI/DuplexConv) on HuggingFace (2,000 hours, LLM-assisted annotation). SmoothConv and DuplexConv are constructed from the same underlying conversational sources. SmoothConv provides high-fidelity human annotations for benchmarking and supervised training; DuplexConv offers large-scale annotations for Speech LLM pre-training and data-driven modeling.
26
 
27
+ ## Dataset Overview
28
 
29
+ SmoothConv contains **100 hours** of naturally occurring **multi-party Chinese conversations** recorded in **multi-channel** environments across **Tutoring** and **Social Chat** scenarios. Unlike corpora dominated by read speech or scripted interactions, it captures realistic conversational dynamics, including overlapping speech, backchannels, interruptions, pauses, and turn transitions.
30
 
31
+ The dataset is **manually annotated by trained experts** and provides fine-grained conversational labels, making it suitable for turn-taking modeling, overlap and interruption detection, full-duplex spoken dialogue systems, conversational speech understanding, and Speech LLM research.
32
 
33
  | Metric | Value |
34
  | :--- | :---: |
 
50
 
51
  ## Supported Tasks
52
 
53
+ - Turn-taking modeling
54
+ - Overlap and interruption detection
55
+ - Full-duplex spoken dialogue systems
56
+ - Conversational speech understanding
57
+ - Speech Language Models (Speech LLMs)
 
58
 
59
  ## Annotation Format
60
 
 
144
  ```bibtex
145
  @article{wang2026duoconv,
146
  title = {DuoConv: Large-Scale Chinese Full-Duplex Speech Datasets for Conversational AI},
147
+ author = {Chengyou Wang and Chunjiang He and Bo Wu and Yuyu Ji and Jimeng Zheng and Ruofei Chen and Lei Xie},
148
  journal = {arXiv preprint arXiv:0000.00000},
149
  year = {2026},
150
  note = {Placeholder; paper forthcoming}
151
  }
152
  ```
153
 
154
+
155
  ## Contact
156
 
157
  [jimz@qualialabs.ai](mailto:jimz@qualialabs.ai)