awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-deepmind avatar

google-deepmind/alphageometry

0
View on GitHub↗
4,865 星标·577 分支·Python·Apache-2.0·7 次浏览

Alphageometry

AlphaGeometry 是一个神经符号 AI 系统,设计为自动几何求解器和定理证明器。它将大型语言模型与形式化证明引擎集成,从给定的前提中推导出几何结论并生成分步形式化证明。

该系统通过将符号演绎引擎与神经驱动的辅助构造相结合而脱颖而出。这种架构使用语言模型来提出额外的点或线以弥补证明中的空白,而演绎数据库和代数推理系统则根据严格的公理验证每一步的数学正确性。

该项目通过迭代证明搜索和符号-神经混合循环涵盖形式化数学验证和符号几何推理。

Features

  • Formal Mathematical Proofs - Converts geometric conjectures into rigorous, machine-verifiable formal mathematical proofs.
  • Geometric Problem Solving - Solves geometry problems by deriving conclusions from premises using a deductive database and algebraic engine.
  • Auxiliary Construction Prediction - Uses a language model to predict the placement of auxiliary points and lines to bridge proof gaps.
  • Rule-Based Neural Hybrids - Integrates a deterministic symbolic reasoner with a neural model in a hybrid loop to refine theorem proofs.
  • Neuro-Symbolic Architectures - Implements a hybrid architecture integrating a language model for constructions and a deductive database for reasoning.
  • Deductive Databases - Utilizes a deductive database to store geometric properties and derive new conclusions via symbolic logic.
  • Automated Geometry Solvers - Provides an automated tool that derives geometric conclusions from premises using symbolic logic.
  • Neural Construction Proposals - Proposes additional geometric points or lines using a language model to enable proof completion.
  • Automated Theorem Provers - Generates formal step-by-step proofs for geometric theorems by combining symbolic deduction and neural networks.
  • Computer Algebra Systems - Implements a system for performing symbolic algebraic manipulations to validate geometric claims.
  • Geometric Auxiliary Proposals - Proposes additional geometric points or lines to facilitate proofs when direct deduction is insufficient.
  • Automated Proof Construction - Employs an iterative search process to generate formal proof terms by combining deduction and probabilistic guesses.
  • LLM-Driven Construction - Uses a large language model as an engine to propose additional constructions to complete mathematical proofs.

Star 历史

google-deepmind/alphageometry 的 Star 历史图表google-deepmind/alphageometry 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

google-deepmind/alphageometry 是做什么的?

AlphaGeometry 是一个神经符号 AI 系统,设计为自动几何求解器和定理证明器。它将大型语言模型与形式化证明引擎集成,从给定的前提中推导出几何结论并生成分步形式化证明。

google-deepmind/alphageometry 的主要功能有哪些?

google-deepmind/alphageometry 的主要功能包括:Formal Mathematical Proofs, Geometric Problem Solving, Auxiliary Construction Prediction, Rule-Based Neural Hybrids, Neuro-Symbolic Architectures, Deductive Databases, Automated Geometry Solvers, Neural Construction Proposals。

google-deepmind/alphageometry 有哪些开源替代品?

google-deepmind/alphageometry 的开源替代品包括: leanprover/lean4 — Lean 4 is a functional programming language and interactive proof assistant used to formalize mathematics and verify… coq/coq — Coq is an interactive theorem prover and proof assistant used for formal mathematical verification and verified… sympy/sympy — SymPy is a Python computer algebra system and symbolic mathematics library. It performs algebraic manipulations,… z3prover/z3 — Z3 is an automated theorem prover and satisfiability modulo theories solver designed to determine the validity of… microsoft/bosquelanguage — Bosque is an experimental programming language and development platform designed for machine-assisted software… sciml/modelingtoolkit.jl — ModelingToolkit.jl is a symbolic modeling framework and computer algebra system designed for the definition and…

Alphageometry 的开源替代方案

相似的开源项目,按与 Alphageometry 的功能重合度排序。
  • leanprover/lean4leanprover 的头像

    leanprover/lean4

    8,306在 GitHub 上查看↗

    Lean 4 is a functional programming language and interactive proof assistant used to formalize mathematics and verify software correctness. It functions as a dependent type theorem prover and a formal verification tool that allows users to construct mathematical proofs and ensure program correctness. Additionally, it serves as a logic-based source for generating verified datasets used to train and benchmark artificial intelligence reasoning systems. The system distinguishes itself through a small-kernel verification model, where all proofs are verified by a trusted core of basic logical rules.

    Leanleanlean4
    在 GitHub 上查看↗8,306
  • coq/coqcoq 的头像

    coq/coq

    5,488在 GitHub 上查看↗

    Coq is an interactive theorem prover and proof assistant used for formal mathematical verification and verified software development. It utilizes the Gallina functional language to define computable functions and logical propositions, which are then verified through a machine-checked kernel. The system employs a dependent type system and a Caldicott-style proof engine to automate proof search and tactic execution. These capabilities allow for the creation of formal specifications and the development of algorithms that are mathematically proven to meet specific requirements. The toolset inclu

    OCaml
    在 GitHub 上查看↗5,488
  • sympy/sympysympy 的头像

    sympy/sympy

    14,683在 GitHub 上查看↗

    SymPy is a Python computer algebra system and symbolic mathematics library. It performs algebraic manipulations, calculus, and equation solving using symbolic representations to achieve exact computations rather than numerical approximations. The library includes a LaTeX expression parser that converts mathematical strings into symbolic representations for computation and formula manipulation. It also incorporates a mathematical benchmarking suite to measure execution speed and detect performance regressions across different software versions. The system provides capabilities for automated m

    Pythoncomputer-algebrahacktoberfestmath
    在 GitHub 上查看↗14,683
  • z3prover/z3Z3Prover 的头像

    Z3Prover/z3

    11,936在 GitHub 上查看↗

    Z3 is an automated theorem prover and satisfiability modulo theories solver designed to determine the validity of complex logical formulas. It functions as a formal verification framework, enabling the systematic checking of hardware and software system specifications against defined logical constraints to identify inconsistencies or design flaws. The engine distinguishes itself through a combination of theory-specific decision procedures and symbolic execution capabilities. It employs conflict-driven clause learning and backtracking search algorithms to prune search spaces, while maintaining

    C++
    在 GitHub 上查看↗11,936
  • 查看 Alphageometry 的所有 13 个替代方案→