Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
language: | |
- en | |
license: mit | |
size_categories: | |
- 1K<n<10K | |
task_categories: | |
- text-generation | |
dataset_info: | |
features: | |
- name: messages | |
dtype: string | |
- name: instance_id | |
dtype: string | |
- name: resolved | |
dtype: bool | |
- name: model | |
dtype: string | |
- name: traj_id | |
dtype: string | |
- name: patch | |
dtype: string | |
splits: | |
- name: tool | |
num_bytes: 3731934842 | |
num_examples: 24100 | |
- name: xml | |
num_bytes: 3576244171 | |
num_examples: 26076 | |
- name: ticks | |
num_bytes: 3419797680 | |
num_examples: 25826 | |
download_size: 3171137897 | |
dataset_size: 10727976693 | |
configs: | |
- config_name: default | |
data_files: | |
- split: tool | |
path: data/tool-* | |
- split: xml | |
path: data/xml-* | |
- split: ticks | |
path: data/ticks-* | |
tags: | |
- code | |
- agents | |
- software-engineering | |
<div align="center"> | |
<a href="https://swesmith.com"> | |
<img src="https://avatars.githubusercontent.com/u/189315905?s=200&v=4" alt="Logo" width="200"> | |
<h1 align="center">SWE-smith Trajectories</h1> | |
</a> | |
</div> | |
<p align="center"> | |
<a href="https://github.com/SWE-bench/SWE-smith">Code</a> | |
• | |
<a href="https://arxiv.org/abs/2504.21798">Paper</a> | |
• | |
<a href="https://swesmith.com/">Site</a> | |
</p> | |
This dataset contains the 5017 trajectories we fine-tuned Qwen 2.5 Coder Instruct on, leading to | |
[SWE-agent-LM-32B](https://huggingface.co/SWE-bench/SWE-agent-LM-32B), a coding LM agent that | |
achieve 40.2% on SWE-bench Verified (no verifiers or multiple rollouts, just 1 attempt per instance). | |
Trajectories were generated by running SWE-agent + Claude 3.7 Sonnet on task instances from | |
the SWE-smith [dataset](https://huggingface.co/datasets/SWE-bench/SWE-smith). |