Replace per-project files with combined data/train.jsonl (509 rows) + dataset card
Browse files
README.md
CHANGED
|
@@ -30,9 +30,9 @@ A benchmark for **test-update** in evolving Java codebases. Each row captures a
|
|
| 30 |
|
| 31 |
## Dataset summary
|
| 32 |
|
| 33 |
-
`teb-update`
|
| 34 |
|
| 35 |
-
Each row corresponds to a single (project, `rev1` → `rev2`) pair. Inside the row, `test_changes` is a list of one or more individual test methods that were modified in that
|
| 36 |
|
| 37 |
| | |
|
| 38 |
|---|---|
|
|
|
|
| 30 |
|
| 31 |
## Dataset summary
|
| 32 |
|
| 33 |
+
`teb-update` is a benchmark for updating existing test methods to track changes in the production code they exercise. Every example was mined from a real commit (`rev1` → `rev2`) on a public Java project, and the test edit reflects an adaptation to a behavior- or signature-level change in the focal production method rather than purely cosmetic refactoring.
|
| 34 |
|
| 35 |
+
Each row corresponds to a single (project, `rev1` → `rev2`) pair. Inside the row, `test_changes` is a list of one or more individual test methods that were modified in that commit, each paired with its focal production method, the production-side before/after, candidate dependency methods, and the dependencies that changed in the same commit.
|
| 36 |
|
| 37 |
| | |
|
| 38 |
|---|---|
|