Skip to content

Commit 3c0f849

Browse files
add figure 1 label
1 parent 20d0431 commit 3c0f849

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
@@ -84,7 +84,7 @@ <h1>Refactoring Codebases through Library Design</h1>
8484

8585
<figure id="teaser">
8686
<img src="images/minicode.svg" alt="teaser">
87-
<figcaption style="text-align: center;">Given a collection of different code sources, where a source is either program or repository and an optional existing library, agents must refactor the code sources by designing a new modular and reusable library. Candidate refactorings are evaluated based on program simplicity (compression) across both the library and refactored sources, and are expected to maintain correctness of the original code sources (pass rate).</figcaption>
87+
<figcaption style="text-align: center;">Figure 1: Given a collection of different code sources, where a source is either program or repository and an optional existing library, agents must refactor the code sources by designing a new modular and reusable library. Candidate refactorings are evaluated based on program simplicity (compression) across both the library and refactored sources, and are expected to maintain correctness of the original code sources (pass rate).</figcaption>
8888
</figure>
8989
</header>
9090

0 commit comments

Comments
 (0)