-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (188 loc) · 10.6 KB
/
index.html
File metadata and controls
213 lines (188 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI-Driven Formal Theorem Proving in the Lean Ecosystem</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="./static/css/academicons.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar is-light" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="index.html">
<strong>LeanDojo</strong>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item is-active" href="index.html">
Home
</a>
<a class="navbar-item" href="leandojo.html">
LeanDojo
</a>
<a class="navbar-item" href="leanagent.html">
LeanAgent
</a>
<a class="navbar-item" href="leancopilot.html">
LeanCopilot
</a>
<a class="navbar-item" href="leanprogress.html">
LeanProgress
</a>
<a class="navbar-item" href="leanide.html">
LeanIDE
</a>
<a class="navbar-item" href="torchlean.html">
TorchLean
</a>
<a class="navbar-item" href="bridge.html">
BRIDGE
</a>
</div>
</div>
</nav>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">AI-Driven Formal Theorem Proving</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">California Institute of Technology, PI: <a target="_blank" href="http://tensorlab.cms.caltech.edu/users/anima/">Anima Anandkumar</a>, Grad Student: <a target="_blank" href="https://www.robertj1.com/">Robert Joseph George</a></span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<span class="link-block">
<a target="_blank" href="https://github.com/lean-dojo"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-widescreen">
<div class="rows">
<div class="rows is-centered ">
<div class="row is-full-width">
<h2 class="title is-3"><span class="lean-infer">The Grand Challenge</span></h2>
<p style="font-size: 125%">The challenge is to formalize and verify everything from programs, to scientific experiments, to mathematics. Our lab is working on making verification accessible, mathematically rigorous, and practical by combining large language models with formal proof assistants like Lean. We want to bring formal methods to broader scientific computing, where correctness matters for reproducible research and trustworthy software.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-widescreen">
<div class="rows">
<div class="rows is-centered ">
<div class="row is-full-width">
<h2 class="title is-3"><span class="dvima">Papers</span></h2>
<div class="content" style="font-size: 125%">
<p><strong>TorchLean: Formalizing Neural Networks in Lean</strong><br>
Robert Joseph George, Jennifer Cruden, Xiangru Zhong, Huan Zhang, Anima Anandkumar<br>
<em>arXiv preprint, 2026</em><br>
<a target="_blank" href="https://arxiv.org/abs/2602.22631">arXiv:2602.22631</a></p>
<p><strong>BRIDGE: Building Representations In Domain Guided Program Synthesis</strong><br>
Robert Joseph George, Carson Eisenach, Udaya Ghai, Dominique Perrault-Joncas, Anima Anandkumar, Dean Foster<br>
<em>arXiv preprint, 2026</em><br>
<a target="_blank" href="https://arxiv.org/abs/2511.21104">arXiv:2511.21104</a></p>
<p><strong>Mathematical Discovery and Formalization Towards the AC Conjecture</strong><br>
Caroline Zhang, Aaron Zhao, Robert Joseph George, Sergei Gukov, Anima Anandkumar<br>
<em>NeurIPS Mathematical Reasoning and AI, 2025</em><br>
<a target="_blank" href="https://neurips.cc/virtual/2025/workshop/109565">NeurIPS Workshop</a></p>
<p><strong>LeanDojo-v2: A Comprehensive Library for AI-Assisted Theorem Proving in Lean</strong><br>
Ryan Hsiang, Will Adkisson, Robert Joseph George, Anima Anandkumar<br>
<em>NeurIPS Mathematical Reasoning and AI, 2025</em><br>
<a target="_blank" href="https://neurips.cc/virtual/2025/workshop/109565">NeurIPS Workshop</a></p>
<p><strong>LeanProgress: Guiding Search for Neural Theorem Proving via Proof Progress Prediction</strong><br>
Robert Joseph George, Suozhi Huang, Anima Anandkumar et al.<br>
<em>Transactions on Machine Learning Research (TMLR), 2025</em><br>
<a target="_blank" href="https://arxiv.org/abs/2502.17925">arXiv:2502.17925</a></p>
<p><strong>LeanAgent: Lifelong Learning for Formal Theorem Proving</strong><br>
Adarsh Kumarappan, Mo Tiwari, Peiyang Song, Robert Joseph George, Chaowei Xiao, Anima Anandkumar<br>
<em>International Conference on Learning Representations (ICLR) 2025</em><br>
<a target="_blank" href="https://arxiv.org/abs/2410.06209">arXiv:2410.06209</a></p>
<p><strong>Lean Copilot: Large Language Models as Copilots for Theorem Proving in Lean</strong><br>
Peiyang Song, Kaiyu Yang, Anima Anandkumar<br>
<em>International Conference on Neuro-symbolic Systems (NeuS) 2025</em><br>
<a target="_blank" href="https://arxiv.org/abs/2404.12534">arXiv:2404.12534</a></p>
<p><strong>LeanDojo: Theorem Proving with Retrieval-Augmented Language Models</strong><br>
Kaiyu Yang, Aidan Swope, Alex Gu, Rahul Chalamala, Peiyang Song, Shixing Yu, Saad Godil, Ryan Prenger, Anima Anandkumar<br>
<em>Neural Information Processing Systems (NeurIPS) 2023</em><br>
<a target="_blank" href="https://arxiv.org/abs/2306.15626">arXiv:2306.15626</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column">
<div class="content has-text-centered">
<p>
Website template borrowed from <a
href="https://vimalabs.github.io/">VIMA</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>