news

Oct 31, 2024 :memo: Our paper SpecRover: Code Intent Extraction via LLMs has been accepted to ICSE’25. SpecRover (AutoCodeRover-v2.0) features explicit natural language intent extraction at the function level, and is the best-performing open-source agent!
Oct 26, 2024 :memo: Our paper EffFix: Efficient and Effective Repair of Pointer Manipulating Programs has been accepted to TOSEM. EffFix fixes memory errors by using static analysis summary to guide patch space exploration and cluster the patches based on their semantic effects.
Jul 03, 2024 :memo: Our paper AutoCodeRover: Autonomous Program Improvement has been accepted to ISSTA’24.
Apr 08, 2024 :rocket: Our autonomous software engineering agent AutoCodeRover is released! AutoCodeRover performs program structure-aware code search to efficiently retrieve relevant code context. Check out the arXiv paper, source code, website, and announcement for details!
Apr 12, 2022 :memo: Our paper Program Vulnerability Repair via Inductive Inference has been accepted to ISSTA’22. VulnFix performs inductive inference on normal/buggy program states to extract constraints for security vulnerability repair.
Aug 01, 2021 :sparkles: Started my PhD!