paper-with-me

Papers

Skywork-SWE: Unveiling Data Scaling Laws for Software Engineering in LLMs

2025-06-24 · Liang Zeng, Yongcong Li, Yuzhen Xiao, Changshi Li, Chris Yuhao Liu, Rui Yan, Tianwen Wei, Jujie He, Xuchen Song, Yang Liu, Yahui Zhou

Software engineering (SWE) has recently emerged as a crucial testbed for next-generation LLM agents, demanding inherent capabilities in two critical dimensions: sustained iterative problem-solving (e.g., >50 interaction rounds) and long-context dependency resolution (e.g., >32k tokens). However, the data curation process in SWE remains notoriously time-consuming, as it heavily relies on manual annotation for code file filtering and the setup of dedicated runtime environments to execute and validate unit tests. Consequently, most existing datasets are limited to only a few thousand GitHub-sourced instances. To this end, we propose an incremental, automated data-curation pipeline that systematically scales both the volume and diversity of SWE datasets. Our dataset comprises 10,169 real-world Python task instances from 2,531 distinct GitHub repositories, each accompanied by a task specified in natural language and a dedicated runtime-environment image for automated unit-test validation. We have carefully curated over 8,000 successfully runtime-validated training trajectories from our proposed SWE dataset. When fine-tuning the Skywork-SWE model on these trajectories, we uncover a striking data scaling phenomenon: the trained model's performance for software engineering capabilities in LLMs continues to improve as the data size increases, showing no signs of saturation. Notably, our Skywork-SWE model achieves 38.0% pass@1 accuracy on the SWE-bench Verified benchmark without using verifiers or multiple rollouts, establishing a new state-of-the-art (SOTA) among the Qwen2.5-Coder-32B-based LLMs built on the OpenHands agent framework. Furthermore, with the incorporation of test-time scaling techniques, the performance further improves to 47.0% accuracy, surpassing the previous SOTA results for sub-32B parameter models. We release the Skywork-SWE-32B model checkpoint to accelerate future research.

📄 PDF Abstract BibTeX arXiv:2506.19290

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Skywork-Math: Data Scaling Laws for Mathematical Reasoning in Large Language Models -- The Story Goes On

2024-07-11 · Liang Zeng, Liangjun Zhong, Liang Zhao, Tianwen Wei 외

In this paper, we investigate the underlying factors that potentially enhance the mathematical reasoning capabilities of large language models (LLMs). We argue that the data scaling law for math reasoning capabilities in…

GSM8KMathMathematical Reasoning

EdgeBench: Unveiling Scaling Laws of Learning from Real-World Environments

2026-07-06 · Deyao Zhu, Xin Zhou, Shengling Qin, Xuekai Zhu 외 arxiv

Pretraining scaling laws reveal that model capability improves predictably with data and compute. But learning from real world environments after deployment remains far less understood. Analyzing roughly 38,000 hours of …

Skywork UniPic: Unified Autoregressive Modeling for Visual Understanding and Generation

2025-08-05 · Peiyu Wang, Yi Peng, Yimeng Gan, Liang Hu 외 arxiv

We introduce Skywork UniPic, a 1.5 billion-parameter autoregressive model that unifies image understanding, text-to-image generation, and image editing within a single architecture-eliminating the need for task-specific …

Text-to-Image GenerationImage Editing

Skywork-Reward-V2: Scaling Preference Data Curation via Human-AI Synergy

2025-07-02 · Chris Yuhao Liu, Liang Zeng, Yuzhen Xiao, Jujie He 외 arxiv

Despite the critical role of reward models (RMs) in Reinforcement Learning from Human Feedback (RLHF), current state-of-the-art open RMs perform poorly on most existing evaluation benchmarks, failing to capture nuanced h…

Reinforcement Learning

Unveiling Scaling Behaviors in Molecular Language Models: Effects of Model Size, Data, and Representation

2026-01-30 · Dong Xu, Qihua Pan, Sisi Yuan, Jianqiang Li 외 arxiv

Molecular generative models, often employing GPT-style language modeling on molecular string representations, have shown promising capabilities when scaled to large datasets and model sizes. However, it remains unclear a…