4 papers
On the Effectiveness of Code Representation in Deep Learning-Based Automated Patch Correctness Assessment
Quanjun Zhang, Haichuan Hu, Chunrong Fang +5
Automated program repair (APR) attempts to generate correct patches and has drawn wide attention from both academia and industry in the past decades. However, APR is continuously s…
A Systematic Literature Review on Large Language Models for Automated Program Repair
Quanjun Zhang, Chunrong Fang, Yang Xie +4
Automated Program Repair (APR) attempts to patch software bugs and reduce manual debugging efforts. Very recently, with the advances in Large Language Models (LLMs), an increasing…
Improving Retrieval-Augmented Deep Assertion Generation via Joint Training
Quanjun Zhang, Chunrong Fang, Yi Zheng +7
Unit testing attempts to validate the correctness of basic units of the software system under test and has a crucial role in software development and testing. Very recent work prop…
Improving Deep Assertion Generation via Fine-Tuning Retrieval-Augmented Pre-trained Language Models
Quanjun Zhang, Chunrong Fang, Yi Zheng +7
Unit testing validates the correctness of the units of the software system under test and serves as the cornerstone in improving software quality and reliability. To reduce manual…