Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
nljubesi commited on
Commit
ed58c93
1 Parent(s): 759e9da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -49,3 +49,38 @@ configs:
49
  - split: train
50
  path: data/train-*
51
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  - split: train
50
  path: data/train-*
51
  ---
52
+
53
+ # The Polish Parliamentary Spoken Dataset ParlaSpeech-PL 1.0
54
+
55
+ http://hdl.handle.net/11356/1686
56
+
57
+ The ParlaSpeech-PL dataset is built from the transcripts of parliamentary proceedings available in the Polish part of the ParlaMint corpus, and the parliamentary recordings available from the Polish Parliament's YouTube channel.
58
+
59
+ The corpus consists of audio segments that correspond to specific sentences in the transcripts. The transcript contains word-level alignments to the recordings, each instance consisting of character and millisecond start and end offsets, allowing for simple further segmentation of long sentences into shorter segments for ASR and other memory-sensitive applications. There is also an audio length attribute, allowing for simple discarding of too long segments (most segments are below 30 seconds).
60
+
61
+ Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via utterance IDs and character offsets.
62
+
63
+ While in the original dataset all the speaker information from the ParlaMint corpus is available via the "speaker_info" key, in the HuggingFace version of the dataset the date, the name of the speaker, their gender, year of birth, party affiliation at that point in time, status of the party at that point in time (coalition or opposition) and party orientation are given.
64
+
65
+ If you use the dataset, please cite the following paper:
66
+
67
+ ```
68
+ @inproceedings{ljubesic-etal-2022-parlaspeech,
69
+ title = "{P}arla{S}peech-{HR} - a Freely Available {ASR} Dataset for {C}roatian Bootstrapped from the {P}arla{M}int Corpus",
70
+ author = "Ljube{\v{s}}i{\'c}, Nikola and
71
+ Kor{\v{z}}inek, Danijel and
72
+ Rupnik, Peter and
73
+ Jazbec, Ivo-Pavao",
74
+ editor = "Fi{\v{s}}er, Darja and
75
+ Eskevich, Maria and
76
+ Lenardi{\v{c}}, Jakob and
77
+ de Jong, Franciska",
78
+ booktitle = "Proceedings of the Workshop ParlaCLARIN III within the 13th Language Resources and Evaluation Conference",
79
+ month = jun,
80
+ year = "2022",
81
+ address = "Marseille, France",
82
+ publisher = "European Language Resources Association",
83
+ url = "https://aclanthology.org/2022.parlaclarin-1.16",
84
+ pages = "111--116",
85
+ }
86
+ ```