retkowski commited on
Commit
1cb5304
1 Parent(s): a8d6c71

Update paper reference

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
 
15
  # From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
16
 
17
- We present <span style="font-variant:small-caps; font-weight:700;">YTSeg</span>, a topically and structurally diverse benchmark for the text segmentation task based on YouTube transcriptions. The dataset comprises 19,299 videos from 393 channels, amounting to 6,533 content hours. The topics are wide-ranging, covering domains such as science, lifestyle, politics, health, economy, and technology. The videos are from various types of content formats, such as podcasts, lectures, news, corporate events \& promotional content, and, more broadly, videos from individual content creators. We refer to the [paper](https://arxiv.org/abs/2402.17633) for further information.
18
 
19
  ## Data Overview
20
 
@@ -85,14 +85,21 @@ test_data = get_title_partition('test')
85
 
86
  ## Citing
87
 
88
- We kindly request you to cite our corresponding paper (accepted to EACL 2024) if you use our dataset.
89
 
90
  ```
91
- @article{retkowski2024ytseg,
92
- title={From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions},
93
- author={Retkowski, Fabian and Waibel, Alexander},
94
- journal={arXiv preprint arXiv:2402.17633},
95
- year={2024}
 
 
 
 
 
 
 
96
  }
97
  ```
98
 
 
14
 
15
  # From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
16
 
17
+ We present <span style="font-variant:small-caps; font-weight:700;">YTSeg</span>, a topically and structurally diverse benchmark for the text segmentation task based on YouTube transcriptions. The dataset comprises 19,299 videos from 393 channels, amounting to 6,533 content hours. The topics are wide-ranging, covering domains such as science, lifestyle, politics, health, economy, and technology. The videos are from various types of content formats, such as podcasts, lectures, news, corporate events \& promotional content, and, more broadly, videos from individual content creators. We refer to the [paper](https://aclanthology.org/2024.eacl-long.25/) for further information.
18
 
19
  ## Data Overview
20
 
 
85
 
86
  ## Citing
87
 
88
+ We kindly request you to cite our corresponding EACL 2024 paper if you use our dataset.
89
 
90
  ```
91
+ @inproceedings{retkowski-waibel-2024-text,
92
+ title = "From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions",
93
+ author = "Retkowski, Fabian and Waibel, Alexander",
94
+ editor = "Graham, Yvette and Purver, Matthew",
95
+ booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers)",
96
+ month = mar,
97
+ year = "2024",
98
+ address = "St. Julian{'}s, Malta",
99
+ publisher = "Association for Computational Linguistics",
100
+ url = "https://aclanthology.org/2024.eacl-long.25",
101
+ pages = "406--419",
102
+ 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.",
103
  }
104
  ```
105