paper-with-me

홈 › Papers

Newclid: A User-Friendly Replacement for AlphaGeometry

2024-11-18 · Vladmir Sicca, Tianxiang Xia, Mathïs Fédérico, Philip John Gorinski, Simon Frieder, Shangling Jui

We introduce a new symbolic solver for geometry, called Newclid, which is based on AlphaGeometry. Newclid contains a symbolic solver called DDARN (derived from DDAR-Newclid), which is a significant refactoring and upgrade of AlphaGeometry's DDAR symbolic solver by being more user-friendly - both for the end user as well as for a programmer wishing to extend the codebase. For the programmer, improvements include a modularized codebase and new debugging and visualization tools. For the user, Newclid contains a new command line interface (CLI) that provides interfaces for agents to guide DDARN. DDARN is flexible with respect to its internal reasoning, which can be steered by agents. Further, we support input from GeoGebra to make Newclid accessible for educational contexts. Further, the scope of problems that Newclid can solve has been expanded to include the ability to have an improved understanding of metric geometry concepts (length, angle) and to use theorems such as the Pythagorean theorem in proofs. Bugs have been fixed, and reproducibility has been improved. Lastly, we re-evaluated the five remaining problems from the original AG-30 dataset that AlphaGeometry was not able to solve and contrasted them with the abilities of DDARN, running in breadth-first-search agentic mode (which corresponds to how DDARN runs by default), finding that DDARN solves an additional problem. We have open-sourced our code under: https://github.com/LMCRC/Newclid

📄 PDF Abstract BibTeX arXiv:2411.11938

Code (1)

lmcrc/newclid 공식 구현

Similar Papers 제목 키워드 기반

Gold-medalist Performance in Solving Olympiad Geometry with AlphaGeometry2

2025-02-05 · Yuri Chervonyi, Trieu H. Trinh, Miroslav Olšák, Xiaomeng Yang 외

We present AlphaGeometry2, a significantly improved version of AlphaGeometry introduced in Trinh et al. (2024), which has now surpassed an average gold medalist in solving Olympiad geometry problems. To achieve this, we …

Language ModelingLanguage ModellingMathSynthetic Data Generation

Wu's Method can Boost Symbolic AI to Rival Silver Medalists and AlphaGeometry to Outperform Gold Medalists at IMO Geometry

2024-04-09 · Shiven Sinha, Ameya Prabhu, Ponnurangam Kumaraguru, Siddharth Bhat 외

Proving geometric theorems constitutes a hallmark of visual reasoning combining both intuitive and logical skills. Therefore, automated theorem proving of Olympiad-level geometry problems is considered a notable mileston…

Automated Theorem ProvingCPUVisual Reasoning

NL2AGBench: Benchmarking LLM Auto-Formalization for AlphaGeometry

2026-08-28 · Samuel Xiao, Judy Song, Rory Hu, Ziliang Zong arxiv

Recent advances in large language models (LLMs) have demonstrated strong capabilities in natural language understanding and mathematical reasoning. However, their ability to translate informal mathematical problems into …

Natural Language UnderstandingMathematical Reasoning

EPEdit: Redefining Image Editing with Generative AI and User-Centric Design

2026-06-23 · Hoang-Phuc Nguyen, Dinh-Khoi Vo, Trong-Le Do, Hai-Dang Nguyen 외 arxiv

The demand for image manipulation has seen a significant increase recently. Traditional tools like Photoshop and Capture One, while powerful, require considerable expertise to use effectively. Generative AI has introduce…

Image ManipulationImage GenerationImage Editing

Effectiveness of MPC-friendly Softmax Replacement

2020-11-23 · Marcel Keller, Ke Sun

Softmax is widely used in deep learning to map some representation to a probability distribution. As it is based on exp/log functions that are relatively expensive in multi-party computation, Mohassel and Zhang (2017) pr…