Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseFly authored Aug 23, 2023
1 parent b326cfb commit d2b424f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

Welcome to the source code repo of **Rectify**, a patch generation tool introduced in our ESEC/FSE'23 paper "Copiloting the Copilot: Fusing Large Language Models with Completion Engines for Automated Program Repair"!

![Rectify Demo (Light Version)](/assets/Rectify-Demo-Light.svg#gh-light-mode-only)
![Rectify Demo (Dark Version)](/assets/Rectify-Demo-Dark.svg#gh-dark-mode-only)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/assets/Rectify-Demo-Light.svg">
<source media="(prefers-color-scheme: light)" srcset="/assets/Rectify-Demo-Dark.svg">
<img alt="Rectify Demo" src="/assets/Rectify-Demo-Light.svg">
</picture>

Rectify leverages the synergy between a semantics-based code completion engine and an auto-regressive large language model for more efficient valid patch generation.

Expand Down

0 comments on commit d2b424f

Please sign in to comment.