File size: 838 Bytes
5393d58
 
 
 
 
 
 
 
 
 
 
7563843
 
5393d58
 
7563843
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
tags:
- grammer
size_categories:
- 100K<n<1M
---
This dataset is a subset of the **C4_200M** dataset from kaggle, containing **550k** pairs of incorrect and correct sentences of **Determiner** category.
Link for the original dataset: **https://www.kaggle.com/datasets/felixstahlberg/the-c4-200m-dataset-for-gec**
The original dataset is also a synthetic dataset, containing input[incorrect sentence] and output[correct_sentence]. 
To generate the corruption, a tagged corruption model was first trained. This model is trained on existing datasets by taking as input a clean text and generating a corrupted text.
Link for the code used to create the dataset: **https://github.com/google-research-datasets/C4_200M-synthetic-dataset-for-grammatical-error-correction**