paper-with-me

Papers

FGeo-TP: A Language Model-Enhanced Solver for Geometry Problems

2024-02-14 · Yiming He, Jia Zou, Xiaokai Zhang, Na Zhu, Tuo Leng

The application of contemporary artificial intelligence techniques to address geometric problems and automated deductive proof has always been a grand challenge to the interdiscipline field of mathematics and artificial Intelligence. This is the fourth article in a series of our works, in our previous work, we established of a geometric formalized system known as FormalGeo. Moreover we annotated approximately 7000 geometric problems, forming the FormalGeo7k dataset. Despite the FGPS (Formal Geometry Problem Solver) can achieve interpretable algebraic equation solving and human-like deductive reasoning, it often experiences timeouts due to the complexity of the search strategy. In this paper, we introduced FGeo-TP (Theorem Predictor), which utilizes the language model to predict theorem sequences for solving geometry problems. We compared the effectiveness of various Transformer architectures, such as BART or T5, in theorem prediction, implementing pruning in the search process of FGPS, thereby improving its performance in solving geometry problems. Our results demonstrate a significant increase in the problem-solving rate of the language model-enhanced FGeo-TP on the FormalGeo7k dataset, rising from 39.7% to 80.86%. Furthermore, FGeo-TP exhibits notable reductions in solving time and search steps across problems of varying difficulty levels.

📄 PDF Abstract BibTeX arXiv:2402.09047

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Position-Wise Feed-Forward Layer 설명 없음
SentencePiece 설명 없음
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…

Similar Papers 제목 키워드 기반

Hilbert-Geo: Solving Solid Geometric Problems by Neural-Symbolic Reasoning

2026-05-11 · Ruoran Xu, Haoyu Cheng, Bin Dong, Qiufeng Wang arxiv

Geometric problem solving, as a typical multimodal reasoning problem, has attracted much attention and made great progress recently, however most of works focus on plane geometry while usually fail in solid geometry due …

Multimodal Reasoning

FGeo-DRL: Deductive Reasoning for Geometric Problems through Deep Reinforcement Learning

2024-02-14 · Jia Zou, Xiaokai Zhang, Yiming He, Na Zhu 외

The human-like automatic deductive reasoning has always been one of the most challenging open problems in the interdiscipline of mathematics and artificial intelligence. This paper is the third in a series of our works. …

AI AgentDeep Reinforcement LearningLanguage ModelingLanguage Modelling+2

Diagram Formalization Enhanced Multi-Modal Geometry Problem Solver

2024-09-06 · Zeren Zhang, Jo-Ku Cheng, Jingyang Deng, Lu Tian 외

Mathematical reasoning remains an ongoing challenge for AI models, especially for geometry problems that require both linguistic and visual signals. As the vision encoders of most MLLMs are trained on natural scenes, the…

Geometry Problem SolvingMathematical Reasoning

E-GPS: Explainable Geometry Problem Solving via Top-Down Solver and Bottom-Up Generator

2024-01-01 · CVPR 2024 1 · Wenjun Wu, Lingling Zhang, Jun Liu, Xi Tang 외

Geometry Problem Solving has drawn growing attention recently due to its application prospects in intelligent education field. However existing methods are still inadequate to meet the needs of practical application …

Geometry Problem Solving

SelfGeo: Self-supervised and Geodesic-consistent Estimation of Keypoints on Deformable Shapes

2024-08-05 · Mohammad Zohaib, Luca Cosmo, Alessio Del Bue

Unsupervised 3D keypoints estimation from Point Cloud Data (PCD) is a complex task, even more challenging when an object shape is deforming. As keypoints should be semantically and geometrically consistent across all the…