paper-with-me

홈 › Papers

SymbolicGPT: A Generative Transformer Model for Symbolic Regression

2021-06-27 · Mojtaba Valipour, Bowen You, Maysum Panju, Ali Ghodsi

Symbolic regression is the task of identifying a mathematical expression that best fits a provided dataset of input and output values. Due to the richness of the space of mathematical expressions, symbolic regression is generally a challenging problem. While conventional approaches based on genetic evolution algorithms have been used for decades, deep learning-based methods are relatively new and an active research area. In this work, we present SymbolicGPT, a novel transformer-based language model for symbolic regression. This model exploits the advantages of probabilistic language models like GPT, including strength in performance and flexibility. Through comprehensive experiments, we show that our model performs strongly compared to competing models with respect to the accuracy, running time, and data efficiency.

📄 PDF Abstract BibTeX arXiv:2106.14131

Code (2)

https://git.uwaterloo.ca/data-analytics-lab/symbolicgpt2 공식 구현
mojivalipour/symbolicgpt pytorch

Tasks

Language ModelingLanguage ModellingmodelregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Symbolic-Diffusion: Deep Learning Based Symbolic Regression with D3PM Discrete Token Diffusion

2025-10-08 · Ryan T. Tymkow, Benjamin D. Schnapp, Mojtaba Valipour, Ali Ghodshi arxiv

Symbolic regression refers to the task of finding a closed-form mathematical expression to fit a set of data points. Genetic programming based techniques are the most common algorithms used to tackle this problem, but re…

Evaluating K-Fold Cross Validation for Transformer Based Symbolic Regression Models

2024-10-29 · Kaustubh Kislay, Shlok Singh, Soham Joshi, Rohan Dutta 외

Symbolic Regression remains an NP-Hard problem, with extensive research focusing on AI models for this task. Transformer models have shown promise in Symbolic Regression, but performance suffers with smaller datasets. We…

regressionSymbolic Regression

Deep Generative Symbolic Regression

2023-12-30 · Samuel Holt, Zhaozhi Qian, Mihaela van der Schaar

Symbolic regression (SR) aims to discover concise closed-form mathematical equations from data, a task fundamental to scientific discovery. However, the problem is highly challenging because closed-form equations lie in …

FormHeuristic Searchregressionscientific discovery+1

Beyond Least Squares: Robust Regression Transformer (R2T)

2025-08-04 · Roman Gutierrez, Tony Kai Tang, Isabel Gutierrez arxiv

Robust regression techniques rely on least-squares optimization, which works well for Gaussian noise but fails in the presence of asymmetric structured noise. We propose a hybrid neural-symbolic architecture where a tran…

A Transformer Model for Symbolic Regression towards Scientific Discovery

2023-12-07 · Florian Lalande, Yoshitomo Matsubara, Naoya Chiba, Tatsunori Taniai 외

Symbolic Regression (SR) searches for mathematical expressions which best describe numerical datasets. This allows to circumvent interpretation issues inherent to artificial neural networks, but SR algorithms are often c…

regressionscientific discoverySymbolic Regression