CoolFace
Datasetpublic

abhinavsarkar/C4-200m-550k-Determiner

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… See the full description on the dataset page: https://huggingface.co/datasets/abhinavsarkar/C4-200m-550k-Determiner.

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes28downloads
Dataset Card

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[correctsentence]. 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/C4200M-synthetic-dataset-for-grammatical-error-correction**