Update README.md
Browse files
README.md
CHANGED
|
@@ -103,4 +103,16 @@ Each dataset sample is a dictionary with the following fields:
|
|
| 103 |
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.
|
| 104 |
Each `segment_num` represents a sequential speech segment within the session.
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
```
|
|
|
|
| 103 |
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.
|
| 104 |
Each `segment_num` represents a sequential speech segment within the session.
|
| 105 |
|
| 106 |
+
## 📝 Citation & Paper
|
| 107 |
+
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:
|
| 108 |
+
```bibtex
|
| 109 |
+
@misc{božík2025slopalspeech28000hourslovakspeech,
|
| 110 |
+
title={SloPalSpeech: A 2,8000-Hour Slovak Speech Corpus from Parliamentary Data},
|
| 111 |
+
author={Erik Božík and Marek Šuppa},
|
| 112 |
+
year={2025},
|
| 113 |
+
eprint={2509.19270},
|
| 114 |
+
archivePrefix={arXiv},
|
| 115 |
+
primaryClass={cs.CL},
|
| 116 |
+
url={https://arxiv.org/abs/2509.19270},
|
| 117 |
+
}
|
| 118 |
```
|