nljubesi commited on
Commit
ee3930c
1 Parent(s): 3428c69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -41,3 +41,39 @@ configs:
41
  - split: train
42
  path: data/train-*
43
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  - split: train
42
  path: data/train-*
43
  ---
44
+ # The Croatian Parliamentary Spoken Dataset ParlaSpeech-HR 2.0
45
+
46
+ http://hdl.handle.net/11356/1914
47
+
48
+ The ParlaSpeech-HR dataset is built from the transcripts of parliamentary proceedings available in the Croatian part of the ParlaMint corpus, and the parliamentary recordings available from the Croatian Parliament's YouTube channel.
49
+
50
+ 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 (80% of the content is below 30 seconds).
51
+
52
+ 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.
53
+
54
+ 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.).
55
+
56
+ Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed.
57
+
58
+ If you use the dataset, please cite the following paper:
59
+
60
+ ```
61
+ @inproceedings{ljubesic-etal-2022-parlaspeech,
62
+ title = "{P}arla{S}peech-{HR} - a Freely Available {ASR} Dataset for {C}roatian Bootstrapped from the {P}arla{M}int Corpus",
63
+ author = "Ljube{\v{s}}i{\'c}, Nikola and
64
+ Kor{\v{z}}inek, Danijel and
65
+ Rupnik, Peter and
66
+ Jazbec, Ivo-Pavao",
67
+ editor = "Fi{\v{s}}er, Darja and
68
+ Eskevich, Maria and
69
+ Lenardi{\v{c}}, Jakob and
70
+ de Jong, Franciska",
71
+ booktitle = "Proceedings of the Workshop ParlaCLARIN III within the 13th Language Resources and Evaluation Conference",
72
+ month = jun,
73
+ year = "2022",
74
+ address = "Marseille, France",
75
+ publisher = "European Language Resources Association",
76
+ url = "https://aclanthology.org/2022.parlaclarin-1.16",
77
+ pages = "111--116",
78
+ }
79
+ ```