Papers › VaSST: Variational Inference for Symbolic Regression using Soft Symbolic Trees

VaSST: Variational Inference for Symbolic Regression using Soft Symbolic Trees

27 Feb 2026arXiv:2602.23561added by Syntology

Somjit Roy, Pritam Dey, Bani K. Mallick

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Symbolic regression (SR) has gained recent traction in AI-driven scientific discovery for learning closed-form physical laws. Yet existing methods are dominated by heuristic search or data-intensive approaches that often assume low-noise regimes and lack principled uncertainty quantification, while fully probabilistic SR formulations remain scarce. We introduce a scalable probabilistic framework for SR, VaSST, based on variational inference. VaSST uses soft symbolic trees, a continuous relaxation of symbolic expression trees in which discrete operator and feature assignments are replaced by probability distributions over allowable components. This transforms combinatorial symbolic search through an astronomically large expression space into efficient gradient-based optimization while preserving a coherent probabilistic interpretation. The learned soft representations induce posterior distributions over symbolic structures, enabling uncertainty quantification across plausible symbolic forms through posterior-aware symbolic model selection. On simulated experiments and the Feynman Symbolic Regression Database, VaSST achieves strong structural recovery and predictive accuracy compared to state-of-the-art competing SR methods.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.23561")

Code

Syntology Ran 0 of 31 code samples harvested from 2 repositories linked to this paper; 31 have no recorded run.

By repository: found in paper text by Syntology: 31 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DEAP/deap found in paper text by Syntology report
MilesCranmer/pysr found in paper text by SyntologyApache-2.0 report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

31 samples harvested; 0 ran; 0 honoured the contract we drafted; 31 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

31unverified

Licence: 18 of the 31 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bin2float DEAP/deap/deap/benchmarks/binary.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 53b7ebd96d5dc24d · report
compile DEAP/deap/deap/gp.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 7cd2993b9817549b · report
compileADF DEAP/deap/deap/gp.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · d3e9f0175e854038 · report
cone DEAP/deap/deap/benchmarks/movingpeaks.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · b7681aea3f6beebf · report
convergence DEAP/deap/deap/benchmarks/tools.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · c80e5f97cb0418b0 · report
denoise MilesCranmer/pysr/pysr/denoising.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2e8d4f68018bb06b · report
diversity DEAP/deap/deap/benchmarks/tools.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · f25620560d44b942 · report
eaSimple DEAP/deap/deap/algorithms.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · c4ced96a6e371f2a · report
function1 DEAP/deap/deap/benchmarks/movingpeaks.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · df2ec8048c2a67b1 · report
genFull DEAP/deap/deap/gp.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 3d87132ebc6eb277 · report
generate_table_environment MilesCranmer/pysr/pysr/export_latex.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 35cac027aec2fc9a · report
inv_trap DEAP/deap/deap/benchmarks/binary.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 2bf341e1171e56eb · report
isinstalled MilesCranmer/pysr/pysr/julia_extensions.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6ddcd76b319a6e15 · report
kotanchek DEAP/deap/deap/benchmarks/gp.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 8d27ddc48e3edefb · report
load_package MilesCranmer/pysr/pysr/julia_extensions.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 748684a68ada334b · report
meta_create DEAP/deap/deap/creator.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 9181826784c16d2e · report
multi_denoise MilesCranmer/pysr/pysr/denoising.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 788c8f857dfc7e08 · report
pysr MilesCranmer/pysr/pysr/deprecated.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6f4e50a90f40bacf · report
run_feature_selection MilesCranmer/pysr/pysr/feature_selection.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e6060650fde67a36 · report
salustowicz_1d DEAP/deap/deap/benchmarks/gp.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · e97cc9d6c1cbc235 · report
salustowicz_2d DEAP/deap/deap/benchmarks/gp.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 37da8d1f7f54264f · report
sphere DEAP/deap/deap/benchmarks/movingpeaks.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 96f4e756d180ffba · report
sympy2jax MilesCranmer/pysr/pysr/export_jax.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2b540eef802dcbec · report
sympy2jaxtext MilesCranmer/pysr/pysr/export_jax.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7dcdebb05351545b · report
sympy2latex MilesCranmer/pysr/pysr/export_latex.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2f9e8a418b2ddf46 · report
sympy2latextable MilesCranmer/pysr/pysr/export_latex.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 87522bac09e9f038 · report
sympy2numpy MilesCranmer/pysr/pysr/export_numpy.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 550105efb9068877 · report
sympy2torch MilesCranmer/pysr/pysr/export_torch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4da53042a817d8dd · report
trap DEAP/deap/deap/benchmarks/binary.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · dbd58a52d0d8d8a7 · report
varAnd DEAP/deap/deap/algorithms.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · f58209ed10ee75e1 · report
varOr DEAP/deap/deap/algorithms.py found in paper text by Syntology unverified LGPL-3.0 (copyleft) · pointer only · 24e6edfd7ee9e470 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.23561, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections