LGAIMLJan 12, 2018

Combining Symbolic Expressions and Black-box Function Evaluations in Neural Programs

arXiv:1801.04342v313 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in training neural networks for complex programs, offering a novel approach to improve generalization in symbolic reasoning tasks.

The paper tackles the problem of poor generalization in neural programming by combining symbolic expressions with black-box function evaluations, achieving high accuracies and significantly better generalization to expressions of higher depth.

Neural programming involves training neural networks to learn programs, mathematics, or logic from data. Previous works have failed to achieve good generalization performance, especially on problems and programs with high complexity or on large domains. This is because they mostly rely either on black-box function evaluations that do not capture the structure of the program, or on detailed execution traces that are expensive to obtain, and hence the training data has poor coverage of the domain under consideration. We present a novel framework that utilizes black-box function evaluations, in conjunction with symbolic expressions that define relationships between the given functions. We employ tree LSTMs to incorporate the structure of the symbolic expression trees. We use tree encoding for numbers present in function evaluation data, based on their decimal representation. We present an evaluation benchmark for this task to demonstrate our proposed model combines symbolic reasoning and function evaluation in a fruitful manner, obtaining high accuracies in our experiments. Our framework generalizes significantly better to expressions of higher depth and is able to fill partial equations with valid completions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes