paper-with-me

Papers

Learning Continuous Semantic Representations of Symbolic Expressions

2016-11-04 · ICML 2017 8 · Miltiadis Allamanis, Pankajan Chanthirasegaran, Pushmeet Kohli, Charles Sutton

Combining abstract, symbolic reasoning with continuous neural reasoning is a grand challenge of representation learning. As a step in this direction, we propose a new architecture, called neural equivalence networks, for the problem of learning continuous semantic representations of algebraic and logical expressions. These networks are trained to represent semantic equivalence, even of expressions that are syntactically very different. The challenge is that semantic representations must be computed in a syntax-directed manner, because semantics is compositional, but at the same time, small changes in syntax can lead to very large changes in semantics, which can be difficult for continuous neural architectures. We perform an exhaustive evaluation on the task of checking equivalence on a highly diverse class of symbolic algebraic and boolean expression types, showing that our model significantly outperforms existing architectures.

📄 PDF Abstract BibTeX arXiv:1611.01423

Code (1)

mast-group/eqnet

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Semantic Representations of Mathematical Expressions in a Continuous Vector Space

2022-10-08 · Neeraj Gangwar, Nickvash Kani

Mathematical notation makes up a large portion of STEM literature, yet finding semantic representations for formulae remains a challenging problem. Because mathematical notation is precise, and its meaning changes signif…

The Inefficiency of Genetic Programming for Symbolic Regression -- Extended Version

2024-04-26 · Gabriel Kronberger, Fabricio Olivetti de Franca, Harry Desmond, Deaglan J. Bartlett 외

We analyse the search behaviour of genetic programming for symbolic regression in practically relevant but limited settings, allowing exhaustive enumeration of all solutions. This enables us to quantify the success proba…

regressionSymbolic Regression

Symbolic--KAN: Kolmogorov-Arnold Networks with Discrete Symbolic Structure for Interpretable Learning

2026-03-25 · Salah A Faroughi, Farinaz Mostajeran, Amirhossein Arzani, Shirko Faroughi arxiv

Symbolic discovery of governing equations is a long-standing goal in scientific machine learning, yet a fundamental trade-off persists between interpretability and scalable learning. Classical symbolic regression methods…

Discovering Continuous-Time Memory-Based Symbolic Policies using Genetic Programming

2024-06-04 · Sigur de Vries, Sander Keemink, Marcel van Gerven

Artificial intelligence techniques are increasingly being applied to solve control problems, but often rely on black-box methods without transparent output generation. To improve the interpretability and transparency in …

Disambiguating Symbolic Expressions in Informal Documents

2021-01-25 · ICLR 2021 1 · Dennis Müller, Cezary Kaliszyk

We propose the task of disambiguating symbolic expressions in informal STEM documents in the form of LaTeX files - that is, determining their precise semantics and abstract syntax tree - as a neural machine translation t…

Language ModelingLanguage ModellingMachine TranslationTranslation+1