paper-with-me

Papers

Superposition with Delayed Unification

2024-02-29 · Ahmed Bhayat, Johannes Schoisswohl, Michael Rawson

Classically, in saturation-based proof systems, unification has been considered atomic. However, it is also possible to move unification to the calculus level, turning the steps of the unification algorithm into inferences. For calculi that rely on unification procedures returning large or even infinite sets of unifiers, integrating unification into the calculus is an attractive method of dovetailing unification and inference. This applies, for example, to AC-superposition and higher-order superposition. We show that first-order superposition remains complete when moving unification rules to the calculus level. We discuss some of the benefits this has even for standard first-order superposition and provide an experimental evaluation.

📄 PDF Abstract BibTeX arXiv:2403.04775

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Superposition with Lambdas

2021-01-31 · Alexander Bentkamp, Jasmin Blanchette, Sophie Tourret, Petar Vukmirović 외

We designed a superposition calculus for a clausal fragment of extensional polymorphic higher-order logic that includes anonymous functions but excludes Booleans. The inference rules work on $\beta\eta$-equivalence class…

Optimistic Higher-Order Superposition

2025-10-21 · Alexander Bentkamp, Jasmin Blanchette, Matthias Hetzenberger, Uwe Waldmann arxiv

The $λ$-superposition calculus is a successful approach to proving higher-order formulas. However, some parts of the calculus are extremely explosive, notably due to the higher-order unifier enumeration and the functiona…

Implementing Tensor Logic: Unifying Datalog and Neural Reasoning via Tensor Contraction

2026-01-23 · Swapn Shah, Wlodek Zadrozny arxiv

The unification of symbolic reasoning and neural networks remains a central challenge in artificial intelligence. Symbolic systems offer reliability and interpretability but lack scalability, while neural networks provid…

Link Prediction

Extending Unification in $\mathcal{EL}$ to Disunification: The Case of Dismatching and Local Disunification

2016-09-19 · Franz Baader, Stefan Borgwardt, Barbara Morawska

Unification in Description Logics has been introduced as a means to detect redundancies in ontologies. We try to extend the known decidability results for unification in the Description Logic $\mathcal{EL}$ to disunifica…

Yet Another Efficient Unification Algorithm

2006-03-20 · Alin Suciu

The unification algorithm is at the core of the logic programming paradigm, the first unification algorithm being developed by Robinson [5]. More efficient algorithms were developed later [3] and I introduce here yet ano…