reaching definability via abduction
play

Reaching definability via Abduction Evgeny Sherkhonov thesis is - PowerPoint PPT Presentation

Reaching definability via Abduction Evgeny Sherkhonov thesis is done at Free Univesity of Bozen-Bolzano TU Dresden Supervisors: Prof. Enrico Franconi, Prof. Steffen H olldobler February 21, 2012 Background Query answering under constraints


  1. Reaching definability via Abduction Evgeny Sherkhonov thesis is done at Free Univesity of Bozen-Bolzano TU Dresden Supervisors: Prof. Enrico Franconi, Prof. Steffen H¨ olldobler February 21, 2012

  2. Background Query answering under constraints Definability Abduction Data exchange Definability Abduction Problem formalization Definability abduction in data exchange Definability abduction in ALC Conclusion and future work

  3. Data access under constraints There are different types of constraints. ◮ Ontologies They provide conceptual view of the data ◮ Schema mappings They provide the specification how different schemas interact

  4. Our assumptions ◮ Conceptual schema has a richer vocabulary than the data stores � Standard DB technologies are not applicable ◮ DBox (constraints with exact views): Complete information of only some terms is available (from databases) � Query answering is hard in general.

  5. How to answer queries under constraints? Common approach: Query rewriting ◮ Given Q over σ ( KB , DB ). ◮ Rewrite Q into Q ′ , which is over σ ( DB ), such that answer ( Q ) = answer ( Q ′ ). ◮ Answer Q ′ using SQL. Depends on KB and Q : ◮ KB is expressed in DL - Lite and Q is a ( U ) CQ . ◮ KB is expressed in FOL and Q is implicitly definable from σ ( DB ).

  6. Example ◮ KB: Researcher ( x ) → MSc ( x ) ∨ PhD ( x ) MSc ( x ) → Researcher ( x ) PhD ( x ) → Researcher ( x ) MSc ( x ) → ¬ PhD ( x ) ◮ DB: Researcher = { Leonard , Sheldon , Howard } PhD = { Leonard , Sheldon } Q ( x ) = MSc ( x ) is implicitly definable from Researcher and PhD . Answer MSc = { Howard }

  7. Definability Definition 1 (Implicit definability) ϕ is implicitly definable from P under KB if ∀ I , J ∈ M ( KB ) : D I = D J it holds that · I | P = · J | P ⇒ ϕ I ≡ ϕ J I.e. a formula is definable if its truth value solely depends on the domain and the extensions of predicates in P .

  8. Query rewriting framework ◮ Check consistency of KB and DB ; ◮ Check implicit definability of Q from P DB under KB ; ◮ Compute Craig’s interpolant (a.k.a rewriting); ◮ If the rewriting is domain independent, execute in SQL.

  9. What is Abduction? ◮ “the action of forcibly taking someone away against their will” [Oxford dictionary]

  10. What is Abduction? ◮ Type of reasoning for deriving explanations to facts. Definition 2 (Abductive problem) A pair � Σ , q � such that Σ �| = q Definition 3 α is a solution if Σ ∪ { α } | = q ◮ consistent if Σ ∪ { α } is consistent, ◮ relevant if α �| = q , ◮ conservative if σ ( α ) ⊆ σ (Σ , q ).

  11. Other restrictions ◮ Syntactic restriction ◮ Preference criteria: ◮ minimality: ( α | = β ⇒ β | = α ) ◮ Σ- minimality: (Σ ∪ α | = β ⇒ Σ ∪ β | = α ) ◮ basicness : no relevant solution for � Σ , α �

  12. Data exchange Σ st S T Σ t J I Figure: Data exchange problem. ◮ Data exchange problem: ◮ Translate the data structured under S to the data under T in as precise as possible way. ◮ Query answering over T must be consistent with the source information. ◮ Data exchange setting: ( S , T , Σ st , Σ t ), where Σ st is a source to target schema mapping , Σ t is target constraints.

  13. Schema mapping Data exchange setting ( S , T , Σ st , Σ t ) Schema mappings given by dependencies ◮ source to target L 1 -to- L 2 -dependency: y ) → ∃ ¯ ϕ (¯ x , ¯ z .ψ (¯ x , ¯ z ) , where ◮ ϕ is a L 1 -formula over S , ◮ ψ is a L 2 -formula over T . ◮ Σ st is expressed by source to target CQ -to- CQ dependencies, ◮ Σ t is expressed by target to target CQ -to- CQ dependencies, plus equality generating dependencies over T . ϕ (¯ x ) → x i = x j .

  14. Data exchange Example 4 Σ st : P ( x , y ) → ∃ z ( Q ( x , z ) ∧ Q ( z , y )) I = { P ( a , b ) } ◮ { Q ( a , b ) , Q ( b , b ) } , ◮ { Q ( a , ⊥ ) , Q ( ⊥ , b ) } , ◮ { Q ( a , ⊥ i ) , Q ( ⊥ i , b ) | 1 ≤ i ≤ n } . ◮ For a source instance I there might be many solutions. Which one to materialize? � Universal solution (can be homomorphically embedded into all other solutions) ◮ What is the semantics of query answering? � Certain answers � certain ( Q , I ) = { Q ( J ) | J is a solution }

  15. Outline Background Query answering under constraints Definability Abduction Data exchange Definability Abduction Problem formalization Definability abduction in data exchange Definability abduction in ALC Conclusion and future work

  16. What if a query is not definable? ◮ Assume Q is not definable from P under Σ. ◮ and we want to make it definable (Why? See later). How? Definition 5 (Definability abductive problem) A DAP is a tuple � Σ , P , Q � such that Σ ∪ � = Q ↔ � Σ �| Q , where � · is replacement of predicates other than from P by fresh ones.

  17. Definability abduction Definition 6 ∆ is a solution to a DAP if Σ ∪ ∆ ∪ � Σ ∪ � = Q ↔ � ∆ | Q . It is ◮ consistent if Σ ∪ ∆ is, ◮ relevant if ∆ ∪ � = Q ↔ � ∆ �| Q , ◮ conservative if σ (∆) ⊆ σ (Σ , Q ) ∪ { = }

  18. Example ◮ Σ : ∀ x ( s ( x ) → g ( x ) ∨ u ( x )) , ∀ x ( g ( x ) → s ( x )) , ∀ x ( u ( x ) → s ( x )) , ◮ P = { s , u } , ◮ Q = g . Definability abductive solutions: ◮ ∀ x . g ( x ) � Irrelevant ◮ ∀ x . ( g ( x ) ↔ ¬ s ( x )) � Inconsistent ◮ ∀ x ( g ( x ) → ¬ u ( x )) � Consistent, relevant

  19. Constraints Similarly to classical abduction the following has to be taken into account: ◮ Syntactic restriction ◮ Preference criterion What are these restrictions? It depends on particular instances. ◮ In data exchange: dependencies. ◮ In ALC : concept inclusions.

  20. DAP in data exchange Why we need definability in data exchange? ◮ Odd anomalies of certain answering semantics. Consider M = ( { P } , { P ′ } , Σ) with Σ: ∀ x , y ( P ( x , y ) → P ′ ( x , y )) . a source instance I = { P ( a , a ) } and Q ( x ) = ∀ y ( P ′ ( x , y ) → P ′ ( y , x )) . We expect the answer { a } . However, certain M ( I , Q ) = ∅ ! ◮ Note if we add ∀ x ( P ′ ( x , y ) → P ( x , y )) to Σ, then the target instance is fully defined. � Q will be answered correctly.

  21. Non rewritability ◮ Consider M = ( { G , R } , { G ′ , R ′ } , Σ) with Σ = { G ( x , y ) → G ′ ( x , y ) , R ( x , y ) → R ′ ( x , y ) } . Then Q ( x ) = R ′ ( x ) ∨ ∃ y ∃ z ( R ′ ( y ) ∧ G ′ ( y , z ) ∧ ¬ R ′ ( z )) is not FO rewritable over a universal solution! ◮ If we add G ′ ( x , y ) → G ( x , y ) , R ′ ( x , y ) → R ( x , y ) to Σ, then the target instance is fully defined and Q can be answered correctly.

  22. Target is not definable from source ◮ Observe, the target schema is not implicitly definable from the source schema. ◮ Can we amend the schema mappings Σ such that T becomes definable from S ? ◮ Any data exchange setting = ( S , T , Σ) is a definability abductive problem with the DAP query � q ∈ T q (¯ x q ) ◮ What is the syntactic restriction? Target-to-source dependencies � tableau and resolution techniques are hardly applicable ◮ Preference criterion? Σ-minimality: ∆ 1 is minimal if Σ ∪ ∆ 1 | = ∆ 2 ⇒ Σ ∪ ∆ 2 | = ∆ 1 Thus, we concentrate on finding minimal solutions only

  23. Σ st is full, Σ t = ∅ Shape of solutions. ◮ CQ -to- CQ solutions. ◮ There is a data exchange setting which does not admit any relevant consistent CQ -to- CQ DAP solution. ◮ CQ -to- CQ = solutions. ◮ Minimal relevant consistent CQ -to- CQ = DAP solutions are y .ϕ j among ∆ j = { p i (¯ x ) → ∃ ¯ i (¯ x , ¯ y ) | 1 ≤ i ≤ n } , 1 ≤ j ≤ k i ◮ problems: difficult to find a minimal one; there might be source instances for which there is no data exchange solution under Σ st ∪ ∆.

  24. CQ -to- UCQ = solutions ◮ Σ = { ϕ j i (¯ x , ¯ y ) → p i (¯ x ) | 1 ≤ j ≤ k i , 1 ≤ i ≤ n } , ◮ There is a unique minimal t-s CQ -to- UCQ = solution: � z j ϕ j ∆ = { p i ( x ) → ∃ ¯ z j ) } . i (¯ x , ¯ 1 ≤ i ≤ n ◮ The problem is gone.

  25. Embedded schema mappings Now consider the case of embedded schema mappings. ◮ There is a pure embedded data exchange setting which does not admit relevant consistent t-s CQ -to-( U ) CQ solutions. Example: p ( x ) → ∃ y . q ( x , y ) How to get definability of T from S in this case? ◮ Equate existential variables with universal variables: q ( x , y ) → p ( x ) ∧ x = y � not intuitive ◮ Introduce new source predicates which give values for existential variables: q s ( x , y ) ↔ q ( x , y ), it will imply the source dependency: p ( x ) → ∃ y . q s ( x , y ) � conservativeness criterion is sacrificed These solutions are minimal!

  26. Adding source and target constraints ◮ CQ -to-( U ) CQ = solutions remain to be solutions with added source and target constraints, ◮ Source constraints do not influence minimality, ◮ Target constraints do influence minimality � one has to find minimal solutions taking into account the target constraints

  27. CWA-solutions CWA -solutions were introduced to solve similar odd behavior of certain answers semantics. ◮ M = ( S , T , Σ) full schema mapping, ◮ I source instance and ◮ ∆ a minimal CQ -to- UCQ = solution. Then J is a CWA − solution for I under Σ iff J is a solution for I under Σ ∪ ∆ . � DAP solution provides formalization of meta-assumptions about CWA by means of schema mappings.

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