vix.ing · top · new · best · stats · spec

Transformer Semantic Genetic Programming for d-dimensional Symbolic Regression Problems

2025/11/12 by Anthes, Philipp, Sobania, Dominik, Rothlauf, Franz
#FOS: Computer and information sciences #Machine Learning (cs.LG) #Neural and Evolutionary Computing (cs.NE)

paper · doi:10.48550/arxiv.2511.09416

Abstract

Transformer Semantic Genetic Programming (TSGP) is a semantic search approach that uses a pre-trained transformer model as a variation operator to generate offspring programs with controlled semantic similarity to a given parent. Unlike other semantic GP approaches that rely on fixed syntactic transformations, TSGP aims to learn diverse structural variations that lead to solutions with similar semantics. We find that a single transformer model trained on millions of programs is able to generalize across symbolic regression problems of varying dimension. Evaluated on 24 real-world and synthetic datasets, TSGP significantly outperforms standard GP, SLIMGSGP, Deep Symbolic Regression, and Denoising Autoencoder GP, achieving an average rank of 1.58 across all benchmarks. Moreover, TSGP produces more compact solutions than SLIMGSGP, despite its higher accuracy. In addition, the target semantic distance SDt is able to control the step size in the semantic space: small values of SDt enable consistent improvement in fitness but often lead to larger programs, while larger values promote faster convergence and compactness. Thus, SDt provides an effective mechanism for balancing exploration and exploitation.

Citations

Related