ypetruniv commited on
Commit
b2f2e69
·
verified ·
1 Parent(s): 6cb53b1

Upload 3 files

Browse files
Files changed (3) hide show
  1. LICENSE +62 -0
  2. README.md +91 -3
  3. sim_idioms.jsonl +0 -0
LICENSE ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ SimIdioms dataset — mixed license
2
+ =================================
3
+
4
+ This dataset contains content under different terms. Read carefully before
5
+ redistributing or building on this work.
6
+
7
+ -----------------------------------------------------------------------------
8
+ 1. ENGLISH-SIDE CONTENT AND CLUSTER STRUCTURE
9
+ -----------------------------------------------------------------------------
10
+
11
+ English idiom strings, figurative meanings, and example sentences derived from
12
+ the MIDAS corpus (Kim et al., 2025), plus the cluster-graph structure
13
+ (`id_` and the alignment between Ukrainian and English entries) are released
14
+ under
15
+
16
+ Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
17
+ https://creativecommons.org/licenses/by-sa/4.0/
18
+
19
+ This inherits from the MIDAS license. Any portion that originates from
20
+ Wiktionary remains governed by CC BY-SA 4.0 with attribution to the original
21
+ Wiktionary entries, redistribution under the same license, and explicit
22
+ indication of any modifications.
23
+
24
+ -----------------------------------------------------------------------------
25
+ 2. UKRAINIAN-SIDE CONTENT
26
+ -----------------------------------------------------------------------------
27
+
28
+ Ukrainian idiom strings, figurative meanings, and usage examples derived from:
29
+
30
+ - "Ukrainian-English and English-Ukrainian Phraseological Dictionary"
31
+ (Horot et al., 2024), Condor Publishing House. https://condor-books.com.ua/
32
+ - "Dictionary of Phraseological Units of the Ukrainian Language"
33
+ (Bilonozhenko et al., 2003).
34
+
35
+ are included **with the explicit permission of the respective publishers**
36
+ and are provided **STRICTLY FOR ACADEMIC RESEARCH USE**.
37
+
38
+ This portion of the dataset is NOT licensed under CC BY-SA 4.0. It may not be
39
+ redistributed, mirrored, or used for commercial purposes without separate
40
+ permission. Anyone wishing to use this portion for any non-academic purpose,
41
+ including commercial applications, must contact Condor Publishing House
42
+ directly.
43
+
44
+ -----------------------------------------------------------------------------
45
+ 3. CONTEXTUAL UKRAINIAN SENTENCES
46
+ -----------------------------------------------------------------------------
47
+
48
+ Contextual example sentences for Ukrainian idioms were retrieved from the
49
+ UberText fiction subset (Chaplynskyi, 2023). They are included here for
50
+ academic research and remain governed by the original UberText license terms.
51
+
52
+ -----------------------------------------------------------------------------
53
+ SUMMARY
54
+ -----------------------------------------------------------------------------
55
+
56
+ By downloading or using this dataset you agree to:
57
+
58
+ 1. Use the Ukrainian-side content only for non-commercial academic research.
59
+ 2. Comply with the CC BY-SA 4.0 attribution and ShareAlike requirements when
60
+ redistributing the English-side content.
61
+ 3. Contact Condor Publishing House directly for any non-academic or
62
+ commercial use of the Ukrainian-side content.
README.md CHANGED
@@ -1,3 +1,91 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - uk
4
+ - en
5
+ license: cc-by-sa-4.0
6
+ task_categories:
7
+ - translation
8
+ pretty_name: SimIdioms — Aligned Ukrainian–English Idiom Corpus
9
+ tags:
10
+ - idioms
11
+ - phraseology
12
+ - ukrainian
13
+ - low-resource
14
+ - multilingual
15
+ - figurative-language
16
+ size_categories:
17
+ - 1K<n<10K
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: sim_idioms.jsonl
23
+ ---
24
+
25
+ # SimIdioms
26
+
27
+ The first aligned **Ukrainian–English idiom corpus** — 2,262 clusters with
28
+ idiom strings, translations, contextual example sentences, and figurative
29
+ meanings on both language sides.
30
+
31
+ Companion to the paper *"SimIdioms: A Corpus and Benchmark for Ukrainian
32
+ Idiom Translation"* (UNLP 2026). Code and evaluation framework:
33
+ [github.com/`<your-github-username>`/sim-idioms](https://github.com/<your-github-username>/sim-idioms).
34
+
35
+ ## Quick start
36
+
37
+ ```python
38
+ from datasets import load_dataset
39
+ ds = load_dataset("KSE-RESEARCH-Group/sim-idioms", split="train")
40
+ print(ds[0])
41
+ ```
42
+
43
+ ## Schema
44
+
45
+ Each row is one idiom cluster:
46
+
47
+ ```python
48
+ {
49
+ "id_": "SIM-0",
50
+ "uk": {
51
+ "idiom": [{"text": "...", "field": "idiom" | "translation"}, ...],
52
+ "example": [{"text": "..."}, ...],
53
+ "figurative_meaning": [{"text": "..."}, ...],
54
+ "figurative_meaning_translated": [{"text": "..."}, ...]
55
+ },
56
+ "en": { ... same fields ... }
57
+ }
58
+ ```
59
+
60
+ **Total: 2,262 clusters.** 3,595 EN / 2,751 UK idiom strings, 2,885 EN / 2,737 UK
61
+ example sentences, 1,723 EN / 1,193 UK figurative meanings (original + translated).
62
+
63
+ ## License
64
+
65
+ The dataset is tagged **CC BY-SA 4.0**, inherited from the English-side content
66
+ (MIDAS). However, the **Ukrainian-side content has additional restrictions**
67
+ that override the CC BY-SA tag for that portion:
68
+
69
+ - 🇺🇦 **Ukrainian idioms, figurative meanings, and usage examples** derived from
70
+ the *Ukrainian-English and English-Ukrainian Phraseological Dictionary*
71
+ (Condor Publishing House) and the *Dictionary of Phraseological Units of the
72
+ Ukrainian Language* (Bilonozhenko et al., 2003) are included **with explicit
73
+ publisher permission for academic research only**. They may **not** be
74
+ redistributed, mirrored, or used commercially without separate permission
75
+ from Condor Publishing House.
76
+ - 🇬🇧 **English-side content** (derived from MIDAS) and the cluster-graph
77
+ structure are governed by CC BY-SA 4.0 — attribution + ShareAlike apply.
78
+
79
+ By using this dataset you agree to use the Ukrainian-side content **only for
80
+ non-commercial academic research**. See `LICENSE` for the full terms.
81
+
82
+ ## Citation
83
+
84
+ ```bibtex
85
+ @inproceedings{petruniv-2026-simidioms,
86
+ title = {SimIdioms: A Corpus and Benchmark for Ukrainian Idiom Translation},
87
+ author = {Petruniv, Yaryna and others},
88
+ booktitle = {Proceedings of the Fourth Ukrainian Natural Language Processing Workshop (UNLP)},
89
+ year = {2026}
90
+ }
91
+ ```
sim_idioms.jsonl ADDED
The diff for this file is too large to render. See raw diff