Replace per-project files with combined data/train.jsonl (509 rows) + dataset card
Browse files
README.md
CHANGED
|
@@ -36,11 +36,14 @@ Each row corresponds to a single (project, `rev1` → `rev2`) pair. Inside the r
|
|
| 36 |
|
| 37 |
| | |
|
| 38 |
|---|---|
|
| 39 |
-
|
|
|
|
|
| 40 |
| Source projects | 59 distinct Java repositories on GitHub |
|
| 41 |
| Java versions | 8, 11, 17, 21 |
|
| 42 |
| Build system | Maven |
|
| 43 |
-
| Total size | ~
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## Schema
|
| 46 |
|
|
|
|
| 36 |
|
| 37 |
| | |
|
| 38 |
|---|---|
|
| 39 |
+
| Tasks (rows) | 509 |
|
| 40 |
+
| Test methods | 1,138 |
|
| 41 |
| Source projects | 59 distinct Java repositories on GitHub |
|
| 42 |
| Java versions | 8, 11, 17, 21 |
|
| 43 |
| Build system | Maven |
|
| 44 |
+
| Total size | ~9 MB |
|
| 45 |
+
|
| 46 |
+
A **task** is one (project, rev1 → rev2) pair — the unit a model is asked to operate on. A **test method** is one entry inside that task's `test_changes` list — a single `@Test` method that was modified between `rev1` and `rev2`. One task may contain several related test edits committed together; benchmarks can be reported at either granularity.
|
| 47 |
|
| 48 |
## Schema
|
| 49 |
|