中文简介
Open-SWE-Traces 是面向软件工程智能体的指令微调数据集,包含 20 万以上由 SWE-agent 和 OpenHands 框架收集或合成的轨迹。数据针对类似 SWE-Bench 的问题,并保存工具与修复过程;使用时应核对源代码仓库许可、合成模型来源、测试污染和 CC BY 4.0 署名要求。
上游模型卡 / 数据集卡
Open-SWE-Traces 是面向软件工程智能体的指令微调数据集,包含 20 万以上由 SWE-agent 和 OpenHands 框架收集或合成的轨迹。数据针对类似 SWE-Bench 的问题,并保存工具与修复过程;使用时应核对源代码仓库许可、合成模型来源、测试污染和 CC BY 4.0 署名要求。
Open-SWE-Traces: Advancing Distillation for Software Engineering Agents Data Overview Open-SWE-Traces is an agentic instruction tuning dataset designed to advance the capabilities of LLMs in software engineering. This dataset comprises 200k+ agent trajectories collected using the SWE-agent and OpenHands framework. The trajectories were synthesized using Minimax-M2.5 (with thinking) and Qwen3.5-122B-A10B (without thinking) and specifically curated for supervised fine-tuning (SFT), aiming to improve model performance on SWE-Bench style tasks. The issue statements are sourced from SWE-rebench-V2 with permissive licenses (MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause). This dataset is ready for commercial/non-commercial use. Data Fields |Field|Type|Description| |:---|:---|:---| | `instance_id` | `string`| Unique identifier for the instance (from nebius/SWE-rebench-V2)| | `repo` | `string` | GitHub repository in `owner/repo` format| | `license` | `string` | SPDX license identifier of the repository| | `language` | `string` | Primary programming language of the repository.| | `trajectory_id` | `string` | The identifier unique for each collected trajectory.| | `trajectory` | `list` | Complete conversation history with roles: 'system' and 'user' (initial prompts), 'assistant' (model reasoning/actions) and 'tool' (environment observations).| | `tools` | `list[string]` | A list of tool definitions available to the agent during execution, serialized as JSON strings.| | `resolved` | `int` | Indicator of task success: 1 if the agent solved the issue, 0 otherwise. (-1 if the information is unavailable)| | `metadata` | `dict` | Additional contextual info about the PR task and execution metrics: • **`category`** (`string`): The issue classification type (e.g., `"bug-fix"`, `"enhancement"`). • **`reference_patch`** (`dict`): Reference ground-truth patch details: — *`patch`* (`string`): The gold patch in unified diff format. — *`num_modif
上游文件元数据
.gitattributes2.45 KBdata/minimax_m25_openhands_trajectories/train-00000-of-00020.parquet199.17 MBdata/minimax_m25_openhands_trajectories/train-00001-of-00020.parquet194.72 MBdata/minimax_m25_openhands_trajectories/train-00002-of-00020.parquet214.39 MBdata/minimax_m25_openhands_trajectories/train-00003-of-00020.parquet201.29 MBdata/minimax_m25_openhands_trajectories/train-00004-of-00020.parquet204.33 MBdata/minimax_m25_openhands_trajectories/train-00005-of-00020.parquet205.93 MBdata/minimax_m25_openhands_trajectories/train-00006-of-00020.parquet193.44 MBdata/minimax_m25_openhands_trajectories/train-00007-of-00020.parquet202.58 MBdata/minimax_m25_openhands_trajectories/train-00008-of-00020.parquet203.11 MBdata/minimax_m25_openhands_trajectories/train-00009-of-00020.parquet235.11 MBdata/minimax_m25_openhands_trajectories/train-00010-of-00020.parquet201.77 MB
本页面为橙子AI科技的中文整理与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。