large-scale, two-speaker, full-duplex spoken-dialogue corpus built from public podcast feeds. This repository distributes no audio
| File | Rows | Hours |
|---|---|---|
duplexchat_manifest_en.jsonl.gz | 15,304,412 | 282,634 |
duplexchat_manifest_ja.jsonl.gz | 7,329,011 | 132,723 |
manifest_counts.json holds the same totals.
Each line is one two-speaker dialogue clip:
{
"language": "en-us",
"rss_url": "https://.../podcast/rss",
"audio_url": "https://.../episode.mp3",
"dialogue_idx": 1,
"episode_start_sec": 80.22,
"episode_end_sec": 708.44,
"duration_sec": 628.22,
"speakers": ["SPEAKER_04", "SPEAKER_02"],
"episode_duration_sec": 2165.52
}
rss_url — the source podcast feed.audio_url — the source episode audio (download target).episode_start_sec / episode_end_sec — the dialogue span within the episode.duration_sec — span length.speakers — the two diarized speaker labels for the clip.Rows are deduplicated globally by (audio_url, dialogue_idx).
audio_url.[episode_start_sec, episode_end_sec].The construction pipeline is released separately.
MIT Note that all rights regarding the audio content and RSS content belongs to the respective right holders.
5 commits
large-scale, two-speaker, full-duplex spoken-dialogue corpus built from public podcast feeds. This repository distributes no audio
| File | Rows | Hours |
|---|---|---|
duplexchat_manifest_en.jsonl.gz | 15,304,412 | 282,634 |
duplexchat_manifest_ja.jsonl.gz | 7,329,011 | 132,723 |
manifest_counts.json holds the same totals.
Each line is one two-speaker dialogue clip:
{
"language": "en-us",
"rss_url": "https://.../podcast/rss",
"audio_url": "https://.../episode.mp3",
"dialogue_idx": 1,
"episode_start_sec": 80.22,
"episode_end_sec": 708.44,
"duration_sec": 628.22,
"speakers": ["SPEAKER_04", "SPEAKER_02"],
"episode_duration_sec": 2165.52
}
rss_url — the source podcast feed.audio_url — the source episode audio (download target).episode_start_sec / episode_end_sec — the dialogue span within the episode.duration_sec — span length.speakers — the two diarized speaker labels for the clip.Rows are deduplicated globally by (audio_url, dialogue_idx).
audio_url.[episode_start_sec, episode_end_sec].The construction pipeline is released separately.
MIT Note that all rights regarding the audio content and RSS content belongs to the respective right holders.
5 commits