paper-with-me

홈 › Papers

Lessons on Datasets and Paradigms in Machine Learning for Symbolic Computation: A Case Study on CAD

2024-01-24 · Tereso del Río, Matthew England

Symbolic Computation algorithms and their implementation in computer algebra systems often contain choices which do not affect the correctness of the output but can significantly impact the resources required: such choices can benefit from having them made separately for each problem via a machine learning model. This study reports lessons on such use of machine learning in symbolic computation, in particular on the importance of analysing datasets prior to machine learning and on the different machine learning paradigms that may be utilised. We present results for a particular case study, the selection of variable ordering for cylindrical algebraic decomposition, but expect that the lessons learned are applicable to other decisions in symbolic computation. We utilise an existing dataset of examples derived from applications which was found to be imbalanced with respect to the variable ordering decision. We introduce an augmentation technique for polynomial systems problems that allows us to balance and further augment the dataset, improving the machine learning results by 28\% and 38\% on average, respectively. We then demonstrate how the existing machine learning methodology used for the problem $-$ classification $-$ might be recast into the regression paradigm. While this does not have a radical change on the performance, it does widen the scope in which the methodology can be applied to make choices.

📄 PDF Abstract BibTeX arXiv:2401.13343

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Study on Neuro-Symbolic Artificial Intelligence: Healthcare Perspectives

2025-03-23 · Delower Hossain, Jake Y Chen

Over the last few decades, Artificial Intelligence (AI) scientists have been conducting investigations to attain human-level performance by a machine in accomplishing a cognitive task. Within machine learning, the ultima…

BenchmarkingCommon Sense ReasoningDrug DiscoveryLogical Reasoning

Serverless inferencing on Kubernetes

2020-07-14 · Clive Cox, Dan Sun, Ellis Tarn, Animesh Singh 외

Organisations are increasingly putting machine learning models into production at scale. The increasing popularity of serverless scale-to-zero paradigms presents an opportunity for deploying machine learning models to he…

BIG-bench Machine LearningGPU

Predicting college basketball match outcomes using machine learning techniques: some results and lessons learned

2013-10-14 · Albrecht Zimmermann, Sruthi Moorthy, Zifan Shi

Most existing work on predicting NCAAB matches has been developed in a statistical context. Trusting the capabilities of ML techniques, particularly classification learners, to uncover the importance of features and lear…

BIG-bench Machine LearningGeneral Classification

Converging Paradigms: The Synergy of Symbolic and Connectionist AI in LLM-Empowered Autonomous Agents

2024-07-11 · Haoyi Xiong, Zhiyuan Wang, Xuhong LI, Jiang Bian 외

This article explores the convergence of connectionist and symbolic artificial intelligence (AI), from historical debates to contemporary advancements. Traditionally considered distinct paradigms, connectionist AI focuse…

Decision MakingKnowledge Graphs

Dr. Neurosymbolic, or: How I Learned to Stop Worrying and Accept Statistics

2022-09-08 · Masataro Asai

The symbolic AI community is increasingly trying to embrace machine learning in neuro-symbolic architectures, yet is still struggling due to cultural barriers. To break the barrier, this rather opinionated personal memo …