liweili commited on
Commit
f259c37
1 Parent(s): 1e07ff6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: C4 200M Grammatical Error Correction Dataset
3
+ languages:
4
+ - en
5
+ source_datasets:
6
+ - C4/en/3.0.1
7
+ task_categories:
8
+ - grammatical error correction
9
+ - sequence-modeling
10
+ ---
11
+ # C4 200M
12
+ # Dataset Summary
13
+ 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.
14
+
15
+ The corruption edits and scripts used to synthesize this dataset is referenced from: [C4_200M Synthetic Dataset](https://github.com/google-research-datasets/C4_200M-synthetic-dataset-for-grammatical-error-correction)
16
+
17
+ # Description
18
+ 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:
19
+ ```
20
+ input: Bitcoin is for $7,094 this morning, which CoinDesk says.
21
+ output: Bitcoin goes for $7,094 this morning, according to CoinDesk.
22
+ ```