erikbozik commited on
Commit
2cb7e71
·
verified ·
1 Parent(s): a37e9db

update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -39,13 +39,13 @@ tags:
39
  - legal
40
  - politics
41
  - whisper
42
- pretty_name: Slovak Parliamentary ASR Corpus
43
  size_categories:
44
  - 1M<n<10M
45
  license: cc-by-4.0
46
  ---
47
 
48
- # Slovak Parliamentary ASR Corpus
49
 
50
  This dataset contains **aligned and segmented Slovak speech–text pairs** sourced from official plenary session recordings of the **Slovak National Council** (Národná rada Slovenskej republiky).
51
  It was prepared by collecting raw audio from [MediaPortál NR SR](https://tv.nrsr.sk) and matching it with official full-text transcripts from the [Joint Czech and Slovak Digital Parliamentary Library](https://www.nrsr.sk/dl/).
@@ -143,5 +143,14 @@ sample["audio"]["array"] # numpy waveform
143
  ```
144
 
145
  ## Citation & Paper
146
-
147
- Coming soon
 
 
 
 
 
 
 
 
 
 
39
  - legal
40
  - politics
41
  - whisper
42
+ pretty_name: SloPalSpeech
43
  size_categories:
44
  - 1M<n<10M
45
  license: cc-by-4.0
46
  ---
47
 
48
+ # SloPalSpeech
49
 
50
  This dataset contains **aligned and segmented Slovak speech–text pairs** sourced from official plenary session recordings of the **Slovak National Council** (Národná rada Slovenskej republiky).
51
  It was prepared by collecting raw audio from [MediaPortál NR SR](https://tv.nrsr.sk) and matching it with official full-text transcripts from the [Joint Czech and Slovak Digital Parliamentary Library](https://www.nrsr.sk/dl/).
 
143
  ```
144
 
145
  ## Citation & Paper
146
+ For more details, please see our paper on [arXiv](https://arxiv.org/abs/2509.19270). If you use this dataset in your work, please cite it as:
147
+
148
+ @misc{božík2025slopalspeech28000hourslovakspeech,
149
+ title={SloPalSpeech: A 2,8000-Hour Slovak Speech Corpus from Parliamentary Data},
150
+ author={Erik Božík and Marek Šuppa},
151
+ year={2025},
152
+ eprint={2509.19270},
153
+ archivePrefix={arXiv},
154
+ primaryClass={cs.CL},
155
+ url={https://arxiv.org/abs/2509.19270},
156
+ }