Datasets:
Add a paper citation
Browse files
README.md
CHANGED
|
@@ -48,6 +48,8 @@ configs:
|
|
| 48 |
|
| 49 |
# Diff-XYZ
|
| 50 |
|
|
|
|
|
|
|
| 51 |
Diff-XYZ contains 1,000 real-world code edits sampled and filtered from
|
| 52 |
the [CommitPackFT](https://huggingface.co/datasets/bigcode/commitpackft) dataset.
|
| 53 |
Each example provides three components: the original file contents (`old_code`), the modified contents (`new_code`), and
|
|
|
|
| 48 |
|
| 49 |
# Diff-XYZ
|
| 50 |
|
| 51 |
+
This is a dataset for the paper: [Diff-XYZ: A Benchmark for Evaluating Diff Understanding](https://arxiv.org/abs/2510.12487).
|
| 52 |
+
|
| 53 |
Diff-XYZ contains 1,000 real-world code edits sampled and filtered from
|
| 54 |
the [CommitPackFT](https://huggingface.co/datasets/bigcode/commitpackft) dataset.
|
| 55 |
Each example provides three components: the original file contents (`old_code`), the modified contents (`new_code`), and
|