SWE-bench-Live/Windows
Official repository link: microsoft/SWE-bench-Live Paper link: https://arxiv.org/abs/2603.05026 Developing projects compatible on Windows platform is important to expand the user market. There are some bugs that would only occur on Windows. To migrate projects to Windows some codes need to be rewritten to have branching points across different os or use cross-platform compatible libraries... To test LLM's knowledge of Windows-specific SWE knowledge AND powershell terminal operation capability… See the full description on the dataset page: https://huggingface.co/datasets/SWE-bench-Live/Windows.
Official repository link: microsoft/SWE-bench-Live
Paper link: https://arxiv.org/abs/2603.05026
Developing projects compatible on Windows platform is important to expand the user market.
There are some bugs that would only occur on Windows. To migrate projects to Windows some codes need to be rewritten to have branching points across different os or use cross-platform compatible libraries...
To test LLM's knowledge of Windows-specific SWE knowledge AND powershell terminal operation capability, we propose SWE-bench-Live-Windows, a dataset of Windows specific SWE tasks.
The tasks are also native GitHub issues like SWE-bench-Live Python and MultiLang subsets.
The instances are also set up to docker images using our RepoLaunch agent (repository_link). See the "docker_image" field for image name. Note that the docker images are Windows architecture images that should be run on Windows systems.
We have successfully run our own Win-agent (https://github.com/njukenanli/Win-Agent) with different LLMs on this benchmark and posted their success rates on our leaderboard.
Dataset Schema ##
Evaluation Protocol
[!NOTE] SWE-bench-Live evaluation strictly follows the original `SWE-bench` protocol: 1. During a rollout, the agent may access only theproblem_statementfield of the Hugging Face dataset and the docker image of the task instance. It must not access any other fields, such ashint,FAIL_TO_PASS, ortest_patch. Thetest_patchmust not be applied to the repository before or during the rollout. The agent must perform a single rollout based solely on theproblem_statementon the docker container started from the image of the task instance. 2. Prompts, skills, and workflow instructions provided to the agent must not contain solutions specific to any task instance. They may contain only general instructions for the entire benchmark or, at most, for a specific repository. The agent must not use results from the ground-truth evaluation script to refine its solution. Compliant prompts should follow the SWE-agent prompt and the OpenHands prompt, which contain only the problem statement and general workflow instructions. When submitting results to our submissions repository, you must include your agent's raw rollout trajectories so that the maintainers can verify compliance with the SWE-bench protocol. A trajectory consists of the complete sequence of inputs to and outputs from your agent across all rollout rounds for a given task instance, including the initial prompt provided to the agent. Please follow this SWE-agent compliant trajectory example when submitting your result. If your organization's policies prohibit sharing the complete set of trajectories, you must provide at least some representative samples for verification. There is a checklist when submitting a PR to help you check whether you meet the protocol requirements again.
