File size: 7,022 Bytes
3d1e444 3ba9cc6 3d1e444 3ba9cc6 10be526 3ba9cc6 10be526 feea7b4 10be526 3ba9cc6 10be526 3ba9cc6 10be526 3ba9cc6 20061c0 3ba9cc6 10be526 3ba9cc6 20061c0 3ba9cc6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | ---
language: zh
license: cc-by-nc-4.0
tags:
- speech
- conversational-speech
- chinese
pretty_name: SmoothConv
---
<p align="center">
<img src="https://raw.githubusercontent.com/qualialabsAI/SmoothConv-DuplexConv/main/figs/logo_1.png" alt="SmoothConv & DuplexConv" width="640">
</p>
# SmoothConv
**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.
<p align="center">
<a href="https://qualialabsai.github.io/SmoothConv-DuplexConv"><img src="https://img.shields.io/badge/Demo-Page-2563eb" alt="Demo Page"></a>
<a href="https://huggingface.co/datasets/qualialabsAI/DuplexConv"><img src="https://img.shields.io/badge/DuplexConv-Companion%20Dataset-059669" alt="DuplexConv"></a>
<a href="https://github.com/qualialabsAI/SmoothConv-DuplexConv"><img src="https://img.shields.io/badge/GitHub-Repo-green" alt="GitHub"></a>
</p>
**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.
## Dataset Overview
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.
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.
| Metric | Value |
| :--- | :---: |
| **Total Duration** | 100.53 hours |
| **Audio Files** | 2,503 |
| **Mean Duration** | 144.59 sec |
| **Duration Range** | 60.0 – 634.7 sec |
| **Language** | Chinese (zh) |
| **Domains** | Tutoring, Social Chat |
| **Annotation** | Expert human annotation |
## Domains & Directory Layout
After download, each conversation is stored under a **top-level folder** whose name indicates the scenario. Match the folder prefix to the domain:
| Scenario | Folder prefix | Example |
| :--- | :--- | :--- |
| **Tutoring** | starts with `edu` or `Edu` | `Edu_20240101_001/` |
| **Social Chat** | starts with `none_Edu` | `none_Edu_20240101_001/` |
Within each folder you will find paired multi-channel audio (`.wav`) and annotation (`.json`) files. The same naming convention applies to both SmoothConv and DuplexConv.
## Dataset Statistics
<p align="center">
<img src="https://raw.githubusercontent.com/qualialabsAI/SmoothConv-DuplexConv/main/figs/statics/SmoothConv.png" alt="SmoothConv statistics" width="720">
</p>
Turn-taking labels include **complete**, **incomplete**, **backchannel**, and **wait**.
## Supported Tasks
- Turn-taking modeling
- Overlap and interruption detection
- Full-duplex spoken dialogue systems
- Conversational speech understanding
- Speech Language Models (Speech LLMs)
## Annotation Format
Each audio file is paired with a JSON annotation file. The top-level object contains an **`instances`** list; each element describes one annotated segment.
### Top-level structure
| Field | Type | Description |
| :--- | :--- | :--- |
| `instances` | `list` | List of annotated segments in the conversation |
### `instances[i]` — per-segment annotation
| Field | Type | Description |
| :--- | :--- | :--- |
| `id` | `str` | Unique segment identifier (UUID) |
| `channelIndex` | `int` | Audio channel index (0-based) |
| `start` | `float` | Segment start time in **seconds** |
| `end` | `float` | Segment end time in **seconds** |
| `text` | `str` | Human-annotated transcript; inline tags mark events (e.g. `<pause>`, `<噪声>`, `<unclear>`) |
| `attributes` | `dict` | Speaker, turn, paralinguistic, and scene attributes (see below) |
### `instances[i].attributes`
| Field | Type | Description |
| :--- | :--- | :--- |
| `speaker` | `str` | Speaker ID (e.g. `A1`, `B1`); `unknown` if unidentifiable |
| `turn` | `str` | Turn-taking state: `complete`, `incomplete`, `backchannel`, `wait` |
| `other_turn` | `list` (optional) | Co-occurring interaction cues, e.g. `pause`, `unknown turn` |
| `gender` | `str` | Speaker gender |
| `age` | `str` | Speaker age group (e.g. `adult`, `child`) |
| `emotion` | `str` | Emotion label for the segment |
| `speech event` | `list` | Paralinguistic / non-speech events (e.g. `nonespeech event`, `echo`, `shouting`) |
| `这段数据是在什么环境` | `str` | Scene / environment description |
### Example segment
```json
{
"id": "0d0687e7-b2e5-4b91-834b-f3e8988e7a4a",
"channelIndex": 0,
"start": 0.702,
"end": 5.146,
"attributes": {
"speaker": "A1",
"turn": "complete",
"gender": "male",
"age": "adult",
"emotion": "neutral",
"speech event": ["nonespeech event"],
"这段数据是在什么环境": "unknown"
},
"text": "春风花草香迟日江山丽日出江花红胜火"
}
```
## Usage
```python
import json
from datasets import load_dataset
ds = load_dataset("qualialabsAI/SmoothConv")
# Load annotation for a sample
with open("path/to/annotation.json", "r", encoding="utf-8") as f:
anno = json.load(f)
for seg in anno["instances"]:
print(seg["channelIndex"], seg["start"], seg["end"], seg["text"])
```
## Ethics Statement
- **Informed consent.** Conversations were recorded with the knowledge and consent of participants. Personal identifiers have been removed or anonymized prior to release.
- **Privacy protection.** For academic and research use only. Do not attempt to re-identify speakers or reconstruct private information.
- **Intended use.** Research on spoken dialogue, turn-taking, and speech understanding—not for unauthorized surveillance, impersonation, or deceptive content generation.
- **Limitations & bias.** Human annotations may contain errors; account for domain and demographic bias in experiments.
- **Responsible use.** Report suspected misuse to [jimz@qualialabs.ai](mailto:jimz@qualialabs.ai).
## License
[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
## Citation
```bibtex
@article{wang2026duoconv,
title = {DuoConv: Large-Scale Chinese Full-Duplex Speech Datasets for Conversational AI},
author = {Chengyou Wang and Chunjiang He and Zhou Zhu and Lei Xie},
journal = {arXiv preprint arXiv:0000.00000},
year = {2026},
note = {Placeholder; paper forthcoming}
}
```
## Contact
[jimz@qualialabs.ai](mailto:jimz@qualialabs.ai)
|