paper-with-me

Papers

SNIP: Bridging Mathematical Symbolic and Numeric Realms with Unified Pre-training

2023-10-03 · Kazem Meidani, Parshin Shojaee, Chandan K. Reddy, Amir Barati Farimani

In an era where symbolic mathematical equations are indispensable for modeling complex natural phenomena, scientific inquiry often involves collecting observations and translating them into mathematical expressions. Recently, deep learning has emerged as a powerful tool for extracting insights from data. However, existing models typically specialize in either numeric or symbolic domains, and are usually trained in a supervised manner tailored to specific tasks. This approach neglects the substantial benefits that could arise from a task-agnostic multi-modal understanding between symbolic equations and their numeric counterparts. To bridge the gap, we introduce SNIP, a Symbolic-Numeric Integrated Pre-training model, which employs contrastive learning between symbolic and numeric domains, enhancing their mutual similarities in the embeddings. By performing latent space analysis, we observe that SNIP provides cross-domain insights into the representations, revealing that symbolic supervision enhances the embeddings of numeric data and vice versa. We evaluate SNIP across diverse tasks, including symbolic-to-numeric mathematical property prediction and numeric-to-symbolic equation discovery, commonly known as symbolic regression. Results show that SNIP effectively transfers to various tasks, consistently outperforming fully supervised baselines and competing strongly with established task-specific methods, especially in the low data regime scenarios where available data is limited. Code and model are available at: https://github.com/deep-symbolic-mathematics/Multimodal-Math-Pretraining

📄 PDF Abstract BibTeX arXiv:2310.02227

Code (2)

deep-symbolic-mathematics/Multimodal-Math-Pretraining 공식 구현 pytorch
deep-symbolic-mathematics/Multimodal-Symbolic-Regression 공식 구현 pytorch

Tasks

Contrastive LearningEquation DiscoveryFew-Shot LearningMathMathematical InductionMathematical ReasoningProperty PredictionSymbolic Regression

Methods 이 논문이 사용한 방법론

SNIP SNIP, or Scale Normalization for Image Pyramids, is a multi-scale training scheme that selectively back-propagates the gradients of object instances of different sizes as…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Multi-Modal Learning meets Genetic Programming: Analyzing Alignment in Latent Space Optimization

2026-04-09 · Benjamin Léger, Kazem Meidani, Christian Gagné arxiv

Symbolic regression (SR) aims to discover mathematical expressions from data, a task traditionally tackled using Genetic Programming (GP) through combinatorial search over symbolic structures. Latent Space Optimization (…

Gradient-Based Program Repair: Fixing Bugs in Continuous Program Spaces

2025-05-23 · André Silva, Gustav Thorén, Martin Monperrus

Automatic program repair seeks to generate correct code from buggy programs, with most approaches searching the correct program in a discrete, symbolic space of source code tokens. This symbolic search is fundamentally l…

Program Repair

A Survey on Mathematical Reasoning and Optimization with Large Language Models

2025-03-22 · Ali Forootani

Mathematical reasoning and optimization are fundamental to artificial intelligence and computational problem-solving. Recent advancements in Large Language Models (LLMs) have significantly improved AI-driven mathematical…

Automated Theorem ProvingHeuristic SearchMathematical Problem-SolvingMathematical Reasoning+2

ODEbase: A Repository of ODE Systems for Systems Biology

2022-01-22 · Christoph Lüders, Thomas Sturm, Ovidiu Radulescu

Recently, symbolic computation and computer algebra systems have been successfully applied in systems biology, especially in chemical reaction network theory. One advantage of symbolic computation is its potential for qu…

CircuitSense: A Hierarchical MLLM Benchmark Bridging Visual Comprehension and Symbolic Reasoning in Engineering Design Process

2025-09-26 · Arman Akbari, Jian Gao, Yifei Zou, Mei Yang 외 arxiv

Engineering design operates through hierarchical abstraction from system specifications to component implementations, requiring visual understanding coupled with mathematical reasoning at each level. While Multi-modal La…

Mathematical Reasoning