Skip to content

Commit 369e2a8

Browse files
update fig caption
1 parent d15e259 commit 369e2a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ <h1>Refactoring Codebases through Library Design</h1>
8282

8383
<figure id="teaser">
8484
<img src="images/minicode.svg" alt="teaser">
85-
<figcaption style="text-align: center;">Overview of the problem that we study and the general structure of its solutions.
86-
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.
87-
Candidate refactorings are evaluated based on program simplicity (compression), and are expected to maintain correctness of the original code sources (pass rate).</figcaption>
85+
<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>
8886
</figure>
8987
</header>
9088

0 commit comments

Comments
 (0)