metadata
pretty_name: LiveSWEBench
language:
- en
size_categories:
- 1K<n<10K
LiveSWEBench Tasks
This dataset contains all task instances for the LiveSWEBench benchmark. Tasks are stored in the following format:
- repo_name (str): the name of the repository for this task
- task_num (int): the original PR number for the task, used now as an identifier
- gold_patch (str): the actual changes made in the PR to resolve the issue in this task
- test_patch (str): the changes made to test files to validate the task solution
- edit_patch (str): a subset of the gold patch containing changes to just one file
- autocomplete_patch (str): a subset of hunks from the gold patch for the autocomplete task
- prompt (str): the prompt for the agent task
- edit_prompt (str): the prompt used for the edit task
- autocopmlete_prompts (str): one line snippet for each hunk in autocomplete_patch, to be pasted to trigger the autocomplete
- commit (str): the base commit hash for the task