1 citations · 1 across the 3 of their papers we have counts for
4 papers
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…
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.…
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…
Towards Practical and Useful Automated Program Repair for Debugging
Qi Xin, Haojun Wu, Steven P. Reiss +1
Current automated program repair (APR) techniques are far from being practical and useful enough to be considered for realistic debugging. They rely on unrealistic assumptions incl…