SWE-Prime: Fewer Trajectories, Better Performance

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为提高大语言模型解决软件问题的能力,SWE-Prime通过两阶段筛选高质量轨迹和语义段来优化监督微调数据,实验表明少量精选轨迹可显著提升性能。
📝 Abstract
To improve large language models' ability to resolve real-world software issues, prior work has focused on constructing large-scale agent trajectory datasets and performing supervised fine-tuning (SFT) on successful trajectories. However, task success does not guarantee high-quality supervision: successful trajectories may still contain ineffective, redundant, or risky steps. Directly using such trajectories for SFT can introduce noisy supervision and encourage models to imitate undesirable problem-solving behaviors. Therefore, we propose SWE-Prime, a multi-granularity, two-stage SFT data selection method that progressively filters training data at the trajectory and segment levels. Specifically, the first stage performs trajectory-level screening based on process quality, result quality, and data representativeness, selecting a high-quality and representative subset of successful trajectories. The second stage performs segment-level selection by grouping consecutive steps into semantic segments and assessing each segment based on its contribution to the final solution, learnability, and potential risks. During SFT, all segments remain in the sequence to preserve context, while only selected segments contribute to the loss computation. Experiments on SWE-Bench Pro and SWE-Bench Verified show that training on the 10% trajectory subset selected by SWE-Prime outperforms training on the full resolved dataset, yielding relative performance gains of up to 12.2% and 24.2%, respectively.
Problem

Research questions and friction points this paper is trying to address.

supervised fine-tuning
trajectory
software issues
noisy supervision
problem-solving behaviors
Innovation

Methods, ideas, or system contributions that make the work stand out.

multi-granularity
two-stage SFT data selection
trajectory-level screening
segment-level selection
supervised fine-tuning
🔎 Similar Papers
No similar papers found.