ARTFEED — Contemporary Art Intelligence

Recovering Explanations from Transformed Rule-Based Ontologies

other · 2026-08-10

A recent study in computer science tackles the issue of extracting explanations from modified rule-based ontologies. Datalog rules are frequently employed to create ontologies within Knowledge Graphs, and rule reasoners often enhance these ontologies by reformulating rules for greater efficiency. Although these alterations maintain the facts that are entailed, they fail to retain the derivation structure, meaning that a proof tree based on the rewritten rules does not easily provide an explanation using the original rules. The paper explores how to derive a proof using the original rules from one based on the rewritten rules, determining its computational complexity and pinpointing two relevant languages for defining proof transformations. This work is significant for logic in computer science and affects the transparency and explainability of reasoning systems in knowledge graphs.

Key facts

  • Datalog rules are used to define ontologies over Knowledge Graphs.
  • Rule reasoners optimize ontologies by rewriting rules into a more efficient form.
  • Transformations preserve entailed facts but not the structure of derivations.
  • A proof tree under rewritten rules does not readily yield an explanation in terms of original rules.
  • The paper studies constructing a proof under original rules from a proof under rewritten ones.
  • The computational complexity of this problem is established.
  • Two practically relevant languages for specifying proof transformations are identified.
  • The paper is categorized under Computer Science > Logic in Computer Science.

Entities

Sources