resolution based uniform interpolation and forgetting for
play

Resolution-Based Uniform Interpolation and Forgetting for Expressive - PowerPoint PPT Presentation

Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Patrick Koopmann December 12, 2017 1/60 Resolution-Based Uniform


  1. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Patrick Koopmann December 12, 2017 1/60

  2. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Forgetting Predicate forgetting Given L sentence φ , predicate P , compute φ − P s.t. P does not occur in φ − P for every L sentence ψ without P : φ − P | = ψ iff φ | = ψ 2/60

  3. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Forgetting Predicate forgetting Given L sentence φ , predicate P , compute φ − P s.t. P does not occur in φ − P for every L sentence ψ without P : φ − P | = ψ iff φ | = ψ Theorem for first order logic: Iff φ − P exists, then φ − P ≡ ∃ P .φ 2/60

  4. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Uniform Interpolation Craig Interpolation: Given F | = G , compute interpolant I s.t. F | = I , I | = G I contains only symbols common to F and G 3/60

  5. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Uniform Interpolation Craig Interpolation: Given F | = G , compute interpolant I s.t. F | = I , I | = G I contains only symbols common to F and G Uniform Interpolation Given formula F signature Σ of symbols compute uniform interpolant (UI) F Σ s.t. F Σ only uses symbols from Σ = ψ iff F Σ | for every ψ in Σ, F | = ψ 3/60

  6. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Uniform Interpolation Craig Interpolation: Given F | = G , compute interpolant I s.t. F | = I , I | = G I contains only symbols common to F and G Uniform Interpolation Given formula F signature Σ of symbols compute uniform interpolant (UI) F Σ s.t. F Σ only uses symbols from Σ = ψ iff F Σ | for every ψ in Σ, F | = ψ Dual to Forgetting: UI for Σ ⇔ forget everything not in Σ 3/60

  7. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Uniform Interpolation Input Ontology Uniform Interpolant Male ⊓ Female ⊑ ⊥ ⊤ ⊑ ∀ hasParent . Parent Parent ⊑ Male ⊔ Female Father ⊓ Mother ⊑ ⊥ Father ≡ Parent ⊓ Male Mother ≡ Parent ⊓ Female ¬ Orphan ( peter ) Orphan ≡ ∀ hasParent . ¬ Alive Father ( thomas ) ( Father ⊔ Mother )( ingrid ) hasParent ( peter , thomas ) Male ( thomas ) Alive ( thomas ) hasParent ( thomas , ingrid ) 4/60

  8. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Motivation Ontology Reuse Big General Ontology New UI Ontology 5/60

  9. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Motivation Explore Hidden Relations Select concept and role names of interest Make relations between them explicit 6/60

  10. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Motivation Logical Difference v1 v2 v3 v4 v5 ui2 ui2 Compare ontology versions Capture all new entailments in signature Σ: logDiff( T 1 , T 2 , Σ) = { α ∈ T Σ 2 | T 1 �| = α } Σ: common signature, or set of “core” symbols 7/60

  11. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Motivation Module Extraction UI Subsumption modules: Subset of the ontology preserving entailments in signature UI + axiom pinpointing/justification 8/60

  12. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Motivation Applications of UI Further applications: Multi-agent systems Conflict resolution Abduction (see later talk) Similar applications in modal logics Most techniques presented here also apply to modal logics 9/60

  13. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Introduction Motivation Applications of UI Further applications: Multi-agent systems Conflict resolution Abduction (see later talk) Similar applications in modal logics Most techniques presented here also apply to modal logics Not an application: modal correspondence Apply SOQE to obtain frame properties : ∀ p : �� p → � p ⇐ ⇒ ∀ xyz . ( r ( x , y ) ∧ r ( y , z ) → r ( x , z )) Requires elimination to preserve all models UI only preserves entailments in language under consideration 9/60

  14. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Preliminaries Expressive Description Logics Concepts ALC ⊥ | ⊤ | A | ¬ C | C ⊔ D | C ⊓ D | ∃ r . C | ∀ r . C TBox Axioms ALC ABox Axioms ALC C ⊑ D | C ≡ D C ( a ) | r ( a , b ) ALCH : Role Hierarchies r ⊑ s ALCF : Local Functionality ≤ 1 r . ⊤ , ≥ 2 r . ⊤ SH : Transitive Roles trans ( r ) SHQ : Number Restrictions ≥ nr . C , ≤ nr . C r − 1 SHI : Inverse Roles 10/60

  15. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Preliminaries Example UI of Pizza ontology, for 10 most frequent concept and role names ∃ hasTopping . ⊤ ⊑ Pizza ⊤ ⊑ ∀ hasTopping . PizzaTopping ∃ hasSpiciness . ( Pizza ⊔ PizzaTopping ) ⊑ ⊥ NamedPizza ⊑ Pizza VegetableTopping ⊑ PizzaTopping MozzarellaTopping ⊑ PizzaTopping ⊓ ∃ hasSpiciness . Mild OliveTopping ⊑ VegetableTopping ⊓ ∃ hasSpiciness . Mild TomatoTopping ⊑ VegetableTopping ⊓ ∃ hasSpiciness . Mild Pizza ⊓ Mild ⊑ ⊥ Pizza ⊓ PizzaTopping ⊑ ⊥ PizzaTopping ⊓ Mild ⊑ ⊥ MozzarellaTopping ⊓ VegetableTopping ⊑ ⊥ OliveTopping ⊓ TomatoTopping ⊑ ⊥ 11/60

  16. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Preliminaries Relation to Modal Logic There is a direct relation to multi-modal logics: ∃ r . C corresponds to ♦ r . C ′ ∀ r . C corresponds to � r . C ′ ∃ r − . C corresponds to ♦ ⌣ r . C ′ number restrictions correspond to graded modalities transitivity as in S 4 for selected roles Concepts correspond to modal logic formulae But: TBox axioms hold globally 12/60

  17. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Preliminaries Uniform Interpolation Relation to Second-Order Quantifier Elimination In first order logic, forgetting corresponds to SOQE: Iff φ − P exists, then φ − P ≡ ∃ P .φ This does not apply in the logics considered Consider ⊤ ⊑ ∃ r . A ⊓ ∃ r . ¬ A Forgetting A from the FO-representation yields: � � ∃ A . ∀ x ∃ yz . r ( x , y ) ∧ A ( y ) ∧ r ( x , z ) ∧ ¬ A ( z ) � � ≡ ∀ x ∃ yz . r ( x , y ) ∧ r ( x , z ) ∧ y � = z In ALC , the UI is just: ⊤ ⊑ ∃ r . ⊤ 13/60

  18. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Preliminaries Uniform Interpolation Challenges Uniform Interpolation A lot of modal logics have uniform interpolation: K , IPC , GL , S4Grz [Visser, 1996] modal µ -calculus [D’Agostino, Hollenberg, 1996] In most DLs, TBoxes break this property Consider: A ⊑ B B ⊑ ∃ r . B Σ = { A , r } UI for Σ: A ⊑ ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . ∃ r . . . . 14/60

  19. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Preliminaries Uniform Interpolation Challenges Uniform Interpolation in DLs In general, we may have to approximate or to use more expressive DLs Deciding existence of UIs in ALC is 2ExpTime -complete A second challenge is size 2 2 2 |T | � If exists, T Σ can have size O � Already for lightweight DL EL ALC : [Lutz, Wolter, 2010], EL : [Nikitina, Rudolph, 2014] 15/60

  20. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Computing Uniform Interpolants Computing Uniform Interpolants Practically Can we compute uniform interpolants practically? Upper bound on size directly gives us a method for computing UIs: 1 Iterate over all axioms in signature of size 2 2 2 | T | 2 Collect all those that are entailed ⇒ However, this is not practical at all! 16/60

  21. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Computing Uniform Interpolants Using Tableaux to Compute Uniform Interpolants First more “practical” idea: use tableaux Directly generate entailed axioms Each tree corresponds to disjunct in result Different edges for ∃ - and ∀ -restrictions ∃ r . B , ∀ s . ( C ⊔ ∃ r . D ) ∃ r . B , ∀ s . ( C ⊔ ∃ r . D ) ∃ r ∀ s ∃ r ∀ s C ⊔ ∃ r . D C ⊔ ∃ r . D B B C ∃ r . D ∃ r D Modal Logic: [Kracht, 2007], ALC : [Wang, Wang et al, 2010] 17/60

  22. Resolution-Based Uniform Interpolation and Forgetting for Expressive Description Logics Computing Uniform Interpolants Using Tableaux to Compute Uniform Interpolants Obtain ⊤ ⊑ C 1 ⊔ . . . ⊔ C n from tableau Each C i constructed from one tree Only keep what is in signature With TBox, tableau might not be finite Allows to compute arbitrary approximations Equivalence test to check for termination last approximation equivalent to current 18/60

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend