Yashp2003 commited on
Commit
1b84f4c
·
verified ·
1 Parent(s): fbc261c

Update logbook: Reproduction: SWE-Bench Pro: Can AI Agents Solve Long-Horizon Software Engineering Tasks?

Browse files
logbook.json CHANGED
@@ -8,7 +8,7 @@
8
  "icml2026-repro",
9
  "paper-uEVTdoAbnK"
10
  ],
11
- "updated_at": "2026-07-19T13:01:37+00:00",
12
  "root": {
13
  "slug": "index",
14
  "title": "Reproduction: SWE-Bench Pro: Can AI Agents Solve Long-Horizon Software Engineering Tasks?",
@@ -61,9 +61,15 @@
61
  "title": "Deep Verification: Contamination Resistance, Agent Solve Rate, and Eval Repo Evidence",
62
  "file": "pages/deep-verification-contamination-resistance-agent-solve-rate-and-eval-repo-evidence/page.md",
63
  "children": []
 
 
 
 
 
 
64
  }
65
  ]
66
  },
67
- "agent_view_tokens": 9198,
68
- "revision": "1784466097528170082"
69
  }
 
8
  "icml2026-repro",
9
  "paper-uEVTdoAbnK"
10
  ],
11
+ "updated_at": "2026-07-19T13:02:33+00:00",
12
  "root": {
13
  "slug": "index",
14
  "title": "Reproduction: SWE-Bench Pro: Can AI Agents Solve Long-Horizon Software Engineering Tasks?",
 
61
  "title": "Deep Verification: Contamination Resistance, Agent Solve Rate, and Eval Repo Evidence",
62
  "file": "pages/deep-verification-contamination-resistance-agent-solve-rate-and-eval-repo-evidence/page.md",
63
  "children": []
64
+ },
65
+ {
66
+ "slug": "deep-verification",
67
+ "title": "Deep Verification",
68
+ "file": "pages/deep-verification/page.md",
69
+ "children": []
70
  }
71
  ]
72
  },
73
+ "agent_view_tokens": 9556,
74
+ "revision": "1784466153386688257"
75
  }
pages/deep-verification/page.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Deep Verification
2
+
3
+
4
+ ---
5
+ <!-- trackio-cell
6
+ {"type": "markdown", "id": "cell_b2970f91d848", "created_at": "2026-07-19T13:02:27+00:00", "title": "What we verified"}
7
+ -->
8
+ ## What we verified
9
+
10
+ We went deeper on three things that couldn't be verified from the public dataset alone:
11
+
12
+ ### 1. Contamination Resistance (N-gram overlap)
13
+
14
+ **Method:** Computed 5-gram overlap between SWE-Bench Pro problem statements (731) and original SWE-Bench test set (2,294). Also checked instance ID overlap, repo overlap, and per-instance SequenceMatcher similarity.
15
+
16
+ **Results:**
17
+ - **Instance ID overlap: 0** (zero tasks shared between benchmarks)
18
+ - **5-gram overlap: 0.12%** (only 146 out of 125,772 Pro n-grams appear in original SWE-Bench)
19
+ - **Repository overlap: none** (zero shared repos)
20
+ - **Per-instance max similarity: avg 10.9%, max 19.5%** (no instance above 50% similarity to any original SWE-Bench task)
21
+ - **All overlapping n-grams are generic boilerplate** (e.g., 'users should be able to', 'steps to reproduce', 'there is no way to')
22
+
23
+ **Verdict: Strong evidence for contamination resistance.** The two benchmarks share zero tasks, zero repos, and near-zero textual overlap beyond standard issue-reporting language.
pages/index.md CHANGED
@@ -14,3 +14,4 @@
14
  | [Claim 5: SWE-Bench Pro is a contamination-resistant testbed spanning business applications, B2B services, and developer tools (abstract only).](#/claim-5-swe-bench-pro-is-a-contamination-resistant-testbed-spanning-business-applications-b2b-services-and-developer-tools-abstract-only) |
15
  | [Conclusion](#/conclusion) |
16
  | [Deep Verification: Contamination Resistance, Agent Solve Rate, and Eval Repo Evidence](#/deep-verification-contamination-resistance-agent-solve-rate-and-eval-repo-evidence) |
 
 
14
  | [Claim 5: SWE-Bench Pro is a contamination-resistant testbed spanning business applications, B2B services, and developer tools (abstract only).](#/claim-5-swe-bench-pro-is-a-contamination-resistant-testbed-spanning-business-applications-b2b-services-and-developer-tools-abstract-only) |
15
  | [Conclusion](#/conclusion) |
16
  | [Deep Verification: Contamination Resistance, Agent Solve Rate, and Eval Repo Evidence](#/deep-verification-contamination-resistance-agent-solve-rate-and-eval-repo-evidence) |
17
+ | [Deep Verification](#/deep-verification) |