Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
json
Languages:
Ukrainian
Size:
10K - 100K
DOI:
File size: 1,739 Bytes
121f98b ebaa074 a397aca ebaa074 121f98b 56eea19 121f98b 56eea19 121f98b 56eea19 121f98b 56eea19 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
task_categories:
- token-classification
language:
- uk
pretty_name: 'Silver Ukrainian Coreference Dataset '
tags:
- coreference-resolution
- coreference
- anaphora
size_categories:
- 10K<n<100K
---
# Silver Ukrainian Coreference Dataset
## Dataset Description
### Dataset Summary
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.
The word alignment method was implemented by Andrii Kursin (aqrsn@ukr.net).
### Languages
- Ukrainian
## Dataset Structure
### Data Fields
Each sample of the dataset consists of the following fields:
- **doc_key** - document identifier.
- **clusters** - list of clusters, where each cluster consists of the list of mentions. Each mention is represented as a list of two indices: the first index denotes the first word of the mention, the second index denotes the last word of the mention.
- **sentences** - list of sentences where each sentence is represented as a list of words.
- **tokens** - list of words.
- **speakers** - list of speakers which is currently filled with dummy input.
### Data Splits
The dataset is divided into two parts:
- training set;
- validation set.
A test set is absent as far as the dataset is generated automatically.
## Dataset Creation
### Source Data
The dataset was created from the following dataset: https://github.com/d5555/Coreference-dataset.
### Contributions
The code for the translation of samples with further alignment was created by Andrii Kursin (aqrsn@ukr.net). The dataset was generated by Artem Kramov (https://www.linkedin.com/in/artem-kramov-0b3731100/). |