You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

πŸ“ ScreenTalk_JA2ZH

ScreenTalk_JA2ZH is a bilingual speech dataset containing Japanese audio paired with Chinese (Simplified) sentence translations. It is specifically curated from film and TV content, making it highly suitable for tasks such as speech translation, multilingual ASR fine-tuning, and movie subtitle generation.


πŸ“Œ Dataset Summary

  • Audio Language: Japanese (ja)
  • Text Language: Chinese (Simplified, zh-CN)
  • Domain: Film and television dialogues
  • Format: Each sample contains a path to a Japanese audio clip and its corresponding Chinese sentence translation.

πŸ“‚ Dataset Structure

Each sample in the dataset has the following fields:

Field Description
audio Path or link to the Japanese audio file
sentence Chinese translation of the spoken content

Example:

{
  "audio": "clips/0001.wav",
  "sentence": "ζˆ‘δ»¬εΎ—εΏ«η‚Ήη¦»εΌ€θΏ™ι‡Œγ€‚"
}

πŸ’‘ Use Cases

  • Fine-tuning ASR models (e.g., Whisper) for Japanese input and Chinese output
  • Training speech translation models
  • Movie subtitle generation in bilingual format
  • Evaluation for multilingual speech understanding systems

πŸ› οΈ How to Load

from datasets import load_dataset

dataset = load_dataset("DataLabX/ScreenTalk_JA2ZH")

πŸ“„ License

CC BY-NC 4.0 This dataset is made available for research and non-commercial use only.


🧠 Citation

If you use this dataset, please cite:

@misc{datalabx2025screentalkja2zh,
  title = {ScreenTalk_JA2ZH: Japanese Audio with Chinese Translations},
  author = {DataLabX},
  year = {2025},
  howpublished = {\url{https://huggingface.co/datasets/DataLabX/ScreenTalk_JA2ZH}},
}
Downloads last month
41