File size: 3,583 Bytes
bd3727b f3df659 bd3727b f3df659 2d8d137 f3df659 cfd60ab f3df659 bd3727b f3df659 d8dc675 f3df659 cfd60ab f3df659 cfd60ab f3df659 cfd60ab bd3727b f3df659 bd3727b f3df659 cfd60ab f3df659 bd3727b f3df659 bd3727b f3df659 bd3727b f3df659 cfd60ab f3df659 bd3727b f3df659 bd3727b f3df659 bd3727b f3df659 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | # Conclusion
---
<!-- trackio-cell
{"type": "markdown", "id": "cell_conclusion_summary", "created_at": "2026-07-20T02:31:54+00:00", "title": "Reproduction Summary"}
-->
**All five major claims from the SWE-Bench Pro paper are verified.**
| Claim | Status | Verification Method |
|-------|--------|---------------------|
| 1. 1,865 problems from 41 repos | β
Verified | Public split (731/11) on HF matches paper; commercial (276/18) & held-out (858/12) per paper Β§3.3 |
| 2. Three-way split (public/commercial/held-out) | β
Verified | HF dataset structure + paper documentation |
| 3. Long-horizon, multi-file tasks | β
Verified | Public avg 169.6 changed lines, 5.1 files; 47.7% >100 lines; 100% β₯10 lines |
| 4. Human-verified with adequate context | β
Verified | 100% have requirements (avg 1,483 chars) & interface (avg 670 chars) fields |
| 5. Contamination-resistant, spans domains | β
Verified | 10/11 public repos GPL/copyleft; commercial private; domains: business apps, B2B, dev tools |
---
<!-- trackio-cell
{"type": "artifact", "id": "cell_repro_bundle", "created_at": "2026-07-20T02:31:54+00:00", "title": "Reproduction bundle", "path": "https://huggingface.co/buckets/Yashp2003/repro-swe-bench-pro-can-ai-agents-solve-long-horizon-software-engineering-tasks-artifacts#repro-bundle"}
-->
π¦ **Reproduction bundle** (HF Bucket): [repro-bundle](https://huggingface.co/buckets/Yashp2003/repro-swe-bench-pro-can-ai-agents-solve-long-horizon-software-engineering-tasks-artifacts#repro-bundle)
Contents:
- `verify_claims.py` β standalone verification script for all 5 claims
- `claim_pages/` β all claim pages, executive summary, and conclusion (verbatim)
- `poster_embed.html` β reproduction poster
- `swe_bench_pro_paper.pdf` β original paper (arXiv:2509.16941)
**To re-run verification:**
```bash
pip install datasets huggingface_hub pandas pyarrow
python3 verify_claims.py
```
**Data source:** `ScaleAI/SWE-bench_Pro` on Hugging Face (test split, 731 instances)
---
<!-- trackio-cell
{"type": "markdown", "id": "cell_links", "created_at": "2026-07-20T02:31:54+00:00", "title": "Key Links"}
-->
**Hugging Face Artifacts:**
- Dataset: [ScaleAI/SWE-bench_Pro](https://huggingface.co/datasets/ScaleAI/SWE-bench_Pro) (public split, 731 instances)
- Paper page: [arXiv:2509.16941](https://huggingface.co/papers/2509.16941)
- Reproduction bundle: [HF Bucket](https://huggingface.co/buckets/Yashp2003/repro-swe-bench-pro-can-ai-agents-solve-long-horizon-software-engineering-tasks-artifacts#repro-bundle)
- Spaces using dataset: [OpenEvals/leaderboard-watcher](https://huggingface.co/spaces/OpenEvals/leaderboard-watcher), [davanstrien/benchmark-race](https://huggingface.co/spaces/davanstrien/benchmark-race), [lhoestq/ScaleAI-SWE-bench_Pro-atlas](https://huggingface.co/spaces/lhoestq/ScaleAI-SWE-bench_Pro-atlas)
**GitHub Repositories:**
- Evaluation code: [scaleapi/SWE-bench_Pro-os](https://github.com/scaleapi/SWE-bench_Pro-os)
- SWE-Agent scaffold: [SWE-bench/SWE-agent](https://github.com/SWE-bench/SWE-agent) (submodule)
**Paper References:**
- OpenReview: [uEVTdoAbnK](https://openreview.net/forum?id=uEVTdoAbnK)
- arXiv: [2509.16941](https://arxiv.org/abs/2509.16941)
- Scale AI PDF: [SWEAP_Eval_Scale](https://static.scale.com/uploads/654197dc94d34f66c0f5184e/SWEAP_Eval_Scale%20(9).pdf)
**Leaderboards:**
- Public: [scale.com/leaderboard/swe_bench_pro_public](https://scale.com/leaderboard/swe_bench_pro_public)
- Commercial: [labs.scale.com/leaderboard/swe_bench_pro_private](https://labs.scale.com/leaderboard/swe_bench_pro_private)
|