matejklemen commited on
Commit
facc8cf
1 Parent(s): bf8cc42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -1
README.md CHANGED
@@ -1,3 +1,108 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - sl
6
+ language_creators:
7
+ - found
8
+ - expert-generated
9
+ license:
10
+ - cc-by-nc-sa-4.0
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: ssj500k
14
+ size_categories:
15
+ - 1K<n<10K
16
+ - 10K<n<100K
17
+ source_datasets: []
18
+ tags:
19
+ - ssj200k
20
+ - ssj
21
+ - fiction
22
+ - non-fiction
23
+ - news
24
+ task_categories:
25
+ - token-classification
26
+ task_ids:
27
+ - named-entity-recognition
28
+ - part-of-speech
29
+ - lemmatization
30
+ - parsing
31
+ - token-classification-other-semantic-role-labeling
32
+ - token-classification-other-multiword-expression-detection
33
  ---
34
+
35
+ # Dataset Card for ssj500k
36
+
37
+ **Important**: there exists another HF implementation of the dataset ([classla/ssj500k](https://huggingface.co/datasets/classla/ssj500k)), but **this one is designed for more general use**. The CLASSLA version seems to expose only the specific training/validation/test annotations used in the CLASSLA library itself, for only a subset of examples.
38
+
39
+ ### Dataset Summary
40
+
41
+ The ssj500k training corpus contains about 500 000 tokens manually annotated on the levels of tokenization, sentence segmentation, morphosyntactic tagging, and lemmatization. It is also partially annotated for the following tasks:
42
+ - named entity recognition (config `named_entity_recognition`)
43
+ - dependency parsing(*), Universal Dependencies style (config `dependency_parsing_ud`)
44
+ - dependency parsing, JOS/MULTEXT-East style (config `dependency_parsing_jos`)
45
+ - semantic role labeling (config `semantic_role_labeling`)
46
+ - multi-word expressions (config `multiword_expressions`)
47
+
48
+ If you want to load all the data along with their partial annotations, please use the config `all_data`.
49
+
50
+ \* _The UD dependency parsing labels are included here for completeness, but using the dataset [universal_dependencies](https://huggingface.co/datasets/universal_dependencies) should be preferred for dependency parsing applications to ensure you are using the most up-to-date data._
51
+
52
+ ### Supported Tasks and Leaderboards
53
+
54
+ Sentence tokenization, sentence segmentation, morphosyntactic tagging, lemmatization, named entity recognition, dependency parsing, semantic role labeling, multi-word expression detection.
55
+
56
+ ### Languages
57
+
58
+ Slovenian.
59
+
60
+ ## Dataset Structure
61
+
62
+ ### Data Instances
63
+
64
+ A sample instance from the dataset (using the config `all_data`):
65
+ ```
66
+ TODO
67
+ ```
68
+
69
+ ### Data Fields
70
+
71
+ TODO:
72
+ - `attr_name`: a string doing something
73
+
74
+ ## Additional Information
75
+
76
+ ### Dataset Curators
77
+
78
+ Simon Krek; et al. (please see http://hdl.handle.net/11356/1434 for the full list)
79
+
80
+ ### Licensing Information
81
+
82
+ CC BY-NC-SA 4.0.
83
+
84
+ ### Citation Information
85
+
86
+ The paper describing the dataset:
87
+ ```
88
+ @InProceedings{krek2020ssj500k,
89
+ title = {The ssj500k Training Corpus for Slovene Language Processing},
90
+ author={Krek, Simon and Erjavec, Tomaž and Dobrovoljc, Kaja and Gantar, Polona and Arhar Holdt, Spela and Čibej, Jaka and Brank, Janez},
91
+ booktitle={Proceedings of the Conference on Language Technologies and Digital Humanities},
92
+ year={2020},
93
+ pages={24-33}
94
+ }
95
+ ```
96
+
97
+ The resource itself:
98
+ ```
99
+ @misc{krek2021clarinssj500k,
100
+ title = {Training corpus ssj500k 2.3},
101
+ author = {Krek, Simon and Dobrovoljc, Kaja and Erjavec, Toma{\v z} and Mo{\v z}e, Sara and Ledinek, Nina and Holz, Nanika and Zupan, Katja and Gantar, Polona and Kuzman, Taja and {\v C}ibej, Jaka and Arhar Holdt, {\v S}pela and Kav{\v c}i{\v c}, Teja and {\v S}krjanec, Iza and Marko, Dafne and Jezer{\v s}ek, Lucija and Zajc, Anja},
102
+ url = {http://hdl.handle.net/11356/1434},
103
+ year = {2021} }
104
+ ```
105
+
106
+ ### Contributions
107
+
108
+ Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.