rodriguescarson/adaption-minimal-diff-proofreading-12k
Minimal-Diff Proofreading Proofread a sentence with the fewest possible edits (one to three tokens), explain the change, then give the corrected sentence. Rows 12,000 Domain writing and editing Format data.parquet, one row per example Licence apache-2.0 Built for supervised fine-tuning (SFT) experiments on Adaption AutoScientist Columns Column Description original_prompt The prompt (user turn) as uploaded. original_completion… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-minimal-diff-proofreading-12k.
Minimal-Diff Proofreading
Proofread a sentence with the fewest possible edits (one to three tokens), explain the change, then give the corrected sentence.
Columns
How it was built
Filtered from CoEdIT's grammar-correction split to pairs whose fix is 1 to 3 token edits; each explanation is derived mechanically from the diff, so nothing is invented.
Sources and licence
- grammarly/coedit (Apache-2.0)
Notes
- Columns
enhanced_prompt,enhanced_completionare empty in this dataset (the Adaption export reserves them for rewritten text).
Loading
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-minimal-diff-proofreading-12k", split="train")import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-minimal-diff-proofreading-12k/data.parquet")Published by Carson Rodrigues (Hugging Face, Kaggle).
