paper-with-me

홈 › Papers

Algebraic anti-unification

2024-07-22 · Christian Antić

Abstraction is key to human and artificial intelligence as it allows one to see common structure in otherwise distinct objects or situations and as such it is a key element for generality in AI. Anti-unification (or generalization) is \textit{the} part of theoretical computer science and AI studying abstraction. It has been successfully applied to various AI-related problems, most importantly inductive logic programming. Up to this date, anti-unification is studied only from a syntactic perspective in the literature. The purpose of this paper is to initiate an algebraic (i.e. semantic) theory of anti-unification within general algebras. This is motivated by recent applications to similarity and analogical proportions.

📄 PDF Abstract BibTeX arXiv:2407.15510

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive logic programming

Similar Papers 제목 키워드 기반

REWA: A General Theory of Witness-Based Similarity

2025-11-25 · Nikit Phadke arxiv

We present a universal framework for similarity-preserving encodings that subsumes all discrete, continuous, algebraic, and learned similarity methods under a single theoretical umbrella. By formulating similarity as fun…

The Boolean Solution Problem from the Perspective of Predicate Logic - Extended Version

2017-06-26 · Christoph Wernhard

Finding solution values for unknowns in Boolean equations was a principal reasoning mode in the Algebra of Logic of the 19th century. Schr\"oder investigated it as "Aufl\"osungsproblem" ("solution problem"). It is closel…

On the physics of nested Markov models: a generalized probabilistic theory perspective

2024-11-18 · Xingjian Zhang, Yuhao Wang

Determining potential probability distributions with a given causal graph is vital for causality studies. To bypass the difficulty in characterizing latent variables in a Bayesian network, the nested Markov model provide…

valid

Implementing Anti-Unification Modulo Equational Theory

2014-04-01 · Jochen Burghardt, Birgit Heinz

We present an implementation of E-anti-unification as defined in Heinz (1995), where tree-grammar descriptions of equivalence classes of terms are used to compute generalizations modulo equational theories. We discuss se…

LEMMA

Anti-unification and Generalization: A Survey

2023-02-01 · David M. Cerna, Temur Kutsia

Anti-unification (AU) is a fundamental operation for generalization computation used for inductive inference. It is the dual operation to unification, an operation at the foundation of automated theorem proving. Interest…

Automated Theorem ProvingSurvey