agentlans commited on
Commit
ef7f0fd
·
verified ·
1 Parent(s): f7ec05d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -8
README.md CHANGED
@@ -1,19 +1,32 @@
1
  ---
2
  dataset_name: grammar-correction
3
  description: >
4
- A refined subset of the liweili/c4_200m dataset, derived from Google's C4_200M Synthetic Dataset for Grammatical Error Correction.
5
- Contains sentence pairs where the input is ungrammatical and the output is grammatical, suitable for training grammatical error correction (GEC) models.
 
 
6
  train_size: 100000
7
  validation_size: 25000
8
  data_fields:
9
- - input: "Ungrammatical sentence (string)"
10
- - output: "Corrected, grammatical sentence (string)"
11
  intended_uses: >
12
- Designed for training and evaluating GEC models to automatically identify and correct grammatical errors in text.
 
13
  limitations:
14
- - "Synthetic data may not fully capture real-world grammatical errors."
15
- - "Filtering may introduce biases based on classifier performance."
16
- - "Focused on English grammar, limiting applicability to other languages or dialects."
 
 
 
 
 
 
 
 
 
 
17
  ---
18
  # grammar-correction
19
 
 
1
  ---
2
  dataset_name: grammar-correction
3
  description: >
4
+ A refined subset of the liweili/c4_200m dataset, derived from Google's C4_200M
5
+ Synthetic Dataset for Grammatical Error Correction. Contains sentence pairs
6
+ where the input is ungrammatical and the output is grammatical, suitable for
7
+ training grammatical error correction (GEC) models.
8
  train_size: 100000
9
  validation_size: 25000
10
  data_fields:
11
+ - input: Ungrammatical sentence (string)
12
+ - output: Corrected, grammatical sentence (string)
13
  intended_uses: >
14
+ Designed for training and evaluating GEC models to automatically identify and
15
+ correct grammatical errors in text.
16
  limitations:
17
+ - Synthetic data may not fully capture real-world grammatical errors.
18
+ - Filtering may introduce biases based on classifier performance.
19
+ - >-
20
+ Focused on English grammar, limiting applicability to other languages or
21
+ dialects.
22
+ task_categories:
23
+ - text2text-generation
24
+ - text-classification
25
+ language:
26
+ - en
27
+ tags:
28
+ - gec
29
+ - grammar
30
  ---
31
  # grammar-correction
32