GOLD: Geometry Problem Solver with Natural Language Description
Jiaxin Zhang, Yashar Moshfeghi
TL;DR
GOLD tackles automated geometry problem solving by transforming geometry diagrams into natural language descriptions and leveraging large language models to generate solution programs. By separately modeling symbols and geometric primitives, GOLD constructs sym2geo and geo2geo relations, converts them into NL, and uses LLMs to solve problems from UniGeo, PGPS9K, and Geometry3K data. The approach yields substantial accuracy gains over Geoformer and PGPSNet, and ablations confirm the value of NL descriptions and the embedded representations for reliable relation extraction. This diagram-to-language strategy enhances interpretability and enables seamless integration with LLM-based reasoning, offering a scalable path for multimodal geometry problem solving with practical impact on educational AI tools.
Abstract
Addressing the challenge of automated geometry math problem-solving in artificial intelligence (AI) involves understanding multi-modal information and mathematics. Current methods struggle with accurately interpreting geometry diagrams, which hinders effective problem-solving. To tackle this issue, we present the Geometry problem sOlver with natural Language Description (GOLD) model. GOLD enhances the extraction of geometric relations by separately processing symbols and geometric primitives within the diagram. Subsequently, it converts the extracted relations into natural language descriptions, efficiently utilizing large language models to solve geometry math problems. Experiments show that the GOLD model outperforms the Geoformer model, the previous best method on the UniGeo dataset, by achieving accuracy improvements of 12.7% and 42.1% in calculation and proving subsets. Additionally, it surpasses the former best model on the PGPS9K and Geometry3K datasets, PGPSNet, by obtaining accuracy enhancements of 1.8% and 3.2%, respectively.
