Wauplin HF staff commited on
Commit
ad8affb
1 Parent(s): 4299896

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -2,4 +2,20 @@
2
  license: apache-2.0
3
  ---
4
 
5
- Checkout https://github.com/google-deepmind/alphageometry.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # Solving Olympiad Geometry without Human Demonstrations
6
+
7
+
8
+ This repository contains the weight files necessary to reproduce DDAR and AlphaGeometry, the two geometry theorem provers
9
+ introduced in the [Nature 2024](https://www.nature.com/articles/s41586-023-06747-5) paper:
10
+
11
+ *<center>"Solving Olympiad Geometry without Human Demonstrations".</center>*
12
+
13
+ </br>
14
+
15
+ <center>
16
+ <img alt="fig1" width="800px" src="https://raw.githubusercontent.com/google-deepmind/alphageometry/main/fig1.svg">
17
+ </center>
18
+
19
+ </br>
20
+
21
+ For more details and instructions on how to use them, check out https://github.com/google-deepmind/alphageometry.