Datasets:
BAAI
/

Languages:
multilingual
ArXiv:
License:
CS-Dialogue / README.md
yujie-ovo's picture
Update README.md
8694dfb verified
metadata
license: cc-by-nc-sa-4.0
task_categories:
  - automatic-speech-recognition
language:
  - multilingual
pretty_name: CS-Dialogue
size_categories:
  - 10K<n<100K
features:
  - name: audio
    dtype: audio
  - name: transcription
    dtype: string
  - name: speaker
    dtype: string
  - name: gender
    dtype: string
  - name: age
    dtype: string
  - name: location
    dtype: string
  - name: device
    dtype: string
extra_gated_prompt: >-
  This dataset is made available for academic and non-commercial research
  purposes only. By accessing or using the dataset, you agree to comply with the
  following terms and conditions:  

  1. The dataset may only be used for academic research and educational
  purposes. Any commercial use, including but not limited to commercial product
  development, commercial speech recognition services, or monetization of the
  dataset in any form, is strictly prohibited.  

  2. The dataset must not be used for any research or applications that may
  infringe upon the privacy rights of the recorded participants. Any attempt to
  re-identify participants or extract personally identifiable information from
  the dataset is strictly prohibited. Researchers must ensure that their use of
  the dataset aligns with ethical research practices and institutional review
  board (IRB) guidelines where applicable.  

  3. If a participant (or their legal guardian) requests the removal of their
  data from the dataset, all recipients of the dataset must comply by deleting
  the affected data from their records. Researchers must acknowledge that such
  withdrawal requests may occur and agree to take reasonable steps to ensure
  compliance.  

  4. The dataset, in whole or in part, may not be redistributed, resold, or
  shared with any third party. Each researcher or institution must independently
  request access to the dataset and agree to these terms.  

  5. Any published work (e.g., papers, reports, presentations) that uses this
  dataset must properly cite the dataset as specified in the accompanying
  documentation.  

  6. You may create derived works (e.g., processed versions of the dataset) for
  research purposes, but such derivatives must not be distributed beyond your
  research group without prior written permission from the dataset
  maintainers.  

  7. The dataset is provided "as is" without any warranties, express or implied.
  The dataset maintainers are not responsible for any direct or indirect
  consequences arising from the use of the dataset.  

  8. Failure to comply with these terms may result in revocation of dataset
  access. The dataset maintainers reserve the right to deny access to any
  individual or institution found in violation of these terms.  

  9. If the researcher is employed by a for-profit, commercial entity, the
  researcher's employer shall also be bound by these terms and conditions, and
  the researcher hereby represents that they are fully authorized to enter into
  this agreement on behalf of such employer.

  By requesting access to the dataset, you acknowledge that you have read,
  understood, and agreed to these terms.  
extra_gated_fields:
  Name: text
  Email: text
  Affiliation: text
  Position: text
  Your Supervisor/manager/director: text
  I agree to the Terms of Access: checkbox
  I agree to use this dataset for non-commercial use ONLY: checkbox

CS-Dialogue: A 104-Hour Dataset of Spontaneous Mandarin-English Code-Switching Dialogues for Speech Recognition

Hugging Face Datasets arXiv License: CC BY-NC-SA-4.0

Introduction

CS-Dialogue is a large-scale, publicly available Mandarin-English code-switching speech dialogue dataset. This dataset solves key problems found in existing code-switching speech datasets — mainly their small size, lack of natural conversations, and missing full-length dialogue recordings. It provides a solid foundation for advancing research in code-switching ASR and other related fields. The dataset is released under a CC BY-NC-SA 4.0 license, meaning it is available for non-commercial use.

Dataset Details

This dataset contains 104.02 hours of spontaneous dialogue recordings, consisting of 100 pairs of two-person conversations recorded by 200 speakers. Key features of the dataset include:

  • Speakers: 200 speakers with strong English proficiency (e.g., IELTS ≥ 6 or passing TEM-4).
  • Geographic Diversity: Speakers come from 30 provincial-level regions across mainland China.
  • Content: Each conversation covers 2 to 6 topics and includes Mandarin-only, code-switching, and English-only segments.
  • Audio Format: WAV files with a 16kHz sampling rate.
  • Transcriptions: Carefully crafted, character-level manual transcriptions.
  • Annotations: The dataset includes annotations for each utterance, and for the speakers level.
    • Utterance-level: id, audio (file path), text (transcription).
    • Speaker-level: speaker_id, age, gender, location (province), device.

Dataset Structure

The dataset file structure is as follows.

data
├── long_wav/*.tar.gz
├── short_wav/*.tar.gz
└── index
    ├── long_wav
    │   ├── dev.txt
    │   ├── test.txt
    │   └── train.txt
    ├── short_wav
    │   ├── dev
    │   │   ├── text
    │   │   └── wav.scp
    │   ├── test
    │   │   ├── text
    │   │   └── wav.scp
    │   └── train
    │       ├── text
    │       └── wav.scp
    └── total_infomation
        └── Information_Index.txt

For more details, please refer to our paper CS-Dialogue.

📚 Cite me

@article{zhou2025cs,
  title={CS-Dialogue: A 104-Hour Dataset of Spontaneous Mandarin-English Code-Switching Dialogues for Speech Recognition},
  author={Zhou, Jiaming and Guo, Yujie and Zhao, Shiwan and Sun, Haoqin and Wang, Hui and He, Jiabei and Kong, Aobo and Wang, Shiyao and Yang, Xi and Wang, Yequan and others},
  journal={arXiv preprint arXiv:2502.18913},
  year={2025}
}