Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Serbian
Libraries:
Datasets
Dask
nljubesi commited on
Commit
a6896e5
·
verified ·
1 Parent(s): df515ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -53,3 +53,39 @@ configs:
53
  - split: train
54
  path: data/train-*
55
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  - split: train
54
  path: data/train-*
55
  ---
56
+ # The Serbian Parliamentary Spoken Dataset ParlaSpeech-RS 1.0
57
+
58
+ http://hdl.handle.net/11356/1834
59
+
60
+ The ParlaSpeech-RS dataset is built from the transcripts of parliamentary proceedings available in the Serbian part of the ParlaMint corpus, and the parliamentary recordings available from the Serbian Parliament's YouTube channel.
61
+
62
+ 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. Sequences longer than 30 seconds have already been removed from this dataset, which should allow for a simple usage on most modern GPUs.
63
+
64
+ Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via the utterance ID and character offsets.
65
+
66
+ While in the original dataset all the speaker information from the ParlaMint corpus is available via the `speaker_info` attribute, in the HuggingFace version only a subset of metadata is available, namely: 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 (left, right, centre etc.).
67
+
68
+ Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed. Also, different to the other ParlaSpeech corpora on HuggingFace, this dataset has two additional text columns, `text_cyrillic` and `text_cyrillic_normalised`, with Cyrillic transliteration of the corresponding columns, for simplicity, given that Serbian is a digraphic language.
69
+
70
+ If you use the dataset, please cite the following paper:
71
+
72
+ ```
73
+ @inproceedings{ljubesic-etal-2022-parlaspeech,
74
+ title = "{P}arla{S}peech-{HR} - a Freely Available {ASR} Dataset for {C}roatian Bootstrapped from the {P}arla{M}int Corpus",
75
+ author = "Ljube{\v{s}}i{\'c}, Nikola and
76
+ Kor{\v{z}}inek, Danijel and
77
+ Rupnik, Peter and
78
+ Jazbec, Ivo-Pavao",
79
+ editor = "Fi{\v{s}}er, Darja and
80
+ Eskevich, Maria and
81
+ Lenardi{\v{c}}, Jakob and
82
+ de Jong, Franciska",
83
+ booktitle = "Proceedings of the Workshop ParlaCLARIN III within the 13th Language Resources and Evaluation Conference",
84
+ month = jun,
85
+ year = "2022",
86
+ address = "Marseille, France",
87
+ publisher = "European Language Resources Association",
88
+ url = "https://aclanthology.org/2022.parlaclarin-1.16",
89
+ pages = "111--116",
90
+ }
91
+ ```