paper-with-me

홈 › Papers

The Impact of Fine-tuning Large Language Models on Automated Program Repair

2025-07-26 · Roman Macháček, Anastasiia Grishina, Max Hort, Leon Moonen arxiv

Automated Program Repair (APR) uses various tools and techniques to help developers achieve functional and error-free code faster. In recent years, Large Language Models (LLMs) have gained popularity as components in APR tool chains because of their performance and flexibility. However, training such models requires a significant amount of resources. Fine-tuning techniques have been developed to adapt pre-trained LLMs to specific tasks, such as APR, and enhance their performance at far lower computational costs than training from scratch. In this study, we empirically investigate the impact of various fine-tuning techniques on the performance of LLMs used for APR. Our experiments provide insights into the performance of a selection of state-of-the-art LLMs pre-trained on code. The evaluation is done on three popular APR benchmarks (i.e., QuixBugs, Defects4J and HumanEval-Java) and considers six different LLMs with varying parameter sizes (resp. CodeGen, CodeT5, StarCoder, DeepSeekCoder, Bloom, and CodeLlama-2). We consider three training regimens: no fine-tuning, full fine-tuning, and parameter-efficient fine-tuning (PEFT) using LoRA and IA3. We observe that full fine-tuning techniques decrease the benchmarking performance of various models due to different data distributions and overfitting. By using parameter-efficient fine-tuning methods, we restrict models in the amount of trainable parameters and achieve better results. Keywords: large language models, automated program repair, parameter-efficient fine-tuning, AI4Code, AI4SE, ML4SE.

📄 PDF Abstract BibTeX arXiv:2507.19909

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningProgram Repair

Similar Papers 제목 키워드 기반

Fine-tuning for Better Few Shot Prompting: An Empirical Comparison for Short Answer Grading

2025-08-06 · Joel Walsh, Siddarth Mamidanna, Benjamin Nye, Mark Core 외 arxiv

Research to improve Automated Short Answer Grading has recently focused on Large Language Models (LLMs) with prompt engineering and no- or few-shot prompting to achieve best results. This is in contrast to the fine-tunin…

Prompt Engineering

An empirical study of LoRA-based fine-tuning of large language models for automated test case generation

2026-04-08 · Milad Moradi, Ke Yan, David Colwell, Rhona Asgari arxiv

Automated test case generation from natural language requirements remains a challenging problem in software engineering due to the ambiguity of requirements and the need to produce structured, executable test artifacts. …

parameter-efficient fine-tuning

LLM attribution analysis across different fine-tuning strategies and model scales for automated code compliance

2026-04-16 · Jack Wei Lun Shi, Minghao Dang, Wawan Solihin, Justin K. W. Yeoh arxiv

Existing research on large language models (LLMs) for automated code compliance has primarily focused on performance, treating the models as black boxes and overlooking how training decisions affect their interpretive be…

parameter-efficient fine-tuningSemantic Similarity

Using Transfer Learning to Automatically Mark L2 Writing Texts

2021-09-01 · RANLP 2021 9 · Tim Elks

The use of transfer learning in Natural Language Processing (NLP) has grown over the last few years. Large, pre-trained neural networks based on the Transformer architecture are one example of this, achieving state-of-th…

Transfer Learning

Safety Measurements for Fine-tuned LLMs Should be Grounded in Capability

2026-06-02 · Krishnapriya Vishnubhotla, Hillary Dawkins, Isar Nejadgholi, Svetlana Kiritchenko arxiv

Adapting foundation large language models to a user's task or preferred style through fine-tuning can result in compromising the model's safety. Previous works examined the effects of fine-tuning on model safety in limit…