TestEvo-Bench-Anonymous commited on
Commit
3d24d1e
·
verified ·
1 Parent(s): b0e2c3c

Replace per-project files with combined data/train.jsonl (746 rows) + dataset card

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -35,11 +35,14 @@ Each row corresponds to a single (project, `rev1` → `rev2`) pair. Inside the r
35
 
36
  | | |
37
  |---|---|
38
- | Rows | 746 |
 
39
  | Source projects | 84 distinct Java repositories on GitHub |
40
  | Java versions | 8, 11, 17, 21 |
41
  | Build system | Maven |
42
- | Total size | ~10 MB |
 
 
43
 
44
  ## Schema
45
 
 
35
 
36
  | | |
37
  |---|---|
38
+ | Tasks (rows) | 746 |
39
+ | Test methods | 1,961 |
40
  | Source projects | 84 distinct Java repositories on GitHub |
41
  | Java versions | 8, 11, 17, 21 |
42
  | Build system | Maven |
43
+ | Total size | ~8 MB |
44
+
45
+ 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 added or modified at `rev2`. One task may contain several related test methods written together; benchmarks can be reported at either granularity.
46
 
47
  ## Schema
48