Update README.md
Browse files
README.md
CHANGED
@@ -98,9 +98,9 @@ dataset_info:
|
|
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
|
102 |
|
103 |
-
The
|
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 |
|
@@ -108,7 +108,7 @@ While in the original dataset all the speaker information from the ParlaMint cor
|
|
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
|
112 |
|
113 |
```
|
114 |
@inproceedings{ljubesic-etal-2022-parlaspeech,
|
@@ -129,4 +129,22 @@ If you use the dataset, please cite the following paper:
|
|
129 |
url = "https://aclanthology.org/2022.parlaclarin-1.16",
|
130 |
pages = "111--116",
|
131 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
```
|
|
|
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 (http://hdl.handle.net/11356/1859), and the parliamentary recordings available from the AudioPSP dataset (https://hdl.handle.net/11234/1-5404).
|
102 |
|
103 |
+
The dataset 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 |
|
|
|
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 papers:
|
112 |
|
113 |
```
|
114 |
@inproceedings{ljubesic-etal-2022-parlaspeech,
|
|
|
129 |
url = "https://aclanthology.org/2022.parlaclarin-1.16",
|
130 |
pages = "111--116",
|
131 |
}
|
132 |
+
|
133 |
+
@inproceedings{10.1007/978-3-030-83527-9_25,
|
134 |
+
author="Kopp, Maty{\'a}{\v{s}}
|
135 |
+
and Stankov, Vladislav
|
136 |
+
and Kr{\r{u}}za, Jan Old{\v{r}}ich
|
137 |
+
and Stra{\v{n}}{\'a}k, Pavel
|
138 |
+
and Bojar, Ond{\v{r}}ej",
|
139 |
+
editor="Ek{\v{s}}tein, Kamil
|
140 |
+
and P{\'a}rtl, Franti{\v{s}}ek
|
141 |
+
and Konop{\'i}k, Miloslav",
|
142 |
+
title="ParCzech 3.0: A Large Czech Speech Corpus with Rich Metadata",
|
143 |
+
booktitle="Text, Speech, and Dialogue",
|
144 |
+
year="2021",
|
145 |
+
publisher="Springer International Publishing",
|
146 |
+
address="Cham",
|
147 |
+
pages="293--304",
|
148 |
+
isbn="978-3-030-83527-9"
|
149 |
+
}
|
150 |
```
|