RanXinByteDance commited on
Commit
12cf310
·
verified ·
1 Parent(s): 1bce9a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -17,11 +17,13 @@ tags:
17
  ---
18
 
19
  <div align="center">
20
- <h1 style="font-size: 2.0em;">🚀 BFS-Prover: Scalable Best-First Tree Search for LLM-based Automatic Theorem Proving</h1>
21
- <a href="https://arxiv.org/abs/2502.03438"><img src="https://img.shields.io/badge/arXiv-2502.03438-b31b1b.svg" alt="arXiv"></a>
22
- <a href="https://choosealicense.com/licenses/apache-2.0/"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache 2.0"></a>
23
- <img src="https://img.shields.io/badge/Lean-4-orange" alt="Lean 4">
24
- <h2>State-of-the-art tactic generation model in Lean4</h2>
 
 
25
  </div>
26
 
27
  This repository contains the latest tactic generator model checkpoint from BFS-Prover, a state-of-the-art theorem proving system in Lean4. While the full BFS-Prover system integrates multiple components for scalable theorem proving, we are releasing the core tactic generation model that achieved state-of-the-art performance on formal mathematics tasks. Given a proof state in Lean4, the model generates a tactic that transforms the current proof state into a new state, progressively working towards completing the proof.
 
17
  ---
18
 
19
  <div align="center">
20
+ <h1 style="font-size: 2.0em;">🚀 BFS-Prover: Scalable Best-First Tree Search for LLM-based Automatic Theorem Proving</h1>
21
+ <div style="display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;">
22
+ <a href="https://arxiv.org/abs/2502.03438"><img src="https://img.shields.io/badge/arXiv-2502.03438-b31b1b.svg" alt="arXiv"></a>
23
+ <a href="https://choosealicense.com/licenses/apache-2.0/"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache 2.0"></a>
24
+ <img src="https://img.shields.io/badge/Lean-4-orange" alt="Lean 4">
25
+ </div>
26
+ <h2>State-of-the-art tactic generation model in Lean4</h2>
27
  </div>
28
 
29
  This repository contains the latest tactic generator model checkpoint from BFS-Prover, a state-of-the-art theorem proving system in Lean4. While the full BFS-Prover system integrates multiple components for scalable theorem proving, we are releasing the core tactic generation model that achieved state-of-the-art performance on formal mathematics tasks. Given a proof state in Lean4, the model generates a tactic that transforms the current proof state into a new state, progressively working towards completing the proof.