Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang authored Aug 15, 2023
1 parent dd594a2 commit 4fc017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h2 class="title is-3">Abstract</h2>
data, models, and benchmarks. LeanDojo extracts data from Lean and enables interaction with the proof environment programmatically.
It contains fine-grained annotations of premises in proofs, providing valuable data for <em>premise selection</em>&mdash;
a key bottleneck in theorem proving. Using this data, we develop <em>ReProver</em> (<u>Re</u>trieval-Augmented <u>Prover</u>):
the first LLM-based prover that is augmented with retrieval for selecting premises from a vast math library.
an LLM-based prover that is augmented with retrieval for selecting premises from a vast math library.
It is inexpensive and needs only one GPU week of training. Our retriever leverages LeanDojo's program analysis
capability to identify accessible premises and hard negative examples, which makes retrieval much more effective.
Furthermore, we construct a new benchmark consisting of 98,641 theorems and proofs extracted from Lean's math library.
Expand Down

0 comments on commit 4fc017d

Please sign in to comment.