Papers › Lingma SWE-GPT: An Open Development-Process-Centric Language Model for Automated...

Lingma SWE-GPT: An Open Development-Process-Centric Language Model for Automated Software Improvement

1 Nov 2024arXiv:2411.00622archive 2025-07-28

Yingwei Ma, Rongyu Cao, Yongchang Cao, Yue Zhang, Jue Chen, Yibo Liu, Yuchen Liu, Binhua Li, Fei Huang, Yongbin Li

Recent advancements in LLM-based agents have led to significant progress in automatic software engineering, particularly in software maintenance and evolution. Despite these encouraging advances, current research faces two major challenges. First, SOTA performance primarily depends on closed-source models, which significantly limits the technology's accessibility, and potential for customization in diverse SE tasks. Second, these models are predominantly trained on static code data, lacking a deep understanding of the dynamic interactions, iterative problem-solving processes, and evolutionary characteristics inherent in software development. To address these challenges, our study adopts a software engineering perspective. We recognize that real-world software maintenance and evolution processes encompass not only static code data but also developers' thought processes, utilization of external tools, and the interaction between different functional personnel. Consequently, we introduce the Lingma SWE-GPT series, comprising Lingma SWE-GPT 7B and 72B. By learning from and simulating real-world code submission activities, Lingma SWE-GPT systematically incorporates the dynamic interactions and iterative problem-solving inherent in software development process, thereby achieving a more comprehensive understanding of software improvement processes. We conducted experimental evaluations using SWE-bench Verified benchmark. The results demonstrate that Lingma SWE-GPT 72B successfully resolves 30.20% of the GitHub issues, marking a significant improvement in automatic issue resolution (22.76% relative improvement compared to Llama 3.1 405B), approaching the performance of closed-source models (31.80\% issues of GPT-4o resolved). Notably, Lingma SWE-GPT 7B resolves 18.20% of the issues, highlighting the potential for applying smaller models to ASE tasks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.00622")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: official repository: 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from LingmaTongyi/Lingma-SWE-GPT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_step_trigger LingmaTongyi/Lingma-SWE-GPT/app/inference.py official repository unverified no licence file found · pointer only · 4a9d291fd8231065 · report
chatswegpt LingmaTongyi/Lingma-SWE-GPT/app/model/call_vllm.py official repository unverified no licence file found · pointer only · c27aa88ac8371c88 · report
count_and_organize_tasks LingmaTongyi/Lingma-SWE-GPT/app/post_process.py official repository unverified no licence file found · pointer only · 4ba8180b0bea20ec · report
create_new_logger LingmaTongyi/Lingma-SWE-GPT/app/log.py official repository unverified no licence file found · pointer only · b80e52761ce47d00 · report
extract_gpt_content LingmaTongyi/Lingma-SWE-GPT/app/model/gpt.py official repository unverified no licence file found · pointer only · 62d4bc6ae2e0bf70 · report
get_all_py_files LingmaTongyi/Lingma-SWE-GPT/app/MCTS/SWEGPT/run_gpt_and_bm25.py official repository unverified no licence file found · pointer only · fbc78031a9466729 · report
get_bm25_score LingmaTongyi/Lingma-SWE-GPT/app/MCTS/SWEGPT/run_gpt_and_bm25.py official repository unverified no licence file found · pointer only · 52159cbb2c30cfe0 · report
get_logger LingmaTongyi/Lingma-SWE-GPT/app/log.py official repository unverified no licence file found · pointer only · 48d86997cc5e93eb · report
get_review_result LingmaTongyi/Lingma-SWE-GPT/app/inference.py official repository unverified no licence file found · pointer only · ff5fc9ba9b79f7a5 · report
prepare_issue_prompt LingmaTongyi/Lingma-SWE-GPT/app/inference.py official repository unverified no licence file found · pointer only · 8509558455ad7ff9 · report
read_extract_status LingmaTongyi/Lingma-SWE-GPT/app/post_process.py official repository unverified no licence file found · pointer only · da242e87f1c615cd · report
run_script_in_conda LingmaTongyi/Lingma-SWE-GPT/app/utils.py official repository unverified no licence file found · pointer only · 5ab9d3877e545f78 · report

Tasks

Language ModelingLanguage Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

LLaMA

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections