retkowski commited on
Commit
48028a0
1 Parent(s): 4f95fca

Added complete list of chapter titles to YTSeg

Browse files
README.md CHANGED
@@ -30,6 +30,7 @@ Each video is represented as a JSON object with the following fields:
30
  | `channel_id` | The YouTube channel ID which this video belongs to. |
31
  | `video_id` | The YouTube video ID. |
32
  | `audio_path` | Path to the .mp3 file of the video |
 
33
 
34
  | Partition | # Examples |
35
  |------------|--------------|
@@ -107,6 +108,11 @@ We kindly request you to cite our corresponding EACL 2024 paper if you use our d
107
  abstract = "Text segmentation is a fundamental task in natural language processing, where documents are split into contiguous sections. However, prior research in this area has been constrained by limited datasets, which are either small in scale, synthesized, or only contain well-structured documents. In this paper, we address these limitations by introducing a novel benchmark YTSeg focusing on spoken content that is inherently more unstructured and both topically and structurally diverse. As part of this work, we introduce an efficient hierarchical segmentation model MiniSeg, that outperforms state-of-the-art baselines. Lastly, we expand the notion of text segmentation to a more practical {``}smart chaptering{''} task that involves the segmentation of unstructured content, the generation of meaningful segment titles, and a potential real-time application of the models.",
108
  }
109
  ```
 
 
 
 
 
110
 
111
  ## License
112
 
 
30
  | `channel_id` | The YouTube channel ID which this video belongs to. |
31
  | `video_id` | The YouTube video ID. |
32
  | `audio_path` | Path to the .mp3 file of the video |
33
+ | `chapters` | A list of chapter titles corresponding to each segment |
34
 
35
  | Partition | # Examples |
36
  |------------|--------------|
 
108
  abstract = "Text segmentation is a fundamental task in natural language processing, where documents are split into contiguous sections. However, prior research in this area has been constrained by limited datasets, which are either small in scale, synthesized, or only contain well-structured documents. In this paper, we address these limitations by introducing a novel benchmark YTSeg focusing on spoken content that is inherently more unstructured and both topically and structurally diverse. As part of this work, we introduce an efficient hierarchical segmentation model MiniSeg, that outperforms state-of-the-art baselines. Lastly, we expand the notion of text segmentation to a more practical {``}smart chaptering{''} task that involves the segmentation of unstructured content, the generation of meaningful segment titles, and a potential real-time application of the models.",
109
  }
110
  ```
111
+ ## Changelog
112
+
113
+ - 25.07.2024 -- Added complete list of chapter titles to `YTSeg` (`YTSeg[Titles]` is a filtered subset)
114
+ - 09.04.2024 -- Added audio data
115
+ - 27.02.2024 -- Initial release
116
 
117
  ## License
118
 
data/partitions/yt_seg.test.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ebd6162a139d056150a5b26a40fcd78103699dc6c4bb4644622105c695df74e
3
- size 28520754
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd88785f9bb81e8e3973579d2124f8928f61691c561f32abaeeace1cf039ec4e
3
+ size 28917710
data/partitions/yt_seg.train.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89993f7961ece3c3f1cd1b59d10c53ad933ab5decf7b6e308043b2267eb9b724
3
- size 314396630
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb08146d3f022ea430156460d5586dedbcdaf20e374fee19d9754d08139202b4
3
+ size 318667662
data/partitions/yt_seg.val.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7fcb3f938e521ab5510f859b83350222c541d3074567a632fd807348799f669
3
- size 28345002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3fedbad305e395d7223a63a827fde52d2c7d8b927bc7b6ade571efcd8714905
3
+ size 28725378
data/yt_seg.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2012b9e46f06ed9f5d164177fe9ce38ac8b042595efe78f5aede2e51a441137
3
- size 370915479
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:facc61de7cef8946eeba8088fa4767356ffab817452d4ee451bc1af143cf03b9
3
+ size 375964324