You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,10 @@ <h1>Refactoring Codebases through Library Design</h1>
54
54
</nav>
55
55
56
56
<figureid="teaser">
57
-
<imgsrc="images/fig1.png" alt="teaser">
58
-
<figcaptionstyle="text-align: center;">Given a collection of different code sources, where a source is either program or repository, agents must design a modular and reusable library. Libraries are evaluated by how well the refactoring compress the original code, while at least maintaining correctness.</figcaption>
57
+
<imgsrc="images/minicode.svg" alt="teaser">
58
+
<figcaptionstyle="text-align: center;">Overview of the problem that we study and the general structure of its solutions.
59
+
Given a collection of different code source, where a source is either program or repository,—and optionally an existing library—we refactor the code sources by designing a new modular and reusable library.
60
+
Candidate refactorings are evaluated based on program simplicity (compression), and are expected to maintain correctness of the original code sources (pass rate).</figcaption>
0 commit comments