Skip to content

Commit 2e78233

Browse files
caption
1 parent fe8ae29 commit 2e78233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1>Refactoring Codebases through Library Design</h1>
9494

9595
<figure id="teaser">
9696
<img src="images/fig1.svg" alt="teaser">
97-
<figcaption style="text-align: center;">Overview of the problem that we study and the general structure of its solutions. Given a collection of different code sources, where a source is either program or repository, we design a modular and reusable library. To do this we cluster together related programs into tuples (left), sample different rewrites using a language model (right), and select the rewrites which optimize various criteria, such as compression, while validating candidate rewrites using test cases (pass rate).</figcaption>
97+
<figcaption style="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>
9898
</figure>
9999
</header>
100100

0 commit comments

Comments
 (0)