Skip to content

Commit 7f3bd15

Browse files
update descriptions and casing
1 parent 4d5aa0b commit 7f3bd15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ <h1>Refactoring Codebases through Library Design</h1>
4949
<nav>
5050
<ul>
5151
<li><a href="https://arxiv.org/abs/2506.11058" target="_blank" class="nav-button"><i class="ai ai-arxiv"></i> arXiv</a></li>
52-
<li><a href="https://github.com/code-refactor/minicode" target="_blank" class="nav-button"><i class="fa-brands fa-github"></i> MINiCODE</a></li>
53-
<li><a href="https://github.com/code-refactor/Librarian" target="_blank" class="nav-button"><i class="fa-brands fa-github"></i> LIBRARIAN</a></li>
52+
<li><a href="https://github.com/code-refactor/minicode" target="_blank" class="nav-button"><i class="fa-brands fa-github"></i> Minicode</a></li>
53+
<li><a href="https://github.com/code-refactor/Librarian" target="_blank" class="nav-button"><i class="fa-brands fa-github"></i> Librarian</a></li>
5454
<li><a href="#citation" class="nav-button"><i class="fa-solid fa-quote-right"></i> Citation</a></li>
5555
</ul>
5656
</nav>
@@ -73,10 +73,10 @@ <h2 id="abstract">Abstract</h2>
7373
<h2 id="contributions">Key Contributions</h2>
7474
<div class="contributions-grid">
7575
<a href="https://github.com/code-refactor/Librarian" target="_blank" class="contribution-box">
76-
<p><strong>LIBRARIAN</strong> is a novel sample-and-rerank method that refactors codebases into reusable libraries. It clusters code to find shared structures, samples refactorings, and ranks them by simplicity and correctness. It achieves 1.6-2x better compression than top code agents while boosting accuracy.</p>
76+
<p><strong>Librarian</strong> is a novel sample-and-rerank method that refactors codebases into reusable libraries. It clusters code to find shared structures, samples refactorings, and ranks them by simplicity and correctness. It achieves 1.6-2x better compression than top code agents while boosting accuracy.</p>
7777
</a>
7878
<a href="https://github.com/code-refactor/minicode" target="_blank" class="contribution-box">
79-
<p><strong>MINiCODE</strong> is a new benchmark for testing code agents' ability to create unified libraries from multiple code sources. It emphasizes open-ended design, verifiable correctness via unit tests, and large-context synthesis. It spans competition coding and synthesized repositories, filling gaps in existing benchmarks.</p>
79+
<p><strong>Minicode</strong> is a benchmark for testing code agents' ability to create unified libraries from multiple code sources, such as competition coding programs and Python repositories. It requires open-ended design and large-context understanding in order to craft simple libraries.</p>
8080
</a>
8181
</div>
8282
</section>

0 commit comments

Comments
 (0)