paper-with-me

홈 › Papers

Symbolic Equation Solving via Reinforcement Learning

2024-01-24 · Lennart Dabelow, Masahito Ueda

Machine-learning methods are gradually being adopted in a wide variety of social, economic, and scientific contexts, yet they are notorious for struggling with exact mathematics. A typical example is computer algebra, which includes tasks like simplifying mathematical terms, calculating formal derivatives, or finding exact solutions of algebraic equations. Traditional software packages for these purposes are commonly based on a huge database of rules for how a specific operation (e.g., differentiation) transforms a certain term (e.g., sine function) into another one (e.g., cosine function). These rules have usually needed to be discovered and subsequently programmed by humans. Efforts to automate this process by machine-learning approaches are faced with challenges like the singular nature of solutions to mathematical problems, when approximations are unacceptable, as well as hallucination effects leading to flawed reasoning. We propose a novel deep-learning interface involving a reinforcement-learning agent that operates a symbolic stack calculator to explore mathematical relations. By construction, this system is capable of exact transformations and immune to hallucination. Using the paradigmatic example of solving linear equations in symbolic form, we demonstrate how our reinforcement-learning agent autonomously discovers elementary transformation rules and step-by-step solutions.

📄 PDF Abstract BibTeX arXiv:2401.13447

Code (0)

등록된 구현이 없습니다.

Tasks

Hallucinationreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Closed-form Symbolic Solutions: A New Perspective on Solving Partial Differential Equations

2024-05-23 · Shu Wei, YanJie Li, Lina Yu, Min Wu 외

Solving partial differential equations (PDEs) in Euclidean space with closed-form symbolic solutions has long been a dream for mathematicians. Inspired by deep learning, Physics-Informed Neural Networks (PINNs) have show…

Deep Reinforcement LearningForm

Reinforcement Learning for Symbolic Equation Solving

2026-08-31 · Kevin P O Keeffe arxiv

We present a reinforcement-learning agent that solves symbolic equations step by step, covering both nonlinear closed equations (radicals, exponentials, trigonometric) and a controlled class of restricted-open families r…

Reinforcement Learning

A Data-Free Symbolic Regression Approach for Solving Equations

2026-06-05 · Sergei Garmaev, Vinay Sharma, Olga Fink arxiv

Many equations arising in science currently cannot be solved by available analytical techniques and are therefore solved numerically, without yielding explicit symbolic expressions. Existing symbolic regression approache…

SymPlex: A Structure-Aware Transformer for Symbolic PDE Solving

2026-02-03 · Yesom Park, Annie C. Lu, Shao-Ching Huang, Qiyang Hu 외 arxiv

We propose SymPlex, a reinforcement learning framework for discovering analytical symbolic solutions to partial differential equations (PDEs) without access to ground-truth expressions. SymPlex formulates symbolic PDE so…

Reinforcement Learning

Solving the 2D Advection-Diffusion Equation using Fixed-Depth Symbolic Regression and Symbolic Differentiation without Expression Trees

2024-10-18 · Edward Finkelstein

This paper presents a novel method for solving the 2D advection-diffusion equation using fixed-depth symbolic regression and symbolic differentiation without expression trees. The method is applied to two cases with dist…

Symbolic Regression