Datasets:

Modalities:
Text
Formats:
csv
Languages:
Ukrainian
Libraries:
Datasets
pandas
License:
dardem commited on
Commit
2bac3df
·
verified ·
1 Parent(s): c183e8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: openrail++
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - uk
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
+
11
+ ## Ukrainian Formality (seminatural)
12
+
13
+ We obtained formality classification data for Ukrainian from various sources: Ukrainian legal acts, fiction, news. The data can be used to tune and test Ukrainian formality classification models closer to real-life scenarious!
14
+
15
+ Labels information: 0 - informal, 1 - formal.
16
+
17
+ ## Citation
18
+
19
+ ```
20
+ @inproceedings{dementieva-etal-2025-cross,
21
+ title = "Cross-lingual Text Classification Transfer: The Case of {U}krainian",
22
+ author = "Dementieva, Daryna and
23
+ Khylenko, Valeriia and
24
+ Groh, Georg",
25
+ editor = "Rambow, Owen and
26
+ Wanner, Leo and
27
+ Apidianaki, Marianna and
28
+ Al-Khalifa, Hend and
29
+ Eugenio, Barbara Di and
30
+ Schockaert, Steven",
31
+ booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
32
+ month = jan,
33
+ year = "2025",
34
+ address = "Abu Dhabi, UAE",
35
+ publisher = "Association for Computational Linguistics",
36
+ url = "https://aclanthology.org/2025.coling-main.97/",
37
+ pages = "1451--1464",
38
+ abstract = "Despite the extensive amount of labeled datasets in the NLP text classification field, the persistent imbalance in data availability across various languages remains evident. To support further fair development of NLP models, exploring the possibilities of effective knowledge transfer to new languages is crucial. Ukrainian, in particular, stands as a language that still can benefit from the continued refinement of cross-lingual methodologies. Due to our knowledge, there is a tremendous lack of Ukrainian corpora for typical text classification tasks, i.e., different types of style, or harmful speech, or texts relationships. However, the amount of resources required for such corpora collection from scratch is understandable. In this work, we leverage the state-of-the-art advances in NLP, exploring cross-lingual knowledge transfer methods avoiding manual data curation: large multilingual encoders and translation systems, LLMs, and language adapters. We test the approaches on three text classification tasks{---}toxicity classification, formality classification, and natural language inference (NLI){---}providing the {\textquotedblleft}recipe{\textquotedblright} for the optimal setups for each task."
39
+ }
40
+ ```