Neuro-symbolic learning over OWL 2 DL via consequence-based compilation to differentiable circuits

📅 2026-08-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究通过将OWL 2 DL本体编译为可微电路,解决了神经-符号学习在处理复杂逻辑特征时的局限性,使用Sentential决策图和感知网络来识别图像并恢复潜在概念。
📝 Abstract
OWL 2 DL ontologies, grounded in the description logic $\mathcal{SROIQ}$, express large knowledge bases in biomedicine and the Semantic Web. Neuro-symbolic (NeSy) learners over description logics either embed the ontology in a continuous space, abandoning classical entailment, or restrict to the Horn fragment $\mathcal{EL}^{++}$, which has a single canonical model. We present Baobab, which compiles a $\mathcal{SROIQ}$ ontology with a finite ABox into a Sentential Decision Diagram (SDD): it saturates a propositional core under a consequence-based calculus and instantiates the remaining $\mathcal{SROIQ}$ features (nominals, number restrictions, and the role axioms) over the active domain. The SDD's evidence-conditioned weighted model count then trains a perception network to recognize real images under partial ABox supervision: on an ontology that exercises every distinctive $\mathcal{SROIQ}$ feature, a CNN learns to read MNIST digits coupled by a successor relation and recovers latent ontology concepts that an independent perception leaves at chance. When the supervision admits several ontology-consistent completions, an independent perception collapses onto one, a reasoning shortcut: we show that a mixture indexed by the query's justifications can represent the calibrated posterior no independent perception can, and that seeding it from the circuit's enumerated completions attains the Bayes-optimal posterior on a real-image MNIST task where single-WMC and learned mixtures (the BEARS-ensemble hypothesis class) do not: to our knowledge the first to characterize and mitigate reasoning shortcuts in a non-Horn description logic. Soundness of the compiler and the representation result are machine-checked in Lean 4. Code is available at https://github.com/bio-ontology-research-group/baobab.
Problem

Research questions and friction points this paper is trying to address.

Neuro-symbolic learning
OWL 2 DL
SROIQ
Reasoning shortcuts
Sentential Decision Diagram
Innovation

Methods, ideas, or system contributions that make the work stand out.

Neuro-symbolic learning
SDD compilation
SROIQ ontologies
Reasoning shortcuts mitigation
Bayes-optimal posterior
🔎 Similar Papers
2023-09-27International Conference on Learning RepresentationsCitations: 2
2024-07-04Science of Computer ProgrammingCitations: 4