purewhite42 commited on
Commit
5ffa9a8
·
verified ·
1 Parent(s): 55a1033

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ Please refer to the [📺GitHub repo](https://github.com/Purewhite2019/dexplorat
34
 
35
  **DExplorer-8B** is a Lean 4-based agent that generates provable formal mathematical statements through step-by-step **Deductive Exploration (DExploration)**. Instead of directly synthesizing problems in one shot, DExplorer explores the mathematical world step by step — introducing variables/hypotheses, deriving intermediate facts, and submitting conclusions — with each step verified by the Lean 4 kernel. This ensures the **provability** of generated statements while enabling the synthesis of **complex** problems that push the limits of state-of-the-art provers.
36
 
37
- This model is fine-tuned from [Goedel-Prover-V2-8B](https://huggingface.co/Goedel-Prover/Goedel-Prover-V2-8B) on [🤗purewhite42/DExploration_Dataset](https://huggingface.co/datasets/purewhite42/DExploration_Dataset) using supervised fine-tuning.
38
 
39
  ## ⚙️ Usage
40
 
@@ -73,7 +73,7 @@ For questions about the paper, data, or code:
73
  - **Issues**: [GitHub Issues](https://github.com/Purewhite2019/dexploration_main/issues)
74
 
75
  ## 👍 Acknowledgments
76
- - [NuminaMath-LEAN](https://huggingface.co/AI-MO/NuminaMath-LEAN) for the high-quality statement-proof data.
77
  - [Goedel-Prover](https://huggingface.co/Goedel-LM/Goedel-Prover-V2-8B) for the base model.
78
  - [Pantograph](https://github.com/leanprover/Pantograph) for Lean 4 interaction.
79
  - And many other open-source projects!
 
34
 
35
  **DExplorer-8B** is a Lean 4-based agent that generates provable formal mathematical statements through step-by-step **Deductive Exploration (DExploration)**. Instead of directly synthesizing problems in one shot, DExplorer explores the mathematical world step by step — introducing variables/hypotheses, deriving intermediate facts, and submitting conclusions — with each step verified by the Lean 4 kernel. This ensures the **provability** of generated statements while enabling the synthesis of **complex** problems that push the limits of state-of-the-art provers.
36
 
37
+ This model is fine-tuned from [Goedel-Prover-V2-8B](https://huggingface.co/Goedel-LM/Goedel-Prover-V2-8B) on [DExploration-40K](https://huggingface.co/datasets/purewhite42/DExploration-40K) using supervised fine-tuning.
38
 
39
  ## ⚙️ Usage
40
 
 
73
  - **Issues**: [GitHub Issues](https://github.com/Purewhite2019/dexploration_main/issues)
74
 
75
  ## 👍 Acknowledgments
76
+ - [NuminaMath-LEAN](https://huggingface.co/datasets/AI-MO/NuminaMath-LEAN) for the high-quality statement-proof data.
77
  - [Goedel-Prover](https://huggingface.co/Goedel-LM/Goedel-Prover-V2-8B) for the base model.
78
  - [Pantograph](https://github.com/leanprover/Pantograph) for Lean 4 interaction.
79
  - And many other open-source projects!