HanselZz commited on
Commit
2dee2ac
·
verified ·
1 Parent(s): 0e13b43

Upload folder using huggingface_hub

Browse files
Agent/eval/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a386422002753a8d7a81a0eb3cd9344bfe71daac0df775d102f8e0838475e71
3
+ size 853940262
Agent/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c933cb85d1132ca9715a44d5b875edc0e72bc4ffd1fc11a34f736d0f6c142b3
3
+ size 984649569
Agent/train/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfcdd2417f2e2d4ee98855cf366bd5f2c50202712a7628d628c8acd54e9ad30d
3
+ size 983991616
Agent/train/0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4177e76e9ee4f4c9e19f4319c27bc5b8f9b65a33354aa8ea44eaf80f9abf35
3
+ size 984647684
Agent/train/0003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1c6b2f02602a283224869735150bad8e5ebb87406d378f27830e1762a0fc8f
3
+ size 486868561
README.md CHANGED
@@ -1,3 +1,101 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ license: apache-2.0
5
+ task_categories:
6
+ - automatic-speech-recognition
7
+ viewer: true
8
+ dataset_info:
9
+ - config_name: User
10
+ features:
11
+ - name: audio
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
+ - name: text
16
+ dtype: string
17
+ - name: duration
18
+ dtype: float64
19
+ - name: chat_id
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 889743413.000
24
+ num_examples: 1008
25
+ - name: eval
26
+ num_bytes: 235780103.000
27
+ num_examples: 253
28
+ - config_name: Agent
29
+ features:
30
+ - name: audio
31
+ dtype:
32
+ audio:
33
+ sampling_rate: 16000
34
+ - name: text
35
+ dtype: string
36
+ - name: duration
37
+ dtype: float64
38
+ - name: chat_id
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 3749359214.000
43
+ num_examples: 4552
44
+ - name: eval
45
+ num_bytes: 930931836.000
46
+ num_examples: 1138
47
+ configs:
48
+ - config_name: User
49
+ data_files:
50
+ - split: train
51
+ path: User/train/*
52
+ - split: eval
53
+ path: User/eval/*
54
+ - config_name: Agent
55
+ data_files:
56
+ - split: train
57
+ path: Agent/train/*
58
+ - split: eval
59
+ path: Agent/eval/*
60
+ tags:
61
+ - medical
62
+ ---
63
+
64
+ ## MMedFD: A Real-World Healthcare Benchmark for Multi-Turn Full-Duplex Automatic Speech Recognition
65
+
66
+ ### 📄 **Preprint**: [MMedFD](https://arxiv.org/abs/2509.19817) — For the complete benchmark construction pipeline, evaluation methodology, dataset specifications, and additional implementation details, please refer to the preprint.
67
+
68
+
69
+ ### ⚠️Data Availability
70
+ Full access requires internal approval and a research-only data use agreement.
71
+ 🚫 Non-Commercial Use
72
+ This dataset is provided **for non-commercial research and education only**. **Commercial use is prohibited.**
73
+ Researchers who wish to request full access may contact yangxiao.wxy@antgroup.com with a brief description of their affiliation, project goals, intended use, and data protection plan. Only de-identified data may be shared, and redistribution is prohibited.
74
+
75
+ ## 🗂️ Data Release & Access
76
+
77
+ - **Public release (partial subset)**: We release **only a portion of the data used for this benchmark’s training and evaluation**. This Lite subset **differs in amount and coverage** from our internal full dataset and is **not** a drop-in replacement for the complete data.
78
+ - **What’s included**: A **reduced selection** of dialogues/audio/text sufficient to reproduce the reported benchmark protocol at a smaller scale.
79
+ - **Not included**: Additional sessions, higher-fidelity artifacts, and full validation/test coverage remain internal.
80
+
81
+ ## 🔒 Privacy, Safety & Redaction
82
+
83
+ - **Privacy-preserving audio**: To protect speaker privacy, all audio has been **re-synthesized via TTS** (privacy-preserving re-encoding). This process **obfuscates speaker identity and acoustic biomarkers** while preserving task-relevant linguistic content for modeling.
84
+ - **Real-world dialogs**: The **dialogue content originates from real-world collections**. However, **sensitive spans** (e.g., direct identifiers, highly specific personal details) are **automatically redacted by an LLM-based filter** before release.
85
+ - **Residual risk**: Despite these protections, **re-identification attempts are prohibited**. Please do not try to recover original identities or link samples to outside sources.
86
+
87
+
88
+ ## 📑 How to Cite
89
+
90
+ If this code or our benchmark is useful for your research, please consider citing our paper:
91
+ ```bibtex
92
+ @misc{chen2025mmedfdrealworldhealthcarebenchmark,
93
+ title={MMedFD: A Real-world Healthcare Benchmark for Multi-turn Full-Duplex Automatic Speech Recognition},
94
+ author={Hongzhao Chen and XiaoYang Wang and Jing Lan and Hexiao Ding and Yufeng Jiang MingHui Yang and DanHui Xu and Jun Luo and Nga-Chun Ng and Gerald W. Y. Cheng and Yunlin Mao and Jung Sun Yoo},
95
+ year={2025},
96
+ eprint={2509.19817},
97
+ archivePrefix={arXiv},
98
+ primaryClass={eess.AS},
99
+ url={https://arxiv.org/abs/2509.19817},
100
+ }
101
+ ```
User/eval/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7a775c6a6bcdb13c30beba4ad63a8e4d949d8d14959bc93eec4e951712f72db
3
+ size 208908264
User/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a428fb6e877f1fc1ce503b6de9ce2467798472a9d1a154aa5a821e062f1c72
3
+ size 785870752