SlideShare une entreprise Scribd logo
1  sur  1
Local Closed World Semantics for Description Logics
                                           Adila Krisnadhi, Kunal Sengupta and Pascal Hitzler
                      Knowledge Engineering Lab – Kno.e.sis Center – Wright State University – Dayton, Ohio, USA


  1. Introduction                                                        2. Grounded Circumscription

 Semantics of OWL (and DLs in general) adheres to the Open               Circumscription employs minimization straightforwardly.
 World Assumption (OWA): statements that are not logical                 Circumscription in DLs: augment a KB with a circumscription pattern consisting
 consequences of a knowledge base (KB) is not considered false.          disjoint sets minimized, fixed, varying predicates and a preference relation on
 However, the Closed World Assumption (CWA) — statements that            interpretations to pick minimal models as the preferred models.
 are not logical consequences of KB are considered false — is            Drawbacks of circumscriptive DLs:
 preferable in certain situations, e.g., when data is retrieved from a     undecidable when TBox is non-empty and some role is minimized;
 database, or data is considered complete w.r.t. application.              extensions of minimized predicates may contain non-named individuals;
 Need languages that adhere to the Local Closed World Assumption         Grounded circumscription (GC) simplifies circumscription:
 (LCWA): both OWA & CWA as modeling features in one language.              only consider minimized and non-minimized predicates;
 Users want to specify that individuals in the extension of a              extensions of minimized predicates are restricted to named individuals, hence is
 predicate (concept/role name) are those which are necessarily             decidable if the underlying DL is decidable;
 required, i.e., predicates are minimized.                                 roles can be minimized without losing decidability even when the TBox is not empty.


  3. Key Definitions                                                      4. Example (1)
                                                                                hasAuthor(paper1, author1)            hasAuthor(paper1, author2)
 For a DL L, GC-L-KB is a pair (K, M ) where K is an L-KB,
                                                                                hasAuthor(paper2, author3)                 ∀hasAuthor.Author.
 M ⊆ NC ∪ NR. Let Ind(K) be set of named inviduals in K.
 Concept/role name W is minimized w.r.t. K if W ∈ M                      Take (i) (≤2 hasAuthor.Author)(paper1); (ii) ¬hasAuthor(paper, author3)
 For any models I and J of K, I is smaller than J w.r.t. M iff            Classical semantics: neither (i) nor (ii) is a logical consequence
   ∆I = ∆J and aI = aJ for every aI ∈ ∆J ;                               Minimize hasAuthor without UNA: (i) is a GC-inference
   W I ⊆ W J for every W ∈ M ; and                                       Minimize hasAuthor with UNA: (i) and (ii) are GC-inferences
   there exists a W ∈ M such that W I ⊂ W J
 A model I of K is a grounded model w.r.t. M iff
   for A ∈ M ∩ NC , AI ⊆ {bI | b ∈ Ind(K)}                               5. Example (2)
   for r ∈ M ∩ NR, r I ⊆ {(bI , cI ) | b, c ∈ Ind(K)}
 I is a GC-model of a GC-L-KB (K, M ) iff:                                          Bear(polarBear)
   I is a grounded model of K w.r.t. M ;                                           ∃isHabitatFor.(Bear        EndangeredSpecies)(arcticSea)
   I is minimal w.r.t. M .                                               Consider EndangeredSpecies(polarBear)
 A statement/assertion is a GC-logical consequence (GC-inference)          In the original circumscriptive DLs: is not a logical consequence
 of (K, M ) if every GC-model of (K, M ) satisfies it.                      Under GC-semantics: is a (GC)-logical consequence


  6. Decidability of GC-KB Satisfiability

For any DL L with nominals, concept disjunction & concept products: if KB-satisfiability is decidable for L , then so is GC-KB satisfiability.

Proof (sketch):
 Let (K, M ) be a GC-L-KB such that M = MA ∪ MR where MA = {A1, . . . , An} and MR = {r1, . . . , rm} with n, m ≥ 0 and Ai, rj are
 minimized concept and role names w.r.t. K.
 The set G(K,M ) that contains precisely all tuples (X1, . . . , Xn, Y1, . . . , Ym) where all Xi ⊆ Ind(K) and Yj ⊆ Ind(K) × Ind(K) is finite.
 Given a tuple G = (X1, . . . , Xn, Y1, . . . , Ym} ∈ GK,M , let KG be K plus the following axioms:
              Ai ≡      {a} for every a ∈ Xi and 1 ≤ i ≤ n                  rj ≡      ({a} × {b}) for every pair (a, b) ∈ Yj and 1 ≤ j ≤ m
 If (K, M ) has a grounded model I then there exists G ∈ G(K,M ) such that KG has a model J which coincides with I on all minimized predicates.
 If there exists G ∈ G(K,M ) such that KG has a model J , then (K, M ) has a grounded model I which coincides with J on all minimized predicates.
 The set G(K,M ) = {G ∈ G(K,M ) | KG has a (classical) model} is finite and membership in G(K,M ) is decidable if L is decidable.
 There is a pointwise (partial) ordering of tuples in G(K,M ) induced by ⊆ on the tuple components.
 (K, M ) has a GC-model if and only if G(K,M ) is non-empty where G(K,M ) = {G ∈ G(K,M ) | G is minimal in (G(K,M ), )}
 The theorem follows since the emptiness of G(K,M ) is decidable.


  7. Future/Ongoing Works                                                                                                   References

                                                                                                                           Bonatti, P.A., Lutz, C., Wolter, F.: The
 Tableau algorithm deciding GC-KB-satisfiability, e.g., for ALC:                                                            Complexity of Circumscription in
   Add two grounding rules (for minimized concepts and minimized roles) to the standard ALC tableau algorithm.             Description Logic. Journal of Artificial
 Inference problems beyond GC-KB-satisfiability:                                                                            Intelligence Research 35, 717–773 (2009)

   employs the approach of tableau algorithm for circumscriptive DLs                                                       Grimm, S., Hitzler, P.: A Preferential
   additional check for preference clash                                                                                   Tableaux Calculus for Circumscriptive
 Other future work: investigate exact worst-case complexity of GC-reasoning.                                               ALCO. In Proc. of RR’09. LNCS, vol.
                                                                                                                           5837, pp. 40–54.


                             Knowledge Engineering Lab. - Kno.e.sis Center - Wright State University - Dayton, Ohio, USA
                   {adila,kunal,pascal}@knoesis.org              http://knoesis.wright.edu/faculty/pascal/knoelab.html

Contenu connexe

Tendances

Some fixed point theorems of expansion mapping in g-metric spaces
Some fixed point theorems of expansion mapping in g-metric spacesSome fixed point theorems of expansion mapping in g-metric spaces
Some fixed point theorems of expansion mapping in g-metric spacesinventionjournals
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithmsmumbahelp
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithmsmumbahelp
 
Entrega2_MALGTN_DEFINITVA
Entrega2_MALGTN_DEFINITVAEntrega2_MALGTN_DEFINITVA
Entrega2_MALGTN_DEFINITVAGuillem Sala
 
Mit203 analysis and design of algorithms
Mit203  analysis and design of algorithmsMit203  analysis and design of algorithms
Mit203 analysis and design of algorithmssmumbahelp
 
Jarrar: First Order Logic- Inference Methods
Jarrar: First Order Logic- Inference MethodsJarrar: First Order Logic- Inference Methods
Jarrar: First Order Logic- Inference MethodsMustafa Jarrar
 
Fundamentals of Parameterised Covering Approximation Space
Fundamentals of Parameterised Covering Approximation SpaceFundamentals of Parameterised Covering Approximation Space
Fundamentals of Parameterised Covering Approximation SpaceYogeshIJTSRD
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clusteringDmitrii Ignatov
 
Pert 05 aplikasi clustering
Pert 05 aplikasi clusteringPert 05 aplikasi clustering
Pert 05 aplikasi clusteringaiiniR
 
Conventional Implicature via Dependent Type Semantics
Conventional Implicature via Dependent Type SemanticsConventional Implicature via Dependent Type Semantics
Conventional Implicature via Dependent Type SemanticsDaisuke BEKKI
 
One modulo n gracefulness of
One modulo n gracefulness ofOne modulo n gracefulness of
One modulo n gracefulness ofgraphhoc
 
Some fixed point and common fixed point theorems of integral
Some fixed point and common fixed point theorems of integralSome fixed point and common fixed point theorems of integral
Some fixed point and common fixed point theorems of integralAlexander Decker
 
Probabilistic information retrieval models & systems
Probabilistic information retrieval models & systemsProbabilistic information retrieval models & systems
Probabilistic information retrieval models & systemsSelman Bozkır
 
Study Kc - Spaces Via ω-Open Sets
Study Kc - Spaces Via ω-Open SetsStudy Kc - Spaces Via ω-Open Sets
Study Kc - Spaces Via ω-Open Setspaperpublications3
 
Interactive Latent Dirichlet Allocation
Interactive Latent Dirichlet AllocationInteractive Latent Dirichlet Allocation
Interactive Latent Dirichlet AllocationQuentin Pleplé
 

Tendances (19)

Some fixed point theorems of expansion mapping in g-metric spaces
Some fixed point theorems of expansion mapping in g-metric spacesSome fixed point theorems of expansion mapping in g-metric spaces
Some fixed point theorems of expansion mapping in g-metric spaces
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithm
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithm
 
Entrega2_MALGTN_DEFINITVA
Entrega2_MALGTN_DEFINITVAEntrega2_MALGTN_DEFINITVA
Entrega2_MALGTN_DEFINITVA
 
Mit203 analysis and design of algorithms
Mit203  analysis and design of algorithmsMit203  analysis and design of algorithms
Mit203 analysis and design of algorithms
 
Jarrar: First Order Logic- Inference Methods
Jarrar: First Order Logic- Inference MethodsJarrar: First Order Logic- Inference Methods
Jarrar: First Order Logic- Inference Methods
 
Fundamentals of Parameterised Covering Approximation Space
Fundamentals of Parameterised Covering Approximation SpaceFundamentals of Parameterised Covering Approximation Space
Fundamentals of Parameterised Covering Approximation Space
 
Bq25399403
Bq25399403Bq25399403
Bq25399403
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clustering
 
Pert 05 aplikasi clustering
Pert 05 aplikasi clusteringPert 05 aplikasi clustering
Pert 05 aplikasi clustering
 
Conventional Implicature via Dependent Type Semantics
Conventional Implicature via Dependent Type SemanticsConventional Implicature via Dependent Type Semantics
Conventional Implicature via Dependent Type Semantics
 
One modulo n gracefulness of
One modulo n gracefulness ofOne modulo n gracefulness of
One modulo n gracefulness of
 
Some fixed point and common fixed point theorems of integral
Some fixed point and common fixed point theorems of integralSome fixed point and common fixed point theorems of integral
Some fixed point and common fixed point theorems of integral
 
Probabilistic information retrieval models & systems
Probabilistic information retrieval models & systemsProbabilistic information retrieval models & systems
Probabilistic information retrieval models & systems
 
Study Kc - Spaces Via ω-Open Sets
Study Kc - Spaces Via ω-Open SetsStudy Kc - Spaces Via ω-Open Sets
Study Kc - Spaces Via ω-Open Sets
 
cdrw
cdrwcdrw
cdrw
 
4515ijci01
4515ijci014515ijci01
4515ijci01
 
Entropy 19-00079
Entropy 19-00079Entropy 19-00079
Entropy 19-00079
 
Interactive Latent Dirichlet Allocation
Interactive Latent Dirichlet AllocationInteractive Latent Dirichlet Allocation
Interactive Latent Dirichlet Allocation
 

En vedette

Montana SHPO letter concerning "Diggers: Montana Juice" episode
Montana SHPO letter concerning "Diggers: Montana Juice" episodeMontana SHPO letter concerning "Diggers: Montana Juice" episode
Montana SHPO letter concerning "Diggers: Montana Juice" episodeMarsha Fulton
 
Cyberport2
Cyberport2Cyberport2
Cyberport2bumatech
 
Ud4 jose manuel-ares.doc.
Ud4 jose manuel-ares.doc.Ud4 jose manuel-ares.doc.
Ud4 jose manuel-ares.doc.josmanar
 
1 a biblioteca escolar e os desafios no contexto da sociedade atual
1 a biblioteca escolar e os desafios no contexto da sociedade atual1 a biblioteca escolar e os desafios no contexto da sociedade atual
1 a biblioteca escolar e os desafios no contexto da sociedade atualAna Cristina de Oliveira
 
Emotional response of hard candy
Emotional response of hard candyEmotional response of hard candy
Emotional response of hard candybrett123
 
Articolo Meritocrazia di nicolò boggian
Articolo Meritocrazia di nicolò boggianArticolo Meritocrazia di nicolò boggian
Articolo Meritocrazia di nicolò boggianMassimo Rosa
 
Por un planeta verde (1)
Por un planeta verde (1)Por un planeta verde (1)
Por un planeta verde (1)Amira Luz
 
Academic building of the school of creative media of city university of hong ...
Academic building of the school of creative media of city university of hong ...Academic building of the school of creative media of city university of hong ...
Academic building of the school of creative media of city university of hong ...bumatech
 

En vedette (20)

Think aloud 1
Think aloud 1Think aloud 1
Think aloud 1
 
Barsa
BarsaBarsa
Barsa
 
Lch full 0017
Lch full 0017Lch full 0017
Lch full 0017
 
OFC 1502 S
OFC 1502 SOFC 1502 S
OFC 1502 S
 
Montana SHPO letter concerning "Diggers: Montana Juice" episode
Montana SHPO letter concerning "Diggers: Montana Juice" episodeMontana SHPO letter concerning "Diggers: Montana Juice" episode
Montana SHPO letter concerning "Diggers: Montana Juice" episode
 
Cyberport2
Cyberport2Cyberport2
Cyberport2
 
Ud4 jose manuel-ares.doc.
Ud4 jose manuel-ares.doc.Ud4 jose manuel-ares.doc.
Ud4 jose manuel-ares.doc.
 
Hoja de gastos
Hoja de gastosHoja de gastos
Hoja de gastos
 
OFL 0139 B
OFL 0139 BOFL 0139 B
OFL 0139 B
 
1 a biblioteca escolar e os desafios no contexto da sociedade atual
1 a biblioteca escolar e os desafios no contexto da sociedade atual1 a biblioteca escolar e os desafios no contexto da sociedade atual
1 a biblioteca escolar e os desafios no contexto da sociedade atual
 
Emotional response of hard candy
Emotional response of hard candyEmotional response of hard candy
Emotional response of hard candy
 
Palavras e ações mentirosas
Palavras e ações mentirosasPalavras e ações mentirosas
Palavras e ações mentirosas
 
Accidentes
AccidentesAccidentes
Accidentes
 
Eu vg cmph
Eu vg cmphEu vg cmph
Eu vg cmph
 
Articolo Meritocrazia di nicolò boggian
Articolo Meritocrazia di nicolò boggianArticolo Meritocrazia di nicolò boggian
Articolo Meritocrazia di nicolò boggian
 
tarea 2
tarea 2tarea 2
tarea 2
 
Campana Siemens LI48932
Campana Siemens LI48932 Campana Siemens LI48932
Campana Siemens LI48932
 
Por un planeta verde (1)
Por un planeta verde (1)Por un planeta verde (1)
Por un planeta verde (1)
 
Academic building of the school of creative media of city university of hong ...
Academic building of the school of creative media of city university of hong ...Academic building of the school of creative media of city university of hong ...
Academic building of the school of creative media of city university of hong ...
 
Manual Balay - congelador combi 3 kfw7610
Manual Balay - congelador combi 3 kfw7610Manual Balay - congelador combi 3 kfw7610
Manual Balay - congelador combi 3 kfw7610
 

Similaire à Local Closed World Semantics - DL 2011 Poster

Latent Dirichlet Allocation
Latent Dirichlet AllocationLatent Dirichlet Allocation
Latent Dirichlet AllocationMarco Righini
 
A Distributed Tableau Algorithm for Package-based Description Logics
A Distributed Tableau Algorithm for Package-based Description LogicsA Distributed Tableau Algorithm for Package-based Description Logics
A Distributed Tableau Algorithm for Package-based Description LogicsJie Bao
 
PredicatesQuantifiers.docx
PredicatesQuantifiers.docxPredicatesQuantifiers.docx
PredicatesQuantifiers.docxWaqasSami6
 
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...mathsjournal
 
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...mathsjournal
 
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...mathsjournal
 
Introduction to complexity theory assignment
Introduction to complexity theory assignmentIntroduction to complexity theory assignment
Introduction to complexity theory assignmenttesfahunegn minwuyelet
 
Gabor Frames for Quasicrystals and K-theory
Gabor Frames for Quasicrystals and K-theoryGabor Frames for Quasicrystals and K-theory
Gabor Frames for Quasicrystals and K-theoryMichael Kreisel
 
Exchanging OWL 2 QL Knowledge Bases
Exchanging OWL 2 QL Knowledge BasesExchanging OWL 2 QL Knowledge Bases
Exchanging OWL 2 QL Knowledge Basesnet2-project
 
Perspectives on the wild McKay correspondence
Perspectives on the wild McKay correspondencePerspectives on the wild McKay correspondence
Perspectives on the wild McKay correspondenceTakehiko Yasuda
 
Fuzzy inventory model with shortages in man power planning
Fuzzy inventory model with shortages in man power planningFuzzy inventory model with shortages in man power planning
Fuzzy inventory model with shortages in man power planningAlexander Decker
 
Large-scale structure non-Gaussianities with modal methods (Ascona)
Large-scale structure non-Gaussianities with modal methods (Ascona)Large-scale structure non-Gaussianities with modal methods (Ascona)
Large-scale structure non-Gaussianities with modal methods (Ascona)Marcel Schmittfull
 
[ABDO] Logic As A Database Language
[ABDO] Logic As A Database Language[ABDO] Logic As A Database Language
[ABDO] Logic As A Database LanguageCarles Farré
 
Recent Advances in Kernel-Based Graph Classification
Recent Advances in Kernel-Based Graph ClassificationRecent Advances in Kernel-Based Graph Classification
Recent Advances in Kernel-Based Graph ClassificationChristopher Morris
 
alexbeloi_thesis_082715_final
alexbeloi_thesis_082715_finalalexbeloi_thesis_082715_final
alexbeloi_thesis_082715_finalAlex Beloi
 

Similaire à Local Closed World Semantics - DL 2011 Poster (20)

Latent Dirichlet Allocation
Latent Dirichlet AllocationLatent Dirichlet Allocation
Latent Dirichlet Allocation
 
kcde
kcdekcde
kcde
 
A Distributed Tableau Algorithm for Package-based Description Logics
A Distributed Tableau Algorithm for Package-based Description LogicsA Distributed Tableau Algorithm for Package-based Description Logics
A Distributed Tableau Algorithm for Package-based Description Logics
 
Canini09a
Canini09aCanini09a
Canini09a
 
PredicatesQuantifiers.docx
PredicatesQuantifiers.docxPredicatesQuantifiers.docx
PredicatesQuantifiers.docx
 
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
 
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
 
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
A POSSIBLE RESOLUTION TO HILBERT’S FIRST PROBLEM BY APPLYING CANTOR’S DIAGONA...
 
Clustering ppt
Clustering pptClustering ppt
Clustering ppt
 
Introduction to complexity theory assignment
Introduction to complexity theory assignmentIntroduction to complexity theory assignment
Introduction to complexity theory assignment
 
Gabor Frames for Quasicrystals and K-theory
Gabor Frames for Quasicrystals and K-theoryGabor Frames for Quasicrystals and K-theory
Gabor Frames for Quasicrystals and K-theory
 
Exchanging OWL 2 QL Knowledge Bases
Exchanging OWL 2 QL Knowledge BasesExchanging OWL 2 QL Knowledge Bases
Exchanging OWL 2 QL Knowledge Bases
 
Planted Clique Research Paper
Planted Clique Research PaperPlanted Clique Research Paper
Planted Clique Research Paper
 
Perspectives on the wild McKay correspondence
Perspectives on the wild McKay correspondencePerspectives on the wild McKay correspondence
Perspectives on the wild McKay correspondence
 
Fuzzy inventory model with shortages in man power planning
Fuzzy inventory model with shortages in man power planningFuzzy inventory model with shortages in man power planning
Fuzzy inventory model with shortages in man power planning
 
Large-scale structure non-Gaussianities with modal methods (Ascona)
Large-scale structure non-Gaussianities with modal methods (Ascona)Large-scale structure non-Gaussianities with modal methods (Ascona)
Large-scale structure non-Gaussianities with modal methods (Ascona)
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
[ABDO] Logic As A Database Language
[ABDO] Logic As A Database Language[ABDO] Logic As A Database Language
[ABDO] Logic As A Database Language
 
Recent Advances in Kernel-Based Graph Classification
Recent Advances in Kernel-Based Graph ClassificationRecent Advances in Kernel-Based Graph Classification
Recent Advances in Kernel-Based Graph Classification
 
alexbeloi_thesis_082715_final
alexbeloi_thesis_082715_finalalexbeloi_thesis_082715_final
alexbeloi_thesis_082715_final
 

Dernier

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 

Dernier (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 

Local Closed World Semantics - DL 2011 Poster

  • 1. Local Closed World Semantics for Description Logics Adila Krisnadhi, Kunal Sengupta and Pascal Hitzler Knowledge Engineering Lab – Kno.e.sis Center – Wright State University – Dayton, Ohio, USA 1. Introduction 2. Grounded Circumscription Semantics of OWL (and DLs in general) adheres to the Open Circumscription employs minimization straightforwardly. World Assumption (OWA): statements that are not logical Circumscription in DLs: augment a KB with a circumscription pattern consisting consequences of a knowledge base (KB) is not considered false. disjoint sets minimized, fixed, varying predicates and a preference relation on However, the Closed World Assumption (CWA) — statements that interpretations to pick minimal models as the preferred models. are not logical consequences of KB are considered false — is Drawbacks of circumscriptive DLs: preferable in certain situations, e.g., when data is retrieved from a undecidable when TBox is non-empty and some role is minimized; database, or data is considered complete w.r.t. application. extensions of minimized predicates may contain non-named individuals; Need languages that adhere to the Local Closed World Assumption Grounded circumscription (GC) simplifies circumscription: (LCWA): both OWA & CWA as modeling features in one language. only consider minimized and non-minimized predicates; Users want to specify that individuals in the extension of a extensions of minimized predicates are restricted to named individuals, hence is predicate (concept/role name) are those which are necessarily decidable if the underlying DL is decidable; required, i.e., predicates are minimized. roles can be minimized without losing decidability even when the TBox is not empty. 3. Key Definitions 4. Example (1) hasAuthor(paper1, author1) hasAuthor(paper1, author2) For a DL L, GC-L-KB is a pair (K, M ) where K is an L-KB, hasAuthor(paper2, author3) ∀hasAuthor.Author. M ⊆ NC ∪ NR. Let Ind(K) be set of named inviduals in K. Concept/role name W is minimized w.r.t. K if W ∈ M Take (i) (≤2 hasAuthor.Author)(paper1); (ii) ¬hasAuthor(paper, author3) For any models I and J of K, I is smaller than J w.r.t. M iff Classical semantics: neither (i) nor (ii) is a logical consequence ∆I = ∆J and aI = aJ for every aI ∈ ∆J ; Minimize hasAuthor without UNA: (i) is a GC-inference W I ⊆ W J for every W ∈ M ; and Minimize hasAuthor with UNA: (i) and (ii) are GC-inferences there exists a W ∈ M such that W I ⊂ W J A model I of K is a grounded model w.r.t. M iff for A ∈ M ∩ NC , AI ⊆ {bI | b ∈ Ind(K)} 5. Example (2) for r ∈ M ∩ NR, r I ⊆ {(bI , cI ) | b, c ∈ Ind(K)} I is a GC-model of a GC-L-KB (K, M ) iff: Bear(polarBear) I is a grounded model of K w.r.t. M ; ∃isHabitatFor.(Bear EndangeredSpecies)(arcticSea) I is minimal w.r.t. M . Consider EndangeredSpecies(polarBear) A statement/assertion is a GC-logical consequence (GC-inference) In the original circumscriptive DLs: is not a logical consequence of (K, M ) if every GC-model of (K, M ) satisfies it. Under GC-semantics: is a (GC)-logical consequence 6. Decidability of GC-KB Satisfiability For any DL L with nominals, concept disjunction & concept products: if KB-satisfiability is decidable for L , then so is GC-KB satisfiability. Proof (sketch): Let (K, M ) be a GC-L-KB such that M = MA ∪ MR where MA = {A1, . . . , An} and MR = {r1, . . . , rm} with n, m ≥ 0 and Ai, rj are minimized concept and role names w.r.t. K. The set G(K,M ) that contains precisely all tuples (X1, . . . , Xn, Y1, . . . , Ym) where all Xi ⊆ Ind(K) and Yj ⊆ Ind(K) × Ind(K) is finite. Given a tuple G = (X1, . . . , Xn, Y1, . . . , Ym} ∈ GK,M , let KG be K plus the following axioms: Ai ≡ {a} for every a ∈ Xi and 1 ≤ i ≤ n rj ≡ ({a} × {b}) for every pair (a, b) ∈ Yj and 1 ≤ j ≤ m If (K, M ) has a grounded model I then there exists G ∈ G(K,M ) such that KG has a model J which coincides with I on all minimized predicates. If there exists G ∈ G(K,M ) such that KG has a model J , then (K, M ) has a grounded model I which coincides with J on all minimized predicates. The set G(K,M ) = {G ∈ G(K,M ) | KG has a (classical) model} is finite and membership in G(K,M ) is decidable if L is decidable. There is a pointwise (partial) ordering of tuples in G(K,M ) induced by ⊆ on the tuple components. (K, M ) has a GC-model if and only if G(K,M ) is non-empty where G(K,M ) = {G ∈ G(K,M ) | G is minimal in (G(K,M ), )} The theorem follows since the emptiness of G(K,M ) is decidable. 7. Future/Ongoing Works References Bonatti, P.A., Lutz, C., Wolter, F.: The Tableau algorithm deciding GC-KB-satisfiability, e.g., for ALC: Complexity of Circumscription in Add two grounding rules (for minimized concepts and minimized roles) to the standard ALC tableau algorithm. Description Logic. Journal of Artificial Inference problems beyond GC-KB-satisfiability: Intelligence Research 35, 717–773 (2009) employs the approach of tableau algorithm for circumscriptive DLs Grimm, S., Hitzler, P.: A Preferential additional check for preference clash Tableaux Calculus for Circumscriptive Other future work: investigate exact worst-case complexity of GC-reasoning. ALCO. In Proc. of RR’09. LNCS, vol. 5837, pp. 40–54. Knowledge Engineering Lab. - Kno.e.sis Center - Wright State University - Dayton, Ohio, USA {adila,kunal,pascal}@knoesis.org http://knoesis.wright.edu/faculty/pascal/knoelab.html