Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
languages:
|
3 |
+
- si
|
4 |
+
|
5 |
+
licenses:
|
6 |
+
- cc-by-sa-4.0
|
7 |
+
|
8 |
+
task_categories:
|
9 |
+
- structure-prediction
|
10 |
+
|
11 |
+
task_ids:
|
12 |
+
- tokenization
|
13 |
+
- part-of-speech-tagging
|
14 |
+
- lemmatization
|
15 |
+
- named-entity-recognition
|
16 |
+
- dependency-parsing
|
17 |
+
|
18 |
+
---
|
19 |
+
The dataset contains 7432 training samples, 1164 validation samples and 893 test samples.
|
20 |
+
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|
21 |
+
list of tokens ('tokens'), list of lemmas ('lemmas'),
|
22 |
+
list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'), list of morphological features ('feats'),
|
23 |
+
list of IOB tags ('iob\_tags'), and list of universal dependency tags ('uds'). Three dataset configurations are
|
24 |
+
available, where the corresponding features are encoded as class labels: 'ner', 'upos', and 'ud'.
|