--- license: other task_categories: - text-generation language: - en - code tags: - code-review - code-generation - software-engineering - pull-requests - github size_categories: - 100K= 0.5) ``` ### Positive examples only ```python positives = ds["train"].filter(lambda x: not x["is_negative"]) ``` ### Negative examples only ```python negatives = ds["train"].filter(lambda x: x["is_negative"]) ``` ## Citation If you use this dataset, please cite: ```bibtex @dataset{takizawa2026codereviewdiffs, title={Code Review Diffs: A Large-Scale Dataset of Review-Driven Code Changes}, author={Takizawa, Ronan}, year={2026}, publisher={Hugging Face}, url={https://huggingface.co/datasets/ronantakizawa/github-codereview} } ```