Skip to content
— CH. 1 · SYSTEM ARCHITECTURE AND DESIGN —

AlphaGeometry

~3 min read · Ch. 1 of 5
5 sections
  • DeepMind released an artificial intelligence program named AlphaGeometry in 2024. This system combines two distinct technologies to solve Euclidean geometry problems. A data-driven large language model works alongside a rule-based symbolic engine called Deductive Database Arithmetic Reasoning. Traditional programs rely exclusively on human-coded rules to generate rigorous proofs. Such rigid systems lack flexibility when facing unusual situations. The new design allows the symbolic engine to request help from the large language model. When the engine fails to find a formal proof, it solicits suggestions for geometric constructs. These suggestions allow the process to move forward toward a solution.

  • The program solved 25 out of 30 International Mathematical Olympiad geometry problems within competition time limits. This performance level is almost as good as the average human gold medallist. Previous AI attempts struggled significantly with these same challenges. An older program known as Wu's method managed to solve only 10 problems. The gap between the old and new results highlights a major leap in capability. DeepMind tested the system against questions that had been used in past competitions. The strict time constraints ensured the results reflected genuine problem-solving speed rather than unlimited calculation time.

  • Traditional geometry programs are symbolic engines that rely exclusively on human-coded rules. AlphaGeometry combines such an engine with a specialized large language model trained on synthetic data. The training set consists of geometrical proofs generated specifically for this purpose. When the symbolic engine does not manage to find a formal and rigorous proof on its own, it solicits the large language model. The model suggests a geometric construct to help the system proceed. Researchers note that it remains unclear how applicable this method is to other domains of mathematics. Symbolic engines rely on domain-specific rules which limit their broader transferability. The need for vast amounts of synthetic data also presents a significant hurdle for future applications.

  • DeepMind published a paper about AlphaGeometry in the peer-reviewed journal Nature on the 17th of January 2024. The research detailed the architecture and performance of the system. MIT Technology Review featured the program on the same day as the publication. This timing coincided with the release of findings regarding the International Mathematical Olympiad results. The scientific community received the announcement with interest given the high difficulty of the problems solved. Peer review processes ensured the claims were verified before public dissemination. The document serves as the primary record of the system's initial capabilities and design choices.

  • An improved version named AlphaGeometry 2 was published on the 5th of February 2025. Developers added more features to the representation language to describe complex geometry problems. These updates allow the system to handle movements of objects and linear equations involving angles. The team targeted IMO geometry questions from 2000 to 2024 during development. The expanded representation language allowed them to cover 88% of the questions in that range. It uses Gemini finetuned on a synthetically generated dataset of problems and solutions. The model assists by making auxiliary constructions like lines and points to help tree search algorithms. Autoformalization converts problems written in English into the specific representation language used internally.

Common questions

What is AlphaGeometry and when was it released?

DeepMind released an artificial intelligence program named AlphaGeometry in 2024. This system combines two distinct technologies to solve Euclidean geometry problems.

How many International Mathematical Olympiad geometry problems did AlphaGeometry solve?

The program solved 25 out of 30 International Mathematical Olympiad geometry problems within competition time limits. This performance level is almost as good as the average human gold medallist.

When did DeepMind publish a paper about AlphaGeometry in Nature?

DeepMind published a paper about AlphaGeometry in the peer-reviewed journal Nature on the 17th of January 2024. The research detailed the architecture and performance of the system.

What features does AlphaGeometry 2 include compared to the original version?

An improved version named AlphaGeometry 2 was published on the 5th of February 2025. Developers added more features to the representation language to describe complex geometry problems including movements of objects and linear equations involving angles.

How does AlphaGeometry combine large language models with symbolic engines?

A data-driven large language model works alongside a rule-based symbolic engine called Deductive Database Arithmetic Reasoning. When the engine fails to find a formal proof, it solicits suggestions for geometric constructs from the large language model.

All sources

8 references cited across the entry

  1. 2webA.I.'s Latest Challenge: the Math OlympicsSiobhan Roberts — 17 January 2024
  2. 3journalSolving olympiad geometry without human demonstrationsTrieu H. Trinh et al. — 2024
  3. 8arxivGold-medalist Performance in Solving Olympiad Geometry with AlphaGeometry2Yuri Chervonyi et al. — 2025