SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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é
 

Was ist angesagt? (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
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
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
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 

Kürzlich hochgeladen (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"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...
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
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
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 

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