Datasets:
cjvt
/

Tasks:
Other
Modalities:
Text
Languages:
Slovenian
Libraries:
Datasets
License:
matejklemen commited on
Commit
6316196
·
1 Parent(s): d0db3b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -1
README.md CHANGED
@@ -1,3 +1,92 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language:
5
+ - sl
6
+ language_creators:
7
+ - machine-generated
8
+ license:
9
+ - cc-by-sa-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: Thesaurus of Modern Slovene 1.0
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets: []
16
+ tags:
17
+ - sopomenke
18
+ - synonyms
19
+ task_categories:
20
+ - other
21
+ task_ids: []
22
  ---
23
+
24
+ # Dataset Card for Thesaurus of Modern Slovene 1.0
25
+
26
+ ### Dataset Summary
27
+
28
+ This is an automatically created Slovene thesaurus from Slovene data available in a comprehensive English–Slovenian dictionary, a monolingual dictionary, and a corpus. A network analysis on the bilingual dictionary word co-occurrence graph was used, together with additional information from the distributional thesaurus data available as part of the Sketch Engine tool and extracted from the 1.2 billion word Gigafida corpus and the monolingual dictionary.
29
+
30
+ For a detailed description of the data, please see the paper Krek et al. (2017).
31
+
32
+ ### Supported Tasks and Leaderboards
33
+
34
+ Unknown (the data is a knowledge base).
35
+
36
+ ### Languages
37
+
38
+ Slovenian.
39
+
40
+ ## Dataset Structure
41
+
42
+ ### Data Instances
43
+
44
+ Each entry is stored in its own instance. The following instance contains the metadata for the `headword` "abeceda" (EN: "alphabet").
45
+ ```
46
+ {
47
+ 'id_headword': 'th.12',
48
+ 'headword': 'abeceda',
49
+ 'groups_core': [],
50
+ 'groups_near': [
51
+ {
52
+ 'id_words': ['th.12.1', 'th.12.2'],
53
+ 'words': ['pisava', 'črkopis'],
54
+ 'scores': [0.3311710059642792, 0.3311710059642792],
55
+ 'domains': [['jezikoslovje'], ['jezikoslovje']]
56
+ }
57
+ ]
58
+ }
59
+ ```
60
+
61
+ ### Data Fields
62
+
63
+ - `id_headword`: a string ID of the word;
64
+ - `headword`: the word whose synonyms are grouped in the instance;
65
+ - `groups_core`: groups of likely synonyms - each group contains the IDs of the words (`id_words`), the synonyms (`words`), and how strong the synonym relation (`scores`) is. Some groups also have domains annotated (`domains`, >= 1 per word, i.e. `domains` is a list of lists);
66
+ - `groups_near`: same as `groups_near`, but the synonyms here are typically less likely to be exact synonyms and more likely to be otherwise similar.
67
+
68
+ ## Additional Information
69
+
70
+ ### Dataset Curators
71
+
72
+ Simon Krek; et al. (please see http://hdl.handle.net/11356/1166 for the full list).
73
+
74
+ ### Licensing Information
75
+
76
+ CC BY-SA 4.0
77
+
78
+ ### Citation Information
79
+
80
+ ```
81
+ @article{krek2017translation,
82
+ title={From translation equivalents to synonyms: creation of a Slovene thesaurus using word co-occurrence network analysis},
83
+ author={Krek, Simon and Laskowski, Cyprian and Robnik-{\v{S}}ikonja, Marko},
84
+ journal={Proceedings of eLex},
85
+ pages={93--109},
86
+ year={2017}
87
+ }
88
+ ```
89
+
90
+ ### Contributions
91
+
92
+ Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.