amanuelyh/grammar_correction
Text Generation • Updated • 36
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
c4_200m is a collection of 185 million sentence pairs generated from the cleaned English dataset from C4. This dataset can be used in grammatical error correction (GEC) tasks.
The corruption edits and scripts used to synthesize this dataset is referenced from: C4_200M Synthetic Dataset
As discussed before, this dataset contains 185 million sentence pairs. Each article has these two attributes: input and output. Here is a sample of dataset:
{
"input": "Bitcoin is for $7,094 this morning, which CoinDesk says."
"output": "Bitcoin goes for $7,094 this morning, according to CoinDesk."
}