Windows / README.md
karina-kenan-li's picture
Upload dataset
c482c7b verified
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: repo
      dtype: string
    - name: pull_number
      dtype: string
    - name: instance_id
      dtype: string
    - name: language
      dtype: string
    - name: issue_numbers
      list: string
    - name: base_commit
      dtype: string
    - name: patch
      dtype: string
    - name: test_patch
      dtype: string
    - name: problem_statement
      dtype: string
    - name: hints_text
      dtype: string
    - name: all_hints_text
      dtype: string
    - name: commit_urls
      list: string
    - name: created_at
      dtype: string
    - name: commit_url
      dtype: string
    - name: rebuild_cmds
      list: string
    - name: test_cmds
      list: string
    - name: print_cmds
      list: string
    - name: log_parser
      dtype: string
    - name: FAIL_TO_PASS
      list: string
    - name: PASS_TO_PASS
      list: string
    - name: docker_image
      dtype: string
  splits:
    - name: test
      num_bytes: 12513159
      num_examples: 44
  download_size: 3381058
  dataset_size: 12513159

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 both SWE and Windows-specific knowledge, we propose SWE-bench-Live-Windows, a dataset of Windows specific SWE tasks.

The instances are also set up to docker images using our RepoLaunch agent. See the "docker_image" field for image name. Note that the docker images are Windows architecture images that should be run on Windows systems.