Skip to content

WIP: add swebench as external eval#109

Draft
aetting wants to merge 4 commits into
mainfrom
aetting/swebench
Draft

WIP: add swebench as external eval#109
aetting wants to merge 4 commits into
mainfrom
aetting/swebench

Conversation

@aetting

@aetting aetting commented Apr 1, 2026

Copy link
Copy Markdown

Description

First pass on addition of SWEBench as external eval; sharing for discussion.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

Testing

  • Unit tests pass locally (pytest tests/ --ignore=tests/integration/)
  • Integration tests pass (if applicable)
  • New tests added for new functionality

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added/updated documentation as needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

@aetting aetting marked this pull request as draft April 1, 2026 19:50
Comment thread pyproject.toml Outdated
swebench = [
"olmo-eval-internal[litellm]",
"mini-swe-agent @ git+https://github.com/allenai/mini-swe-agent.git@e614105ca837995765512bfd5aa1d216558f002c",
"swebench @ git+https://github.com/SWE-bench/SWE-bench.git@f7bbbb2ccdf479001d6467c9e34af59e44a840f9",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ethan recommended using swe-agent instead of mini-swe-agent as models do better on it and it is the standard.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like there is conflicting opinions on this coming from the swe-agent team:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants