Fabian Retkowski commited on
Commit
d018535
·
1 Parent(s): d12ad75

Update README, add structured transcript targets

Browse files
README.md CHANGED
@@ -40,28 +40,61 @@ We present <span style="font-variant:small-caps; font-weight:700;">YTSeg</span>,
40
 
41
  ## Data Overview
42
 
43
- ### <span style="font-variant:small-caps;">YTSeg</span>
 
 
 
44
 
45
- Each video is represented as a JSON object with the following fields:
46
 
 
47
 
48
- | Field | Description |
49
- |--------------|------------------------------------------------|
50
- | `text` | A flat list of sentences. |
51
- | `targets` | The target segmentation as string of binary values (e.g., `000100000010`). |
52
- | `channel_id` | The YouTube channel ID which this video belongs to. |
53
- | `video_id` | The YouTube video ID. |
54
- | `audio_path` | Path to the .mp3 file of the video |
55
- | `chapters` | A list of chapter titles corresponding to each segment |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  | Partition | # Examples |
58
  |------------|--------------|
59
  | Training | 16,404 (85%) |
60
  | Validation | 1,447 (7.5%) |
61
  | Testing | 1,448 (7.5%) |
62
- | Total | 19,229 |
63
 
64
- ### <span style="font-variant:small-caps;">YTSeg[Titles]</span>
65
 
66
  Each chapter of a video is represented as a JSON object with the following fields:
67
 
@@ -132,7 +165,8 @@ We kindly request you to cite our corresponding EACL 2024 paper if you use our d
132
  ```
133
  ## Changelog
134
 
135
- - 25.07.2024 -- Added complete list of chapter titles to `YTSeg` (`YTSeg[Titles]` is a filtered subset)
 
136
  - 09.04.2024 -- Added audio data
137
  - 27.02.2024 -- Initial release
138
 
 
40
 
41
  ## Data Overview
42
 
43
+ We offer three dataset subsets:
44
+ - **Text** — For text-based segmentation and chaptering approaches using transcripts.
45
+ - **Audio** — For audio-based chaptering approaches with embedded audio.
46
+ - **Titles** — For chapter title generation given segment text (relevant for two-stage approaches).
47
 
48
+ ### <span style="font-variant:small-caps;">YTSeg</span> (Text)
49
 
50
+ Each video is represented as a JSON object. The fields are organized into three categories: **Transcripts**, **Target Representations**, and **Metadata**.
51
 
52
+ #### Transcripts
53
+
54
+ We provide three transcript variants for each video: the original reference transcript and two ASR-generated transcripts using Whisper models.
55
+
56
+ | Field | Description |
57
+ |--------|-------------|
58
+ | `text_ref` | Reference transcript as a flat list of sentences. |
59
+ | `text_wt` | Whisper-tiny ASR transcript as a flat list of sentences. |
60
+ | `text_wl` | Whisper-large ASR transcript as a flat list of sentences. |
61
+
62
+ #### Target Representations
63
+
64
+ Multiple target formats are provided for different modeling approaches.
65
+
66
+ | Field | Description |
67
+ |--------|-------------|
68
+ | `target_binary_ref` | Binary segmentation labels for reference transcript (e.g., `\|=000100000010`). |
69
+ | `target_binary_wt` | Binary segmentation labels for Whisper-tiny transcript. |
70
+ | `target_binary_wl` | Binary segmentation labels for Whisper-large transcript. |
71
+ | `target_text_ref` | Structured transcript with chapter markers (e.g., `[CSTART] Title [CEND] text...`). |
72
+ | `target_text_ts_ref` | Structured transcript with timestamped chapter markers (e.g., `[CSTART] 00:01:23 - Title [CEND] text...`). |
73
+ | `target_ts` | Timestamped chapter markers only (e.g., `[CSTART] 00:01:23 - Title [CEND]\n...`). |
74
+
75
+ #### Metadata
76
+
77
+ | Field | Description |
78
+ |--------|-------------|
79
+ | `audio_path` | Path to the .mp3 file of the video. |
80
+ | `chapter_titles` | A list of chapter titles corresponding to each segment. |
81
+ | `channel_id` | The YouTube channel ID which this video belongs to. |
82
+ | `video_id` | The YouTube video ID. |
83
+ | `speaker_category` | Speaker classification: `single`, `single_weak`, or `multiple`. |
84
+ | `dominant_speaker_proportion` | Proportion of speech from the dominant speaker (0.0-1.0). |
85
+ | `num_speakers` | Number of detected speakers in the video. |
86
+ | `duration` | Video duration in seconds. |
87
+
88
+ #### Partition Statistics
89
 
90
  | Partition | # Examples |
91
  |------------|--------------|
92
  | Training | 16,404 (85%) |
93
  | Validation | 1,447 (7.5%) |
94
  | Testing | 1,448 (7.5%) |
95
+ | Total | 19,299 |
96
 
97
+ ### <span style="font-variant:small-caps;">YTSeg</span> (Titles)
98
 
99
  Each chapter of a video is represented as a JSON object with the following fields:
100
 
 
165
  ```
166
  ## Changelog
167
 
168
+ - 20.01.2025 -- Major data update: Added ASR transcripts, structured transcript targets with timestamps, and metadata for finer-grained analysis
169
+ - 25.07.2024 -- Added complete list of chapter titles to `YTSeg` (`YTSeg[Titles]` is a filtered subset)
170
  - 09.04.2024 -- Added audio data
171
  - 27.02.2024 -- Initial release
172
 
data/partitions/yt_seg.test.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e41fc0019bee2ab4bf6c03823ee5ab789210a30754c11655a98a4087439958a
3
- size 85780628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e827c3b3e6fcd058687686c6396e2d8c6f290a010cf7cc8b3d17df35abe34183
3
+ size 142531920
data/partitions/yt_seg.train.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eeb7d31509335131f2501ad7ba8fdeb63507d693f0eddba6ca9e14ff80d6d769
3
- size 948063650
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41fdb4e337bf4017f3838959b5af652a0036a8c1c86aeead1cd0c0e45c7d90a
3
+ size 1573455248
data/partitions/yt_seg.val.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c41823a20c670db633d01320c329c5d7ddd6ce4db8f42ac3552bb6ad3af78d57
3
- size 85375471
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b6277b33d29f6114cf557fc97f933a64dcb8adba77403641f400a0ac7b21d2
3
+ size 141752190