artemkramov commited on
Commit
121f98b
·
1 Parent(s): 8a323f3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - token-classification
4
+ language:
5
+ - uk
6
+ pretty_name: 'Silver Ukrainian Coreference Dataset '
7
+ ---
8
+ # Silver Ukrainian Coreference Dataset
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:**
13
+ - **Repository:**
14
+ - **Paper:**
15
+ - **Leaderboard:**
16
+ - **Point of Contact:**
17
+
18
+ ### Dataset Summary
19
+
20
+ A silver coreference resolution dataset for the Ukrainian language. The dataset was generated automatically with the usage of the word alignment method from the following English dataset: https://github.com/d5555/Coreference-dataset.
21
+ The word alignment method was implemented by Andrii Kursin ([email protected]).
22
+
23
+ ### Languages
24
+
25
+ - Ukrainian
26
+
27
+ ## Dataset Structure
28
+
29
+ ### Data Fields
30
+
31
+ Each sample of the datasets consists of the following fields:
32
+ - **doc_key** - document identifier.
33
+ - **clusters** - list of clusters, where each cluster consists of the list of mentions. Each mention is represented as the list of two indices: the first index denotes the first word of the mention, the second index denotes the last word of the mention.
34
+ - **sentences** - list of sentences where each sentence is represented as the list of wodrds.
35
+ - **tokens** - list of words.
36
+ - **speakers** - list of speakers which is currently is filled with dummy input.
37
+
38
+ ### Data Splits
39
+
40
+ The dataset is divided into two parts:
41
+ - training set;
42
+ - validation set.
43
+
44
+ A test set is absent as far as the dataset is generated automatically.
45
+
46
+ ## Dataset Creation
47
+
48
+ ### Source Data
49
+
50
+ #### Initial Data Collection and Normalization
51
+
52
+ The dataset was created from the following dataset: https://github.com/d5555/Coreference-dataset.
53
+
54
+ ### Contributions
55
+
56
+ The code for the translation of samples with the further alignment was created by Andrii Kursin ([email protected]). The dataset was generated by Artem Kramov.