File size: 1,480 Bytes
eca2a1c
 
 
 
 
 
 
3ee777f
 
4038365
 
 
3ee777f
 
 
 
 
 
 
4038365
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95ca45b
 
 
 
df61155
4038365
 
3ee777f
4038365
 
 
 
3ee777f
df61155
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
---
task_categories:
- text-generation
language:
- ru
size_categories:
- 1K<n<10K
---

# Spellcheck Benchmark

## Dataset Description

Spellcheck Benchmark is a collection of datasets dedicated to spelling correction problem for Russian language. 

**GitHub** - <link>

**Paper** - <link>

## Dataset Summary

Spellcheck Benchmark includes four datasets, each of which consists of pairs of sentences in Russian language. 
Each pair embodies sentence, which may contain spelling errors, and its corresponding correction. 
Datasets were gathered from various sources and domains including social networks, internet blogs, github commits, medical anamnesis, literature, news, reviews and more. 

All datasets were passed through two-stage manual labeling pipeline. The correction of a sentence is defined by an agreement of at least two human annotators. 
Manual labeling scheme accounts for jargonisms, collocations and common language, hence in some cases it encourages annotators not to amend a word
in favor of preserving style of a text. 

## Supported Tasks and Leaderboards

- Automatic spelling correction

## Dataset Structure

### Data Instances

...

### Data Splits

The benchmark consists of the following splits that reflect corresponding dataset:

- **MultidomainGoldSet**: collected and annotated by SalutDevices Team;
- **RUSpellRU**: by Sorokin et al.(2016);
- **MedSpellCheck**: ...;
- **GithubTypos**: ...;

You can load dataset of your interest by passing # TODO