A Multi-Modal Neural Geometric Solver with Textual Clauses Parsed from Diagram
Ming-Liang Zhang, Fei Yin, Cheng-Lin Liu
TL;DR
This work tackles geometry problem solving (GPS) by introducing PGPSNet, a diagram-text fusion neural solver that converts geometry diagrams into textual structural and semantic clauses and generates an interpretable solution program. It couples a diagram encoder, a clause-aware text encoder, and a self-limited decoder, enhanced by structural/semantic pre-training and five data-augmentation strategies. The authors also provide PGPS9K, a large-scale GPS dataset with fine-grained diagram annotations and an interpretable solution program, enabling rigorous evaluation against state-of-the-art neural and symbolic solvers. Experimental results on Geometry3K and PGPS9K show that PGPSNet substantially improves neural GPS performance and narrows the gap with symbolic approaches, highlighting the potential of clause-based diagram representations for multi-modal geometric reasoning.
Abstract
Geometry problem solving (GPS) is a high-level mathematical reasoning requiring the capacities of multi-modal fusion and geometric knowledge application. Recently, neural solvers have shown great potential in GPS but still be short in diagram presentation and modal fusion. In this work, we convert diagrams into basic textual clauses to describe diagram features effectively, and propose a new neural solver called PGPSNet to fuse multi-modal information efficiently. Combining structural and semantic pre-training, data augmentation and self-limited decoding, PGPSNet is endowed with rich knowledge of geometry theorems and geometric representation, and therefore promotes geometric understanding and reasoning. In addition, to facilitate the research of GPS, we build a new large-scale and fine-annotated GPS dataset named PGPS9K, labeled with both fine-grained diagram annotation and interpretable solution program. Experiments on PGPS9K and an existing dataset Geometry3K validate the superiority of our method over the state-of-the-art neural solvers. Our code, dataset and appendix material are available at \url{https://github.com/mingliangzhang2018/PGPS}.
