<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Reflections on Modelling Vagueness in Description Logics</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Steven</forename><surname>Schockaert</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Applied Mathematics and Computer Science</orgName>
								<orgName type="institution">Ghent University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Patricia</forename><surname>Victor</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Applied Mathematics and Computer Science</orgName>
								<orgName type="institution">Ghent University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Geert-Jan</forename><surname>Houben</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Information System Engineering Laboratory</orgName>
								<orgName type="institution" key="instit1">Web</orgName>
								<orgName type="institution" key="instit2">Vrije Universiteit Brussel</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Chris</forename><surname>Cornelis</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Applied Mathematics and Computer Science</orgName>
								<orgName type="institution">Ghent University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Martine</forename><surname>De Cock</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Applied Mathematics and Computer Science</orgName>
								<orgName type="institution">Ghent University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Etienne</forename><surname>Kerre</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Applied Mathematics and Computer Science</orgName>
								<orgName type="institution">Ghent University</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Reflections on Modelling Vagueness in Description Logics</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">052A18B34130B1756AB9C0C1452585B4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T01:24+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Description logics are a popular, and widely used, formalism for describing domain knowledge in a structured way. To cope with the vagueness of real-world knowledge, several fuzzy description logics have already been proposed. In this contribution, we argue that, rather than modelling all vagueness in a generalized description logic, it may be more natural to encode vague attributes in concrete domains [1], and to model vague predicates on the level of query processing.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Although description logics (DLs) have gained much popularity during the past decade, applications using them suffer from one important drawback: the information they capture is supposed to be perfect, i.e., well-defined, unambiguous, certain, etc. However, real-world knowledge is often far from perfect; in order to accommodate such imperfections, several extensions to DLs have been proposed, including e.g. non-monotonic and probabilistic reasoning mechanisms.</p><p>In particular, we focus on techniques dealing with vagueness in DLs.</p><p>Fuzzy set theory is by far the best-known and most popular formalism to deal with vagueness in computer science. Accordingly, a wide range of fuzzy description logics have been introduced with the aim of encoding vague knowledge in ontologies, see e.g. <ref type="bibr" target="#b2">[3]</ref>. In them, vague concepts are represented as mappings, called fuzzy sets, from a suitable universe U to the unit interval [0,1]. Based on this, fuzzy DLs allow, e.g., to express fuzzy assertional axioms, like "x is an instance of C, at least to degree α". Although most fuzzy DLs are based on wellestablished theoretical foundations, and the main reasoning tasks are typically in the same complexity class as their crisp counterparts, it is questionable whether their use outside a strictly application-dependent context will ever be successful. Mainly, this is related to the context-dependent nature of membership degrees. After all, in a purely symbolic approach, what does it mean, e.g., to call a book cover red to degree 0.8? For example, knowing that information, is it possible that it is vermilion?</p><p>In our view, a more practically workable solution is to equip DLs with concrete domains describing vagueness. A concrete domain <ref type="bibr" target="#b0">[1]</ref> is defined as a pair D = (∆ D , Φ D ), where ∆ D is a set, and Φ D a set of predicate names, where each name P is associated with an n-ary predicate P D ⊆ (∆ D ) n . A typical domain is that of reals equipped with predicates like ≤ and =, but in general concrete domains can be arbitrary domains satisfying some weak requirements. An important consequence of this is that in order to cope with vagueness, the idea of concrete domains does not need to be extended; it is possible to use concrete domains whose elements are fuzzy sets. An obvious advantage of this approach is that we can specify exactly what we mean by "red", for instance by means of a fuzzy region in a color space. Note how this idea differs from a related approach by Straccia <ref type="bibr" target="#b3">[4]</ref>, whose proposal is not to allow fuzzy sets as elements of a concrete domain, but to construct fuzzy DLs with fuzzy relations as predicates.</p><p>Furthermore, many vague concepts that arise in a semantic search setting can be treated on the level of the query processing. For example, consider a query asking for red books published during the late 1960s, and an ontology where colors and time instants are modelled in a suitable concrete domain. To answer such a vague query, we can first search for instances that satisfy a more general, crisp query, e.g., books that are red to a strictly positive degree, published between 1965 and 1970, i.e., during the late 1960s to a strictly positive degree. Next, we can rank the retrieved instances by the degree to which they satisfy the initial vague query. In this way, the interpretation of vague predicates, which is typically subjective, may be based on some user profile. Moreover, while in fuzzy description logics one operator needs to be fixed to generalize logical conjunction, treating vague predicates on the level of query processing allows for more flexibility w.r.t. the aggregation operator that is used to combine the degrees to which each of the criteria is satisfied.</p><p>In conclusion, DLs with concrete domains offer both a realistic and expressive way to model objects with vague attributes. In addition, vague predicates can conveniently be modelled at the level of query processing, drawing upon a rich body of existing work on flexible query answering in databases (see e.g. <ref type="bibr" target="#b1">[2]</ref>), and making the need for fuzzy description logics, at least in the context of semantic search, questionable.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgment Steven Schockaert and Chris Cornelis would like to thank the Research Foundation-Flanders for funding their research. Patricia Victor would like to thank the Institute for the Promotion of Innovation through Science and Technology in Flanders (IWT-Vlaanderen) for funding her research.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A scheme for integrating concrete domains into concept languages</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hanschke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 12th International Joint Conference on Artificial Intelligence</title>
				<meeting>of the 12th International Joint Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="1991">1991</date>
			<biblScope unit="page" from="452" to="457" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 7th International Conference on Flexible Query Answering Systems</title>
				<editor>
			<persName><forename type="first">H</forename><forename type="middle">L</forename><surname>Larsen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Pasi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Ortiz-Arroyo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Andreasen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Christiansen</surname></persName>
		</editor>
		<meeting>of the 7th International Conference on Flexible Query Answering Systems</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">4027</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Reasoning within fuzzy description logics</title>
		<author>
			<persName><forename type="first">U</forename><surname>Straccia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="137" to="166" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Description logics with fuzzy concrete domains</title>
		<author>
			<persName><forename type="first">U</forename><surname>Straccia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 21st Conference on Uncertainty in Artificial Intelligence</title>
				<meeting>of the 21st Conference on Uncertainty in Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
