5roop commited on
Commit
ccc8566
1 Parent(s): 9074431

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -97,4 +97,36 @@ dataset_info:
97
  ---
98
  # Dataset Card for "ParlaSpeech-CZ.v1.0"
99
 
100
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ---
98
  # Dataset Card for "ParlaSpeech-CZ.v1.0"
99
 
100
+
101
+ The ParlaSpeech-CZ dataset is built from the transcripts of parliamentary proceedings available in the Czech part of the ParlaMint corpus, and the parliamentary recordings available from the Czech Parliament's YouTube channel.
102
+
103
+ 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.
104
+
105
+ 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.
106
+
107
+ 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.).
108
+
109
+ Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed.
110
+
111
+ If you use the dataset, please cite the following paper:
112
+
113
+ ```
114
+ @inproceedings{ljubesic-etal-2022-parlaspeech,
115
+ title = "{P}arla{S}peech-{HR} - a Freely Available {ASR} Dataset for {C}roatian Bootstrapped from the {P}arla{M}int Corpus",
116
+ author = "Ljube{\v{s}}i{\'c}, Nikola and
117
+ Kor{\v{z}}inek, Danijel and
118
+ Rupnik, Peter and
119
+ Jazbec, Ivo-Pavao",
120
+ editor = "Fi{\v{s}}er, Darja and
121
+ Eskevich, Maria and
122
+ Lenardi{\v{c}}, Jakob and
123
+ de Jong, Franciska",
124
+ booktitle = "Proceedings of the Workshop ParlaCLARIN III within the 13th Language Resources and Evaluation Conference",
125
+ month = jun,
126
+ year = "2022",
127
+ address = "Marseille, France",
128
+ publisher = "European Language Resources Association",
129
+ url = "https://aclanthology.org/2022.parlaclarin-1.16",
130
+ pages = "111--116",
131
+ }
132
+ ```