• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

A Principle for Incorporating Axioms into the First-Order Translation of Modal Formulae (0)

by R A Schmidt, U Hustadt
Venue:In Proc. CADE-19
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 20
Next 10 →

Reducing SHIQ − Description Logic to Disjunctive Datalog Programs

by Ullrich Hustadt , 2004
"... As applications of description logics proliferate, efficient reasoning with large ABoxes (sets of individuals with descriptions) becomes ever more important. Motivated by the prospects of reusing optimization techniques from deductive databases, in this paper, we present a novel approach to checking ..."
Abstract - Cited by 143 (20 self) - Add to MetaCart
As applications of description logics proliferate, efficient reasoning with large ABoxes (sets of individuals with descriptions) becomes ever more important. Motivated by the prospects of reusing optimization techniques from deductive databases, in this paper, we present a novel approach to checking consistency of ABoxes, instance checking and query answering, w.r.t. ontologies formulated using a slight restriction of the description logic SHIQ. Our approach proceeds in three steps: (i) the ontology is translated into firstorder clauses, (ii) TBox and RBox clauses are saturated using a resolution-based decision procedure, and (iii) the saturated set of clauses is translated into a disjunctive datalog program. Thus, query answering can be performed using the resulting program, while applying all existing optimization techniques, such as join-order optimizations or magic sets. Equally important, the resolution-based decision procedure we present is for unary coding of numbers worst-case optimal, i.e. it runs in EXPTIME.
(Show Context)

Citation Context

...nsformation may be found in (Tobies 2001), where an algorithm for transforming SHIQ concepts to concepts in a related ALCIQb logic was presented. Another similar transformation has been presented in (=-=Schmidt & Hustadt 2003-=-), where it is demonstrated, among others, how to encode multi-modal logic with transitive modalities K4m into plain multi-modal logic Km. In the following, we use NNF(C) to denote the negation-normal...

Hypertableau Reasoning for Description Logics

by Boris Motik, Rob Shearer, Ian Horrocks - JOURNAL OF ARTIFICIAL INTELLIGENCE RESEARCH , 2007
"... We present a novel reasoning calculus for the description logic SHOIQ + —a knowledge representation formalism with applications in areas such as the Semantic Web. Unnecessary nondeterminism and the construction of large models are two primary sources of inefficiency in the tableau-based reasoning ca ..."
Abstract - Cited by 132 (26 self) - Add to MetaCart
We present a novel reasoning calculus for the description logic SHOIQ + —a knowledge representation formalism with applications in areas such as the Semantic Web. Unnecessary nondeterminism and the construction of large models are two primary sources of inefficiency in the tableau-based reasoning calculi used in state-of-the-art reasoners. In order to reduce nondeterminism, we base our calculus on hypertableau and hyperresolution calculi, which we extend with a blocking condition to ensure termination. In order to reduce the size of the constructed models, we introduce anywhere pairwise blocking. We also present an improved nominal introduction rule that ensures termination in the presence of nominals, inverse roles, and number restrictions—a combination of DL constructs that has proven notoriously difficult to handle. Our implementation shows significant performance improvements over state-of-the-art reasoners on several well-known ontologies.
(Show Context)

Citation Context

... from R by removing all transitivity axioms and T ′ = T ∪ {∀R.C ⊑ ∀S.(∀S.C) | ∀R.C ∈ clos(K), S ⊑ ∗ R R, and Tra(S) ∈ R}. Similar encodings are known for various description (Tobies, 2001) and modal (=-=Schmidt & Hustadt, 2003-=-) logics. Note that, in order to guarantee decidability (Horrocks, Sattler, & Tobies, 2000a), number restrictions and local reflexivity are allowed in SHOIQ + only on simple roles—that is, on roles no...

Optimized Reasoning in Description Logics using hypertableaux

by Boris Motik, Rob Shearer, Ian Horrocks
"... We present a novel reasoning calculus for Description Logics (DLs)—knowledge representation formalisms with applications in areas such as the Semantic Web. In order to reduce the nondeterminism due to general inclusion axioms, we base our calculus on hypertableau and hyperresolution calculi, which ..."
Abstract - Cited by 67 (12 self) - Add to MetaCart
We present a novel reasoning calculus for Description Logics (DLs)—knowledge representation formalisms with applications in areas such as the Semantic Web. In order to reduce the nondeterminism due to general inclusion axioms, we base our calculus on hypertableau and hyperresolution calculi, which we extend with a blocking condition to ensure termination. To prevent the calculus from generating large models, we introduce “anywhere” pairwise blocking. Our preliminary implementation shows significant performance improvements on several well-known ontologies. To the best of our knowledge, our reasoner is currently the only one that can classify the original version of the GALEN terminology.

Deciding regular grammar logics with converse through first-order logic

by Stéphane Demri, Hans De Nivelle - JOURNAL OF LOGIC, LANGUAGE AND INFORMATION , 2005
"... ..."
Abstract - Cited by 34 (1 self) - Add to MetaCart
Abstract not found

A resolution-based decision procedure for SHOIQ

by Yevgeny Kazakov, Boris Motik - Proc. of the 3rd Int. Joint Conf. on Automated Reasoning (IJCAR 2006), volume 4130 of LNAI , 2006
"... Abstract. We present a resolution-based decision procedure for the description logic SHOIQ—the logic underlying the Semantic Web ontology language OWL-DL. Our procedure is goal-oriented, and it naturally extends a similar procedure for SHIQ, which has proven itself in practice. Applying existing tec ..."
Abstract - Cited by 30 (6 self) - Add to MetaCart
Abstract. We present a resolution-based decision procedure for the description logic SHOIQ—the logic underlying the Semantic Web ontology language OWL-DL. Our procedure is goal-oriented, and it naturally extends a similar procedure for SHIQ, which has proven itself in practice. Applying existing techniques for deriving saturation-based decision procedures to SHOIQ is not straightforward due to nominals, number restrictions, and inverse roles—a combination known to cause termination problems. We overcome this difficulty by using the basic superposition calculus, extended with custom simplification rules. 1
(Show Context)

Citation Context

...etails, please see [14, Section 5.2]. (The latter result considers only SHIQ; for SHOIQ, the encoding is the same, and extending the correctness proof is trivial.) Similar encodings were presented in =-=[21,20]-=-. Translation into Closures. Next, we simplify the TBox axioms of Ω(KB) by introducing new concept names for nonatomic subconcepts. For example, we simplify the axiom C ⊑ ∃R.∃S.A by introducing a new ...

Representing Ontologies Using Description Logics, Description Graphs, and Rules

by Boris Motik, Bernardo Cuenca Grau, Ian Horrocks, Ulrike Sattler - Artificial Intelligence
"... Description logics (DLs) are a family of state-of-the-art knowledge representation languages, and their expressive power has been carefully crafted to provide useful knowledge modeling primitives while allowing for practically effective decision procedures for the basic reasoning problems. Recent ex ..."
Abstract - Cited by 28 (6 self) - Add to MetaCart
Description logics (DLs) are a family of state-of-the-art knowledge representation languages, and their expressive power has been carefully crafted to provide useful knowledge modeling primitives while allowing for practically effective decision procedures for the basic reasoning problems. Recent experience with DLs, however, has shown that their expressivity is often insufficient to accurately describe structured objects—objects whose parts are interconnected in arbitrary, rather than tree-like ways. DL knowledge bases describing structured objects are therefore usually underconstrained, which precludes the entailment of certain consequences and causes performance problems during reasoning. To address this problem, we propose an extension of DL languages with description graphs—a knowledge modeling construct that can accurately describe objects with parts connected in arbitrary ways. Furthermore, to enable modeling the conditional aspects of structured objects, we also extend DLs with rules. We present an in-depth study of the computational properties of such a formalism. In particular, we first identify the sources of undecidability of the general, unrestricted formalism. Based on that analysis, we then investigate several restrictions of the general formalism that make reasoning decidable. We present practical evidence that such a logic can be used to model nontrivial structured objects. Finally, we present a practical decision procedure for our formalism, as well as tight complexity bounds. Key words: knowledge representation, description logics, structured objects, ontologies ⋆ This is an extended version of two papers published at WWW 2008 [29] and KR 2008 [28], respectively. ∗ Corresponding author.
(Show Context)

Citation Context

...hree steps. First, transitivity axioms are eliminated from T by encoding them using general concept inclusions; similar encodings are well known in the context of various description and modal logics =-=[39,38,27]-=-. Second, axioms are normalized and complex concepts are replaced with atomic ones in a way similar to the structural transformation [36]. Third, the normalized axioms are translated into rules by usi...

Structured Objects in OWL: Representation and Reasoning

by Boris Motik, Bernardo Cuenca Grau, Ulrike Sattler , 2008
"... Applications of semantic technologies often require the representation of and reasoning with structured objects—that is, objects composed of parts connected in complex ways. Although OWL is a general and powerful language, its class descriptions and axioms cannot be used to describe arbitrarily conn ..."
Abstract - Cited by 20 (5 self) - Add to MetaCart
Applications of semantic technologies often require the representation of and reasoning with structured objects—that is, objects composed of parts connected in complex ways. Although OWL is a general and powerful language, its class descriptions and axioms cannot be used to describe arbitrarily connected structures. OWL representation of structured objects can thus be underconstrained, which reduces the inferences that can be drawn and causes performance problems in reasoning. To address these problems, we extend OWL with description graphs, which provide for the description of structured objects in a simple and precise way. To represent conditional aspects of the domain, we also allow for SWRL-like rules over description graphs. Based on a novel observation about the nature of structured objects, we ensure decidability of our formalism. We also present a hypertableau-based decision procedure, which we implemented in the HermiT reasoner. To evaluate its performance, we extracted description graphs from the GALEN and FMA ontologies, classified them successfully, and even detected a modeling error in GALEN. 1
(Show Context)

Citation Context

...laced with axioms ∀R.C ⊑ ∀S.(∀S.C), for each R with S ⊑ ∗ R and C a “relevant” concept from T . This encoding is polynomial and has been presented several times for various description [31] and modal =-=[25]-=- logics. Therefore, we omit the details of the transformation and refer the reader to [17, Section 5.2]. After this transformation, there is no distinction between simple and complex roles, so, withou...

Deciding Expressive Description Logics in the Framework of Resolution

by Ullrich Hustadt, Boris Motik, Ulrike Sattler
"... We present a decision procedure for the description logic SHIQ based on the basic superposition calculus, and show that it runs in exponential time for unary coding of numbers. To derive our algorithm, we extend basic superposition with a decomposition inference rule, which transforms conclusions of ..."
Abstract - Cited by 10 (2 self) - Add to MetaCart
We present a decision procedure for the description logic SHIQ based on the basic superposition calculus, and show that it runs in exponential time for unary coding of numbers. To derive our algorithm, we extend basic superposition with a decomposition inference rule, which transforms conclusions of certain inferences into equivalent, but simpler clauses. This rule can be used for general first-order theorem proving with any resolution-based calculus compatible with the standard notion of redundancy.
(Show Context)

Citation Context

...ach concept ∀R.C ∈ clos(KB) and each transitive role S with S ⊑ ∗ R. This encoding is similar to the transformation of formulae of modal logic K4 into formulae of modal logic K by Schmidt and Hustadt =-=[23]-=-. Another related algorithm for transforming SHIQ concepts to ALCIQb concepts was presented by Tobies [6]. Intuitively, clos(KB) is the set of the “relevant” concepts occurring in KB; it is analogous ...

Description logics and disjunctive datalog -- the story so far

by Ullrich Hustadt, Boris Motik - PROC. INTERNATIONAL WORKSHOP ON DESCRIPTION LOGICS , 2005
"... In this paper we present an overview of our recent work on the relationship between description logics and disjunctive datalog. In particular, we reduce satisfiability and instance checking in SHIQ to corresponding problems in disjunctive datalog. This allows us to apply practically successful deduc ..."
Abstract - Cited by 7 (0 self) - Add to MetaCart
In this paper we present an overview of our recent work on the relationship between description logics and disjunctive datalog. In particular, we reduce satisfiability and instance checking in SHIQ to corresponding problems in disjunctive datalog. This allows us to apply practically successful deductive database optimization techniques, such as magic sets. Interestingly, the reduction also allows us to obtain novel theoretical results on description logics. In particular, we show that the data complexity of reasoning in SHIQ is in NP, and we define a fragment called Horn-SHIQ for which the data complexity is in P. Finally, the reduction provides a basis for query answering in an extension of SHIQ with so-called DL-safe rules.
(Show Context)

Citation Context

...ure 1: Algorithm for Reducing SHIQ to Datalog Programs Disjunctive Program DD(KB)sALCHIQ knowledge base Ω(KB) by eliminating transitivity axioms from KB similarly as this was done for modal logics in =-=[19]-=-. To translate Ω(KB) into first-order clauses, we apply the well-known structural transformation [18] to π(Ω(KB)). We thus avoid a potential exponential blowup of the size of the resulting clause set,...

First-order resolution methods for modal logics

by R. A. Schmidt, U. Hustadt - In Volume in Memoriam of Harald Ganzinger, LNCS , 2006
"... Abstract. In this paper we give an overview of results for modal logic which can be shown using techniques and methods from first-order logic and resolution. Because of the breadth of the area and the many applications we focus on the use of first-order resolution methods for modal logics. In additi ..."
Abstract - Cited by 7 (4 self) - Add to MetaCart
Abstract. In this paper we give an overview of results for modal logic which can be shown using techniques and methods from first-order logic and resolution. Because of the breadth of the area and the many applications we focus on the use of first-order resolution methods for modal logics. In addition to traditional propositional modal logics we consider more expressive PDL-like dynamic modal logics which are closely related to description logics. Without going into too much detail, we survey different ways of translating modal logics into first-order logic, we explore different ways of using first-order resolution theorem provers, and we discuss a variety of results which have been obtained in the setting of first-order resolution. 1
(Show Context)

Citation Context

...use it is based on the standard semantic translation method, but instead of using correspondence properties it incorporates some or all of the additional modal axioms into the first-order translation =-=[86, 87]-=-. The method can be viewed as an almost semantic approach obtained by partially reducing the Hilbert-style syntactic encoding according to the definitions of the logical operators. The general motivat...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University