TEDtalk-en-ja
This dataset comprises Japanese‑English translation pairs extracted from the Multitarget TED Talks (MTTT) dataset, based on TED talks. The data originates from WIT³ and is used in the IWSLT machine translation evaluation campaign. It contains a single training split with 158,535 examples, each consisting of an English sentence and a Japanese sentence. The dataset is released under the CC BY‑NC‑ND 4.0 license, requiring acknowledgment of TED's contribution.
Dataset description and usage context
TEDtalk-en-ja Dataset Overview
Dataset Summary
This dataset consists of Japanese‑English bilingual pairs extracted from MTTT (Multitarget TED Talks), a multi‑target bilingual text collection based on TED Talks. The source is WIT³, and the data have also been used in the IWSLT machine translation evaluation activities.
Dataset Information
- Languages: English (en) and Japanese (ja)
- License: CC BY‑NC‑ND 4.0
- Task Category: Translation
Features
- Translation:
- en: string type
- ja: string type
Data Splits
- Training Set:
- File Size: 35279668 bytes
- Number of Samples: 158535
Download and Size
- Download Size: 20322391 bytes
- Dataset Size: 35279668 bytes
Configuration
- Default Config:
- Data Files:
- Split: training
- Path: data/train-*
- Data Files:
Usage
from datasets import load_dataset
dataset = load_dataset("Hoshikuzu/TEDtalk-en-ja")
If loading takes too long, streaming can be used:
from datasets import load_dataset
dataset = load_dataset("Hoshikuzu/TEDtalk-en-ja", streaming=True)
Data Example
{
"en": "(Applause) David Gallo: This is Bill Lange. Im Dave Gallo. ",
"ja": "(拍手)、デイビッド:彼はビル・ラング、私はデイブ・ガロです。"
}
Data Splits
Only a train split is provided.
License Information
The dataset is released under CC BY‑NC‑ND 4.0. TED states this license on its website and requires acknowledgment of TED's copyright when using the data.
Citation
@misc{duh18multitarget,
author = {Kevin Duh},
title = {The Multitarget TED Talks Task},
howpublished = {url{http://www.cs.jhu.edu/~kevinduh/a/multitarget-tedtalks/}},
year = {2018},
}
Pair the dataset with AI analysis and content workflows.
Once the source passes your review, move straight into summarization, transformation, report drafting, or presentation generation with the JuheAI toolchain.