Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
Adamiros commited on
Commit
13db280
1 Parent(s): 4bb68f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -38,13 +38,14 @@ Only 5 basic news categories are considered:
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ý},
@@ -54,4 +55,4 @@ This dataset was created for use within the [Czech-Bench](https://gitlab.com/jir
54
  primaryClass={cs.CL},
55
  url={https://arxiv.org/abs/2307.10666},
56
  }
57
- '''
 
38
  4. Kultura (Culture)
39
  5. Ekonomika (Economy)
40
 
41
+ The test set includes 200 examples per category, 1000 examples in total.
42
+ Apart from the category label, each example also contains the article's headline, brief summary, full textual content, optional keywords, original category specification, and URL.
43
 
44
  This dataset was created for use within the [Czech-Bench](https://gitlab.com/jirkoada/czech-bench) evaluation framework.
45
 
46
  ## Citation
47
 
48
+ ```bibtex
49
  @misc{kydlíček2023datasetstrongbaselinesclassification,
50
  title={A Dataset and Strong Baselines for Classification of Czech News Texts},
51
  author={Hynek Kydlíček and Jindřich Libovický},
 
55
  primaryClass={cs.CL},
56
  url={https://arxiv.org/abs/2307.10666},
57
  }
58
+ ```