Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,31 @@ dataset_info:
|
|
27 |
download_size: 2670339
|
28 |
dataset_size: 3898211
|
29 |
---
|
30 |
-
#
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
download_size: 2670339
|
28 |
dataset_size: 3898211
|
29 |
---
|
30 |
+
# Simplified Czech News dataset
|
31 |
|
32 |
+
This is a simplified and subsampled test subset from the original [czech_news_dataset_v2](https://huggingface.co/datasets/hynky/czech_news_dataset_v2).
|
33 |
+
|
34 |
+
Only 5 basic news categories are considered:
|
35 |
+
~~~~ 1\) Zahraniční (Foreign)
|
36 |
+
~~~~ 2\) Domácí (Local)
|
37 |
+
~~~~ 3\) Sport (Sport)
|
38 |
+
~~~~ 4\) Kultura (Culture)
|
39 |
+
~~~~ 5\) Ekonomika (Economy)
|
40 |
+
|
41 |
+
The test set includes 200 examples per category, 1000 examples in total. Apart from the category label, each example also contains the article's headline, brief summary, full textual content, optional keywords, original category spcification, and original URL.
|
42 |
+
|
43 |
+
This dataset was created for use within the [Czech-Bench](https://gitlab.com/jirkoada/czech-bench) evaluation framework.
|
44 |
+
|
45 |
+
## Citation
|
46 |
+
|
47 |
+
'''
|
48 |
+
@misc{kydlíček2023datasetstrongbaselinesclassification,
|
49 |
+
title={A Dataset and Strong Baselines for Classification of Czech News Texts},
|
50 |
+
author={Hynek Kydlíček and Jindřich Libovický},
|
51 |
+
year={2023},
|
52 |
+
eprint={2307.10666},
|
53 |
+
archivePrefix={arXiv},
|
54 |
+
primaryClass={cs.CL},
|
55 |
+
url={https://arxiv.org/abs/2307.10666},
|
56 |
+
}
|
57 |
+
'''
|