ylacombe commited on
Commit
6fad2f0
·
verified ·
1 Parent(s): fb6aa23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -36,4 +36,46 @@ configs:
36
  path: data/CC_BY_SA_3.0-*
37
  - split: CC_BY_ND_3.0
38
  path: data/CC_BY_ND_3.0-*
 
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  path: data/CC_BY_SA_3.0-*
37
  - split: CC_BY_ND_3.0
38
  path: data/CC_BY_ND_3.0-*
39
+ license: cc
40
  ---
41
+
42
+ # Some Podcasts
43
+
44
+ Podcasts are taken from the [PodcastFillers dataset](https://podcastfillers.github.io/). The PodcastFillers dataset consists of 199 full-length podcast episodes in English with manually annotated filler words and automatically generated transcripts. The podcast audio recordings, sourced from SoundCloud, are CC-licensed, gender-balanced, and total 145 hours of audio from over 350 speakers.
45
+
46
+ > [!TIP]
47
+ > This dataset doesn't upload the PodcastFillers annotations, which are under a non-commercial license. See [here](https://podcastfillers.github.io/license/) for more details.
48
+
49
+
50
+ ## Length by license type
51
+
52
+ **CC_BY 3.0:**
53
+ Total length: 73.6 h. Mean length: 44.2 min
54
+
55
+ **CC_BY SA 3.0:**
56
+ Total length: 54.9 h. Mean length: 41.7 min
57
+
58
+ **CC_BY ND 3.0 :**
59
+ Total length: 16.7 h. Mean length: 50 min
60
+
61
+ ## License
62
+
63
+ See [here](https://podcastfillers.github.io/license/) for more details. The licenses are also in the metadata.
64
+
65
+ ## Citation Information
66
+
67
+ ```
68
+ @inproceedings{Zhu:FillerWords:INTERSPEECH:22,
69
+ title = {Filler Word Detection and Classification: A Dataset and Benchmark},
70
+ booktitle = {23rd Annual Cong.~of the Int.~Speech Communication Association (INTERSPEECH)},
71
+ address = {Incheon, Korea},
72
+ month = {Sep.},
73
+ url = {https://arxiv.org/abs/2203.15135},
74
+ author = {Zhu, Ge and Caceres, Juan-Pablo and Salamon, Justin},
75
+ year = {2022},
76
+ }
77
+ ```
78
+
79
+ ### Contributions
80
+
81
+ Thanks to [@ylacombe](https://github.com/ylacombe) for adding this dataset.