Safetensors
qwen3
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -4,4 +4,26 @@ datasets:
4
  - ZJUVAI/GenesisGeo
5
  base_model:
6
  - Qwen/Qwen3-0.6B-Base
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - ZJUVAI/GenesisGeo
5
  base_model:
6
  - Qwen/Qwen3-0.6B-Base
7
+ ---
8
+
9
+ # GenesisGeo Model
10
+
11
+ [📃Paper]() • [📚 Github](https://github.com/ZJUVAI/Newclid) • [📊 Dataset](https://huggingface.co/datasets/ZJUVAI/GenesisGeo)
12
+
13
+ This model is **specialized in automated geometric theorem proving**, capable of proposing auxiliary constructions to solve challenging geometry problems. It forms the core of the [**GenesisGeo**](https://github.com/ZJUVAI/Newclid) project—a neuro-symbolic system that reproduces the AlphaGeometry framework using the Newclid infrastructure.
14
+
15
+ Developed through large-scale synthetic training, this model demonstrates strong performance in geometric reasoning tasks. It is built upon the Qwen3-0.6B-Base architecture, fine-tuned specifically for generating auxiliary points and constructions in complex proof scenarios.
16
+
17
+ ## Model Description
18
+
19
+ - **Architecture:** Transformer-based language model
20
+ - **Base Model:** Qwen3-0.6B-Base
21
+ - **Training Dataset:** [GenesisGeo Dataset](https://huggingface.co/datasets/ZJUVAI/GenesisGeo) (21.8 million synthetically generated geometric theorems)
22
+ - **Purpose:** Proposing auxiliary constructions in geometric proofs within a neuro-symbolic reasoning loop
23
+
24
+ ## Performance
25
+
26
+ The integrated neuro-symbolic system achieves:
27
+ - **24/30** problems solved on the IMO-AG-30 benchmark
28
+ - Close to the original AlphaGeometry performance (25/30)
29
+