Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
dardem commited on
Commit
748d1cc
1 Parent(s): 659f658

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -46,4 +46,15 @@ Labels: 0 - non-toxic, 1 - toxic.
46
  ```
47
  from datasets import load_dataset
48
  dataset = load_dataset("ukr-detect/ukr-toxicity-dataset")
 
 
 
 
 
 
 
 
 
 
 
49
  ```
 
46
  ```
47
  from datasets import load_dataset
48
  dataset = load_dataset("ukr-detect/ukr-toxicity-dataset")
49
+ ```
50
+
51
+ ## Citation
52
+
53
+ ```
54
+ @article{dementieva2024toxicity,
55
+ title={Toxicity Classification in Ukrainian},
56
+ author={Dementieva, Daryna and Khylenko, Valeriia and Babakov, Nikolay and Groh, Georg},
57
+ journal={arXiv preprint arXiv:2404.17841},
58
+ year={2024}
59
+ }
60
  ```