paper-with-me

홈 › Papers

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

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

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. We built a neural-symbolic system, called FGeoDRL, to automatically perform human-like geometric deductive reasoning. The neural part is an AI agent based on reinforcement learning, capable of autonomously learning problem-solving methods from the feedback of a formalized environment, without the need for human supervision. It leverages a pre-trained natural language model to establish a policy network for theorem selection and employ Monte Carlo Tree Search for heuristic exploration. The symbolic part is a reinforcement learning environment based on geometry formalization theory and FormalGeo, which models GPS as a Markov Decision Process. In this formal symbolic system, the known conditions and objectives of the problem form the state space, while the set of theorems forms the action space. Leveraging FGeoDRL, we have achieved readable and verifiable automated solutions to geometric problems. Experiments conducted on the formalgeo7k dataset have achieved a problem-solving success rate of 86.40%. The project is available at https://github.com/PersonNoName/FGeoDRL.

📄 PDF Abstract BibTeX arXiv:2402.09051

Code (1)

personnoname/fgeodrl 공식 구현 pytorch

Tasks

AI AgentDeep Reinforcement LearningLanguage ModelingLanguage Modellingreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

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

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

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 …

Language ModelingLanguage Modelling

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-HyperGNet: Geometric Problem Solving Integrating Formal Symbolic System and Hypergraph Neural Network

2024-02-18 · Xiaokai Zhang, Na Zhu, Cheng Qin, Yang Li 외

Geometric problem solving has always been a long-standing challenge in the fields of automated reasoning and artificial intelligence. We built a neural-symbolic system to automatically perform human-like geometric deduct…

Geometry Problem SolvingRelational Reasoning

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…

Learning to Reason Deductively: Math Word Problem Solving as Complex Relation Extraction

2022-03-19 · ACL 2022 5 · Zhanming Jie, Jierui Li, Wei Lu

Solving math word problems requires deductive reasoning over the quantities in the text. Various recent research efforts mostly relied on sequence-to-sequence or sequence-to-tree models to generate mathematical expressio…

MathMath Word Problem SolvingRelationRelational Reasoning+1