paper-with-me

홈 › Papers

Computational Algebra with Attention: Transformer Oracles for Border Basis Algorithms

2025-05-29 · Hiroshi Kera, Nico Pelleriti, Yuki Ishihara, Max Zimmer, Sebastian Pokutta

Solving systems of polynomial equations, particularly those with finitely many solutions, is a crucial challenge across many scientific fields. Traditional methods like Gr\"obner and Border bases are fundamental but suffer from high computational costs, which have motivated recent Deep Learning approaches to improve efficiency, albeit at the expense of output correctness. In this work, we introduce the Oracle Border Basis Algorithm, the first Deep Learning approach that accelerates Border basis computation while maintaining output guarantees. To this end, we design and train a Transformer-based oracle that identifies and eliminates computationally expensive reduction steps, which we find to dominate the algorithm's runtime. By selectively invoking this oracle during critical phases of computation, we achieve substantial speedup factors of up to 3.5x compared to the base algorithm, without compromising the correctness of results. To generate the training data, we develop a sampling method and provide the first sampling theorem for border bases. We construct a tokenization and embedding scheme tailored to monomial-centered algebraic computations, resulting in a compact and expressive input representation, which reduces the number of tokens to encode an $n$-variate polynomial by a factor of $O(n)$. Our learning approach is data efficient, stable, and a practical enhancement to traditional computer algebra algorithms and symbolic computation.

📄 PDF Abstract BibTeX arXiv:2505.23696

Code (2)

hiroshikera/oracleborderbasis 공식 구현 pytorch
HiroshiKERA/calt

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

K-Nearest Oracles Borderline Dynamic Classifier Ensemble Selection

2018-04-18 · Dayvid V. R. Oliveira, George D. C. Cavalcanti, Thyago N. Porpino, Rafael M. O. Cruz 외

Dynamic Ensemble Selection (DES) techniques aim to select locally competent classifiers for the classification of each new test sample. Most DES techniques estimate the competence of classifiers using a given criterion o…

Robust Computer Algebra, Theorem Proving, and Oracle AI

2017-08-08 · Gopal P. Sarma, Nick J. Hay

In the context of superintelligent AI systems, the term "oracle" has two meanings. One refers to modular systems queried for domain-specific tasks. Another usage, referring to a class of systems which may be useful for a…

Automated Theorem ProvingQuestion Answering

Coinductive guide to inductive transformer heads

2023-02-03 · Adam Nemecek

We argue that all building blocks of transformer models can be expressed with a single concept: combinatorial Hopf algebra. Transformer learning emerges as a result of the subtle interplay between the algebraic and coalg…

Learning Algebraic Models of Quantum Entanglement

2019-08-27 · Hamza Jaffali, Luke Oeding

We review supervised learning and deep neural network design for learning membership on algebraic varieties. We demonstrate that these trained artificial neural networks can predict the entanglement type for quantum stat…

General Classification

HATSolver: Learning Groebner Bases with Hierarchical Attention Transformers

2025-12-09 · Mohamed Malhou, Ludovic Perret, Kristin Lauter arxiv

At NeurIPS 2024, Kera et al. introduced the use of transformers for computing Groebner bases, a central object in computer algebra with numerous practical applications. In this paper, we improve this approach by applying…