Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Adamiros commited on
Commit
649ad30
1 Parent(s): 37971ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -28,4 +28,37 @@ configs:
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
 
 
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
31
+ task_categories:
32
+ - text-classification
33
+ language:
34
+ - en
35
+ pretty_name: Czech Subjectivity Dataset - English translation
36
  ---
37
+
38
+ # Czech Subjectivity Dataset - English translation
39
+
40
+ This is an English translation of the original [Subj-CS](https://huggingface.co/datasets/pauli31/czech-subjectivity-dataset) dataset, created using the [WMT 21 X-En](https://huggingface.co/facebook/wmt21-dense-24-wide-x-en) model.
41
+
42
+ The translation was completed for use within the prepared [Czech-Bench](https://gitlab.com/jirkoada/czech-bench) evaluation framework.
43
+ The script used for translation can be reviewed [here](https://gitlab.com/jirkoada/czech-bench/-/blob/main/benchmarks/dataset_translation.py?ref_type=heads).
44
+
45
+ ## Citation
46
+
47
+ Original dataset:
48
+
49
+ ```bibtex
50
+ @article{pib2022czech,
51
+ title={Czech Dataset for Cross-lingual Subjectivity Classification},
52
+ author={Pavel Přibáň and Josef Steinberger},
53
+ year={2022},
54
+ eprint={2204.13915},
55
+ archivePrefix={arXiv},
56
+ primaryClass={cs.CL}
57
+ }
58
+ ```
59
+
60
+ Czech-Bench proposal paper:
61
+
62
+ ```bibtex
63
+ TBA
64
+ ```