--- dataset_info: features: - name: session_num dtype: int64 - name: snapshot dtype: date32 - name: session_name dtype: string - name: segment_num dtype: int64 - name: speaker dtype: string - name: first_name dtype: string - name: last_name dtype: string - name: role dtype: string - name: transcript dtype: string - name: transcriber_notes sequence: string - name: id dtype: int64 splits: - name: train num_bytes: 516425482 num_examples: 330183 download_size: 287318835 dataset_size: 516425482 configs: - config_name: default data_files: - split: train path: data/train-* task_categories: - text-generation - text-classification language: - sk tags: - legal - politic - transcripts - parliament - slovak pretty_name: Slovak Plenary Transcript Corpus (2001–2024) size_categories: - 100K 💡 **Note:** > The fields `first_name`, `last_name`, and `role` were derived from the original `speaker` field using **regex** or **manual inspection**. Similarly, the `transcriber_notes` field was extracted using **regex matching**. A session is uniquely identified by the combination of `session_num` and `session_name`. In rare cases, these fields may be null. Such edge cases typically did not follow typical regular patterns and could not be reliably identified. Each `segment_num` represents a sequential speech segment within the session. ## 📝 Citation & Paper 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: ```bibtex @misc{božík2025slopalspeech2800hourslovakspeech, title={SloPalSpeech: A 2,800-Hour Slovak Speech Corpus from Parliamentary Data}, author={Erik Božík and Marek Šuppa}, year={2025}, eprint={2509.19270}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2509.19270}, } ```