songli commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,164 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language: zh
|
| 3 |
+
license: cc-by-nc-4.0
|
| 4 |
+
tags:
|
| 5 |
+
- speech
|
| 6 |
+
- conversational-speech
|
| 7 |
+
- chinese
|
| 8 |
+
pretty_name: SmoothConv
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
<p align="center">
|
| 12 |
+
<img src="https://raw.githubusercontent.com/qualialabsAI/SmoothConv-DuplexConv/main/figs/logo_1.png" alt="SmoothConv & DuplexConv" width="640">
|
| 13 |
+
</p>
|
| 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>
|
| 21 |
+
<a href="https://huggingface.co/datasets/qualialabsAI/DuplexConv"><img src="https://img.shields.io/badge/DuplexConv-Companion%20Dataset-059669" alt="DuplexConv"></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 |
+
## Dataset Summary
|
| 26 |
+
|
| 27 |
+
SmoothConv provides **~100 hours** of real-world, unscripted **multi-party 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.
|
| 28 |
+
|
| 29 |
+
Human annotators provide fine-grained labels suitable for benchmarking and supervised training on turn-taking, overlap detection, and spoken dialogue understanding.
|
| 30 |
+
|
| 31 |
+
| Metric | Value |
|
| 32 |
+
| :--- | :---: |
|
| 33 |
+
| **Total Duration** | 100.53 hours |
|
| 34 |
+
| **Audio Files** | 2,503 |
|
| 35 |
+
| **Mean Duration** | 144.59 sec |
|
| 36 |
+
| **Duration Range** | 60.0 – 634.7 sec |
|
| 37 |
+
| **Language** | Chinese (zh) |
|
| 38 |
+
| **Domains** | Tutoring, Social Chat |
|
| 39 |
+
| **Annotation** | Expert human annotation |
|
| 40 |
+
|
| 41 |
+
## Dataset Statistics
|
| 42 |
+
|
| 43 |
+
<p align="center">
|
| 44 |
+
<img src="https://raw.githubusercontent.com/qualialabsAI/SmoothConv-DuplexConv/main/figs/statics/SmoothConv.png" alt="SmoothConv statistics" width="720">
|
| 45 |
+
</p>
|
| 46 |
+
|
| 47 |
+
Turn-taking labels include **complete**, **incomplete**, **backchannel**, and **wait**.
|
| 48 |
+
|
| 49 |
+
## Supported Tasks
|
| 50 |
+
|
| 51 |
+
- Automatic speech recognition (ASR) on spontaneous multi-party speech
|
| 52 |
+
- Voice activity detection (VAD) and turn-taking modeling
|
| 53 |
+
- Overlap / floor-holding detection
|
| 54 |
+
- Turn-state prediction
|
| 55 |
+
- Paralinguistic event detection (laughter, coughs, breaths, background noise, silence, etc.)
|
| 56 |
+
- Speaker attribute modeling (gender, age, emotion)
|
| 57 |
+
|
| 58 |
+
## Annotation Format
|
| 59 |
+
|
| 60 |
+
Each audio file is paired with a JSON annotation file. The top-level object contains an **`instances`** list; each element describes one annotated segment.
|
| 61 |
+
|
| 62 |
+
### Top-level structure
|
| 63 |
+
|
| 64 |
+
| Field | Type | Description |
|
| 65 |
+
| :--- | :--- | :--- |
|
| 66 |
+
| `instances` | `list` | List of annotated segments in the conversation |
|
| 67 |
+
|
| 68 |
+
### `instances[i]` — per-segment annotation
|
| 69 |
+
|
| 70 |
+
| Field | Type | Description |
|
| 71 |
+
| :--- | :--- | :--- |
|
| 72 |
+
| `id` | `str` | Unique segment identifier (UUID) |
|
| 73 |
+
| `channelIndex` | `int` | Audio channel index (0-based) |
|
| 74 |
+
| `start` | `float` | Segment start time in **seconds** |
|
| 75 |
+
| `end` | `float` | Segment end time in **seconds** |
|
| 76 |
+
| `text` | `str` | Human-annotated transcript; inline tags mark events (e.g. `<pause>`, `<噪声>`, `<unclear>`) |
|
| 77 |
+
| `attributes` | `dict` | Speaker, turn, paralinguistic, and scene attributes (see below) |
|
| 78 |
+
|
| 79 |
+
### `instances[i].attributes`
|
| 80 |
+
|
| 81 |
+
| Field | Type | Description |
|
| 82 |
+
| :--- | :--- | :--- |
|
| 83 |
+
| `speaker` | `str` | Speaker ID (e.g. `A1`, `B1`); `unknown` if unidentifiable |
|
| 84 |
+
| `turn` | `str` | Turn-taking state: `complete`, `incomplete`, `backchannel`, `wait` |
|
| 85 |
+
| `other_turn` | `list` (optional) | Co-occurring interaction cues, e.g. `pause`, `unknown turn` |
|
| 86 |
+
| `gender` | `str` | Speaker gender |
|
| 87 |
+
| `age` | `str` | Speaker age group (e.g. `adult`, `child`) |
|
| 88 |
+
| `emotion` | `str` | Emotion label for the segment |
|
| 89 |
+
| `speech event` | `list` | Paralinguistic / non-speech events (e.g. `nonespeech event`, `echo`, `shouting`) |
|
| 90 |
+
| `这段数据是在什么环境` | `str` | Scene / environment description |
|
| 91 |
+
|
| 92 |
+
### Example segment
|
| 93 |
+
|
| 94 |
+
```json
|
| 95 |
+
{
|
| 96 |
+
"id": "0d0687e7-b2e5-4b91-834b-f3e8988e7a4a",
|
| 97 |
+
"channelIndex": 0,
|
| 98 |
+
"start": 0.702,
|
| 99 |
+
"end": 5.146,
|
| 100 |
+
"attributes": {
|
| 101 |
+
"speaker": "A1",
|
| 102 |
+
"turn": "complete",
|
| 103 |
+
"gender": "male",
|
| 104 |
+
"age": "adult",
|
| 105 |
+
"emotion": "neutral",
|
| 106 |
+
"speech event": ["nonespeech event"],
|
| 107 |
+
"这段数据是在什么环境": "unknown"
|
| 108 |
+
},
|
| 109 |
+
"text": "春风花草香迟日江山丽日出江花红胜火"
|
| 110 |
+
}
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
## Usage
|
| 114 |
+
|
| 115 |
+
```python
|
| 116 |
+
import json
|
| 117 |
+
from datasets import load_dataset
|
| 118 |
+
|
| 119 |
+
ds = load_dataset("qualialabsAI/SmoothConv")
|
| 120 |
+
|
| 121 |
+
# Load annotation for a sample
|
| 122 |
+
with open("path/to/annotation.json", "r", encoding="utf-8") as f:
|
| 123 |
+
anno = json.load(f)
|
| 124 |
+
|
| 125 |
+
for seg in anno["instances"]:
|
| 126 |
+
print(seg["channelIndex"], seg["start"], seg["end"], seg["text"])
|
| 127 |
+
```
|
| 128 |
+
|
| 129 |
+
## Relation to DuplexConv
|
| 130 |
+
|
| 131 |
+
SmoothConv and [DuplexConv](https://huggingface.co/datasets/qualialabsAI/DuplexConv) are complementary datasets drawn from the same or closely related conversation sources:
|
| 132 |
+
|
| 133 |
+
- **SmoothConv** (~100h): expert human annotations for precision and benchmarking
|
| 134 |
+
- **DuplexConv** (~2,000h): LLM-assisted annotations for large-scale coverage
|
| 135 |
+
|
| 136 |
+
A turn-state evaluation subset derived from SmoothConv is also available as the [FastTurn Test Set](https://huggingface.co/datasets/ASLP-lab/FastTurn-Testset).
|
| 137 |
+
|
| 138 |
+
## Ethics Statement
|
| 139 |
+
|
| 140 |
+
- **Informed consent.** Conversations were recorded with the knowledge and consent of participants. Personal identifiers have been removed or anonymized prior to release.
|
| 141 |
+
- **Privacy protection.** For academic and research use only. Do not attempt to re-identify speakers or reconstruct private information.
|
| 142 |
+
- **Intended use.** Research on spoken dialogue, turn-taking, and speech understanding—not for unauthorized surveillance, impersonation, or deceptive content generation.
|
| 143 |
+
- **Limitations & bias.** Human annotations may contain errors; account for domain and demographic bias in experiments.
|
| 144 |
+
- **Responsible use.** Report suspected misuse to [jimz@qualialabs.ai](mailto:jimz@qualialabs.ai).
|
| 145 |
+
|
| 146 |
+
## License
|
| 147 |
+
|
| 148 |
+
[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 149 |
+
|
| 150 |
+
## Citation
|
| 151 |
+
|
| 152 |
+
```bibtex
|
| 153 |
+
@article{wang2026duoconv,
|
| 154 |
+
title = {DuoConv: Large-Scale Chinese Full-Duplex Speech Datasets for Conversational AI},
|
| 155 |
+
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},
|
| 156 |
+
journal = {arXiv preprint arXiv:0000.00000},
|
| 157 |
+
year = {2026},
|
| 158 |
+
note = {Placeholder; paper forthcoming}
|
| 159 |
+
}
|
| 160 |
+
```
|
| 161 |
+
|
| 162 |
+
## Contact
|
| 163 |
+
|
| 164 |
+
[jimz@qualialabs.ai](mailto:jimz@qualialabs.ai)
|