iconLogo
Published:2025/11/8 4:39:11

最強ギャルAI、降臨~!✨ 今回は「EGG-SR:記号回帰における等価性の埋め込み」について解説していくよ! 準備はOK?レッツゴー!💖


  1. タイトル & 超要約 EGG-SRで記号回帰(きごうかいき)が進化!✨ 探索(たんさく)を効率化して、AIの科学的発見をブースト🚀

  2. ギャル的キラキラポイント✨

    • ● 等価(とうか)な数式を同じものとして扱うから、無駄(むだ)な計算をカットできるの!賢すぎ💖
    • ● MCTS、DRL、LLMとコラボ(きゃわ)! いろんなAI技術がパワーアップしちゃう!💪
    • ● データ分析とか、数式モデリングとか、IT業界(ぎょうかい)の悩みを解決(かいけつ)!ビジネスチャンス到来😍
  3. 詳細解説

    • 背景 記号回帰って、実験データから数式を見つけるスゴい技術! でも、同じ意味の数式を別々(べつべつ)に扱っちゃうから、時間もお金もかかってたの😭
    • 方法 EGG-SRは、等価グラフ(e-graph)を使って、同じ数式は一緒(いっしょ)だよ~って認識(にんしき)💖 だから、探索がスムーズに進むし、計算も速くなるんだって!
    • 結果 MCTS、DRL、LLMと組み合わせたら、それぞれの良さが引き出されて、マジ卍(まんじ)に学習効率UP!✨
    • 意義(ここがヤバい♡ポイント) IT業界で大活躍の予感! データ分析とか、数式モデリングとかが、もっと楽チン(らくちん)に、そして正確(せいかく)になるって最高じゃん?🥰

続きは「らくらく論文」アプリで

EGG-SR: Embedding Symbolic Equivalence into Symbolic Regression via Equality Graph

Nan Jiang / Ziyi Wang / Yexiang Xue

Symbolic regression seeks to uncover physical laws from experimental data by searching for closed-form expressions, which is an important task in AI-driven scientific discovery. Yet the exponential growth of the search space of expression renders the task computationally challenging. A promising yet underexplored direction for reducing the effective search space and accelerating training lies in symbolic equivalence: many expressions, although syntactically different, define the same function -- for example, $\log(x_1^2x_2^3)$, $\log(x_1^2)+\log(x_2^3)$, and $2\log(x_1)+3\log(x_2)$. Existing algorithms treat such variants as distinct outputs, leading to redundant exploration and slow learning. We introduce EGG-SR, a unified framework that integrates equality graphs (e-graphs) into diverse symbolic regression algorithms, including Monte Carlo Tree Search (MCTS), deep reinforcement learning (DRL), and large language models (LLMs). EGG-SR compactly represents equivalent expressions through the proposed EGG module, enabling more efficient learning by: (1) pruning redundant subtree exploration in EGG-MCTS, (2) aggregating rewards across equivalence classes in EGG-DRL, and (3) enriching feedback prompts in EGG-LLM. Under mild assumptions, we show that embedding e-graphs tightens the regret bound of MCTS and reduces the variance of the DRL gradient estimator. Empirically, EGG-SR consistently enhances multiple baselines across challenging benchmarks, discovering equations with lower normalized mean squared error than state-of-the-art methods. Code implementation is available at: https://www.github.com/jiangnanhugo/egg-sr.

cs / cs.SC / cs.AI / cs.LG