← Search

Zhuoluo Zhao

2 accepted papers

2026

Learner-Tailored Program Repair: A Solution Generator with Iterative Edit-Driven Retrieval Enhancement

AAAI 2026technical

With the development of large language models (LLMs) in the field of programming, intelligent programming coaching systems have gained widespread attention. However, most research focuses on repairing the buggy code of programming learners without providing the underlying causes of the bugs. To addr

Cited by 0SourcePDFScholar
2025

Less Is More: Adaptive Program Repair with Bug Localization and Preference Learning

AAAI 2025technical

Automated Program Repair (APR) is a task to automatically generate patches for the buggy code. However, most research focuses on generating correct patches while ignoring the consistency between the fixed code and the original buggy code. How to conduct adaptive bug fixing and generate patches with…