3 papers
cs.SE2026
AdaTrans: Automated C to Rust Transformation via Error-Adaptive Repair
Xiaofan Liu, Zecan Li, Zhuang Zhao +4
The automated transformation of C code to Rust is challenging due to Rust's strict ownership and borrowing semantics. While Large Language Models (LLMs) show promise, they often pr…
cs.SE2026
SiblingRepair: Sibling-Based Multi-Hunk Repair with Large Language Models
Xinyu Liu, Jiayu Ren, Yusen Wang +3
Developers often make similar mistakes across code locations implementing related functionalities. These locations, called siblings, share similar issues and require similar fixes.…
cs.SE2025
Studying and Understanding the Effectiveness and Failures of Conversational LLM-Based Repair
Aolin Chen, Haojun Wu, Qi Xin +2
Automated program repair (APR) is designed to automate the process of bug-fixing. In recent years, thanks to the rapid development of large language models (LLMs), automated repair…