<?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">Testing the Adequacy of Automated Explanations of EL Subsumptions</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Marvin</forename><surname>Schiller</surname></persName>
							<email>marvin.schiller@uni-ulm.de</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Ulm</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Florian</forename><surname>Schiller</surname></persName>
							<email>florian.schiller@psychol.uni-giessen.de</email>
							<affiliation key="aff1">
								<orgName type="institution">Justus-Liebig-Universität Gießen</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Birte</forename><surname>Glimm</surname></persName>
							<email>birte.glimm@uni-ulm.de</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Ulm</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Testing the Adequacy of Automated Explanations of EL Subsumptions</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A455C1E274EAE83204F2D47C47EAA33D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T22:11+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>Ontology verbalization techniques have been introduced to automatically translate description logic (DL) axioms and derivations to natural-language texts. This way, non-expert users can be offered explanations for subsumptions derived by systems using ontologies for knowledge-representation. We address the question of the readability and understandability of explanations generated from longer chains of inference steps, as they occur with non-trivial ontologies. An experimental design is presented to assess readers' understanding, the readability and the quality of the generated texts. The experiment tests verbalizations of derivations of different lengths, and assesses the effect of a strategy proposed to shorten explanations while retaining an adequate level of informativeness.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Ontologies serve to organize concepts, terminology and relationships in a domain of interest, such as biology or medicine. Furthermore, logical consequences of this knowledge can be derived using automated ontology reasoners. To make this knowledge available to users that are not familiar with the employed formalisms (for instance, ontology languages such as OWL), verbalization techniques have been developed to automatically translate axioms and derivations to naturallanguage statements and explanations. The verbalization approach presented in this paper constructs a step-wise argument for this derivation in natural language, in this case:</p><p>An esophageal pathology is defined as a pathological condition that is located in the esophagus. The esophagus is a part of the gastrointestinal tract, thus an esophageal pathology is located in a part of the gastrointestinal tract. Furthermore, since an esophageal pathology is a pathological condition, an esophageal pathology is a pathological condition that is located in a part of the gastrointestinal tract. A digestive system pathology is defined as a pathological condition that is located in a part of the gastrointestinal tract. Thus, an esophageal pathology is a digestive system pathology.</p><p>Such an explanation combines the information from the relevant axioms in a step-wise fashion and does not require readers to be familiar with the syntax of ontology languages or description logics. However, depending on the granularity at which knowledge is modeled in an ontology, the possible derivations, and consequently the generated explanations for these derivations, can grow very long. The state-of-the-art in ontology verbalization has so far concentrated on short inference problems (one or two inference steps), but not addressed the problems that arise when verbalizing more complex derivations (more than two inference steps). Ontologies do not need to be very expressive for long and sufficiently complex derivations to occur. All the derivations considered in the following remain within the OWL2 EL profile.</p><p>This paper is organized as follows. Building on a short introduction to the considered language fragment in Section 2, we present related work on verbalization in Section 3. In Section 4 we present our own approach, which extends previous approaches by focusing on the aspect of conciseness of the generated explanations. Section 5 presents an experiment that compares explanations generated by our setup in two different variants, leading to the conclusions in Section 6.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Preliminaries</head><p>This work remains within the DL fragment EL with some extensions that are common features of the OWL2 EL profile (which is based on the DL EL ++ ). As usual, class names are denoted with capital letters A, B, C, ..., role names with small letters r, s, ..., individuals with small letters a, b... and the universal concept with . Complex class expressions are formed by using conjunction (C 1 C 2 ) and existential restriction (∃r.C). Axioms that specify the subclass relationship between two class expressions C 1 and C 2 , also known as subsumptions, are denoted as C 1 C 2 . Besides these pure EL constructors, we consider further constructors that are common in the OWL2 EL profile. This includes the unsatisfiable concept ⊥, nominals {a} which are concepts consisting of a single individual a, domain axioms dom(r, C) that are a shorthand for ∃r.</p><p>C, equivalences between concepts (mutual subclass relationship), denoted as C 1 ≡ C 2 , disjointness axioms specifying that two class expressions C 1 and C 2 are disjoint, as disj(C 1 , C 2 ), and role inclusion axioms r s. We further include role inclusions that use role composition r 1 • ... • r k s (called property chains in OWL2 EL).</p><p>A more comprehensive introduction to EL ++ is provided by Baader et al. <ref type="bibr" target="#b1">[2]</ref>. Despite its limited expressiveness, a number of practically relevant ontologies in numerous application domains fall into this language fragment. This includes, for instance, large biomedical ontologies such as SNOMED CT<ref type="foot" target="#foot_0">1</ref> , the Gene Ontology (GO),<ref type="foot" target="#foot_1">2</ref> and large portions of the NCI Thesaurus<ref type="foot" target="#foot_2">3</ref> and the Galen ontology. <ref type="foot" target="#foot_3">4</ref></p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Related Work</head><p>A correspondence between formal expressions in ontologies and natural-language has been proposed in the form of controlled languages (cf. <ref type="bibr" target="#b10">[11]</ref>), for instance OWL Simplified English (OSE, <ref type="bibr" target="#b15">[16]</ref>), Attempto Controlled English (ACE, <ref type="bibr" target="#b7">[8]</ref>), Sydney OWL Syntax (SOS, <ref type="bibr" target="#b3">[4]</ref>), CLOnE <ref type="bibr" target="#b5">[6]</ref> and Rabbit <ref type="bibr" target="#b4">[5]</ref>. Controlled languages define a (usually very restricted) subset of natural language that unambiguously corresponds to DL constructors and expressions. For example, the subsumption C1 C2 is represented in OSE as "A [C1] is a [C2]", where [C1] and [C2] are text strings to represent the concept descriptions for C1 and C2, respectively. For example, "A city is a place". Whereas controlled languages remain closely-tied to the corresponding formalism, some approaches have focused on text quality and support for different (natural) languages. This includes a tool developed by the SWAT project <ref type="bibr" target="#b17">[18]</ref>, the OntoVerbal verbalizer <ref type="bibr" target="#b11">[12]</ref> and NaturalOWL <ref type="bibr" target="#b0">[1]</ref>. Whereas these approaches verbalize axioms in a knowledge base, some approaches have considered explanations generated from derivations. These include the Classic system <ref type="bibr" target="#b12">[13]</ref>, the "tracing" facility of the ELK reasoner <ref type="bibr" target="#b8">[9]</ref>, and the approaches of Borgida et al. <ref type="bibr" target="#b2">[3]</ref> and Nguyen et al. <ref type="bibr" target="#b13">[14]</ref>. Whereas the explanation facilities of ELK and Classic do not use natural language, Borgida et al. use text patterns for inference rules, but retain formula language for axioms. The approach of Nguyen et al. <ref type="bibr" target="#b13">[14]</ref> is similar to ours, since it employs rule-based proofs and patterns to produce natural-language explanations, such as, for example:</p><formula xml:id="formula_0">(a) Every A is a B. (b) Every B is a C. → (c) Every A is a C.</formula><p>The generated explanation combines such patterns using the text pattern "Statement (c) is implied because (a) ... and (b) ...". Thus, the structure remains quite close to how proofs are presented, but the formulae are replaced by more commonly-understandable text patterns. To test the understandability of these patterns, an experiment was conducted where the acceptance of these patterns was tested. Different rules and corresponding text patterns were found to vary greatly in whether they were accepted as correct by experiment participants (cf. <ref type="bibr" target="#b14">[15]</ref>). The understandability of the individual verbalized inference rules was used to predict the understandability of verbalized two-rule inference problems, and was indeed found to be correlated with the empirically measured understandability <ref type="bibr" target="#b14">[15]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Generating Verbalized Explanations for Derivations</head><p>The generation of explanations is based on two main components, a consequencebased reasoning system for generating step-wise derivations and a natural-language generation component to transform these formal derivations to text. In the following, these two components are introduced briefly. Based on this, we address the problem of the inconciseness of some of the generated explanations by introducing techniques and heuristics that shorten the explanations. The presented approach has been implemented as a prototype system and is available as a plugin <ref type="foot" target="#foot_4">5</ref> for the ontology editor Protégé. <ref type="foot" target="#foot_5">6</ref></p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Reasoning</head><p>Derivations are constructed using a rule-based inference system with a custom set of inference rules. Using a custom system allows us to include inference rules that are logically redundant, but which help to obtain shorter derivations, and thus shorter explanations. The current implementation includes and modifies rules proposed by Nguyen et al. <ref type="bibr" target="#b13">[14]</ref> and the rules employed in the ELK system <ref type="bibr" target="#b9">[10]</ref> and incorporates a few additional inference rules. Fig. <ref type="figure" target="#fig_0">1</ref> shows some of the inference rules relevant for the remainder of this paper (together with verbalization patterns, as discussed further below). Note that the introduced modifications and additions do not impact the formal properties of the original rule systems, instead they introduce shortcuts (e.g. R ≡ ) and n-ary versions of originally binary rules (e.g. R + /R 5 ). The full ruleset for the DL fragment considered in this paper is shown in <ref type="bibr" target="#b16">[17,</ref><ref type="bibr">Appendix A]</ref>.</p><p>Since the current implementation of the consequence-based reasoning procedure is not as performant on large ontologies as well-optimized tableau-based reasoners, proof search is not performed on an entire ontology. Rather, in a preprocessing step, a justification <ref type="bibr" target="#b6">[7]</ref> (a minimal set of axioms required to prove a derived axiom) is obtained using an off-the-shelf tableau-based reasoner (such as FaCT++, <ref type="foot" target="#foot_6">7</ref> HermiT,<ref type="foot" target="#foot_7">8</ref> etc.). Then proof search is performed only on the set of relevant axioms. Such pre-processing is also used by related work <ref type="bibr" target="#b13">[14]</ref>. In the example from the introduction, the following proof tree is obtained (with abbreviations EP: EsophagealPathology, DSP: DigestiveSystemPathology, GTP: Gas-trointestinalTractBodyPart, PC: PathologicalCondition, loc: locativeAttribute): (1) C1 C2</p><formula xml:id="formula_1">EP ≡ PC ∃loc.E R ≡− EP PC EP ≡ PC ∃loc.E R ≡− EP ∃loc.E E GTP R ∃ /R 15 EP ∃loc.GTP R + /R 5 EP PC ∃loc.GTP DSP ≡ PC ∃loc.GTP R ≡ EP DSP C1 ≡ C2 R1 C1 C2 -: According to its definition, v(C1 C2). C1 C2 ... Cn R − /R2 2 ≤ i ≤ n C1 Ci -: Hence, v(C1 Ci). (1) C1 C2 ... (n) C1 Cn+1 R + /R5 C1 C2 ... Cn+1<label>(</label></formula><p>(2</p><formula xml:id="formula_2">) C2 C3 R /R12 C1 C3 (1)&amp;(2): Since v(C1 C2) and v(C2 C3) it follows that v(C1 C3). (<label>1</label></formula><formula xml:id="formula_3">): v(C1 C2), therefore being v(C3). (<label>2</label></formula><formula xml:id="formula_4">): Given that v(C2 C3), v(C1 C3).</formula><p>-: Thus, we have established that v(C1 C3).</p><p>(1) C1 ∃r.C2</p><p>(2) C2 C3 R∃/R15 C1 ∃r.C3</p><p>(1)&amp;(2): v(C1 ∃r.C2) which [is] v(C3). Therefore, v(C1 ∃r.C3).</p><p>(1): v(C1 ∃r.C2), thus v(C1 ∃r.C3).</p><p>(2): v(C2 C3), thus v(C1 ∃r.C3).</p><p>-: Therefore, v(C1 ∃r.C3).</p><p>(</p><formula xml:id="formula_5">) C1 C2 (2) C2 ≡ C3 R ≡ C1 C3<label>1</label></formula><p>&amp;(2): v(C2) is defined as v(C3). Thus, v(C1 C3).</p><p>-: Thus, v(C1 C3) according to the definition of v(C2).</p><formula xml:id="formula_7">C1 ≡ C2 ... Cn R≡− 2≤i≤n C1 Ci -: v(C1) is defined as v(Ci ... Cn).</formula><p>Fig. <ref type="figure" target="#fig_0">1</ref>. Selected inference rules with verbalization patterns. Verbalization of formulas is denoted as v(...). Rules where premises are numbered have alternative different verbalization patterns (indicated by the corresponding numbers), which are selected according to which premises need to be mentioned at the position where the rule is applied within a proof. Numbered rule names refer to corresponding/similar inference rules in Nguyen et al. <ref type="bibr" target="#b13">[14]</ref>, R − , R + , R , and R ∃ refer to corresponding/similar rules in ELK.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Verbalization</head><p>First, the inference steps are ordered in a linear sequence for being output as text. For this, a post-order traversal of the proof tree (as seen from the root of the tree, which contains the conclusion of the derivation) is performed. For each inference rule it is specified in which order its children (i.e., premises) are being output, which corresponds to the order in which the rules are indicated in Fig. <ref type="figure" target="#fig_0">1</ref>. Then, the text patterns in Fig. <ref type="figure" target="#fig_0">1</ref> are applied to transform the derivation into text. For each rule, the exact pattern that is applied depends on whether one or several of its premises have been presented immediately before in the generated text (for example, as a conclusion of a previous step), in which case they should not be repeated.</p><p>In the running example, the first step to be output is the application of R ≡− (top left in the proof tree), with its template producing by default: "An esophageal pathology is defined as a pathological condition that is located in the esophagus". The second application of R ≡− (top center in the proof tree) produces no output, for being detected as identical to the previous output. The next rule application to be output is R ∃ /R 15 . Since the first premise is counted as being "covered" by the previous output, only the second premise (marked as ( <ref type="formula" target="#formula_3">2</ref>)) is output, together with the conclusion, i.e. the second pattern is chosen: "The esophagus is a part of the gastrointestinal tract, thus an esophageal pathology is located in a part of the gastrointestinal tract." As can be seen in this example, some intermediate conclusions remain implicit (e.g. EP PC and EP ∃loc.E as conclusions of R ≡− ), a strategy we discuss below.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Techniques and Heuristics for Improving Text Quality</head><p>The aim of conciseness of the verbalized derivations is pursued at three levels. At the level of the generated proofs, inference rules are used that correspond to two or more applications of simpler rules and provide a kind of shortcut. In the running example, one application of R ≡ (the last step) replaces the application of R 1 and R /R 12 .</p><p>Secondly, some inference rules are considered to be trivial and their application is simply omitted altogether in the text output. Among the rules in Fig. <ref type="figure" target="#fig_0">1</ref>, R − /R 2 represents such an inference rule. Furthermore, for some of the extra inference rules, the conclusion is not being output (again, for being considered obvious). As illustrated above, this is the case for R ≡− .</p><p>Finally, at the level of individual statements, the text patterns are designed such that unnecessary repetitions are avoided. For example, the "middle term" in R /R 12 only needs to be mentioned once (in contrast to the pattern used by <ref type="bibr" target="#b13">[14]</ref> and shown in Section 3). Furthermore, the verbalization mechanism uses annotations to replace class and role names with more readable names, where provided. This was used in the running example to supply the concept originally named NAMEDGITractBodyPart with a more readable label "part of the gastrointestinal tract". When using more "complex" inference rules and hiding inference rule applications (referred to as "shortening" in the following), the question is whether the understandability of the resulting explanations is retained. This prompted an investigation presented in the following section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Experiment</head><p>To test the understandability and text quality of generated explanations for derivations in ontologies, a questionnaire-based experiment was devised. This experiment allowed for a comparison between explanations in their unshortened form and their shortened form according to the presented heuristics. Since no such experiment has been conducted before, we explored with a small number of participants whether its design is suited as an instrument for assessing differences between shortened and unshortened explanations. We consider the results informative as a preparation for larger studies and also for the further development of the presented verbalization techniques.</p><p>Procedure Participants were randomly assigned to two groups. Eight explanations were shown to each participant. The first group received four explanations in their unshortened version and four in their shortened version. The second group received the corresponding shortened and unshortened alternatives of these explanations. The shortened version of an explanation uses logically redundant rules (R ≡ and R ≡− in the running example), whereas the unshortened version uses only the most basic rules. In the unshortened case, verbalizations of R − /R 2 are omitted. For comparison, Fig. <ref type="figure">2</ref> shows both versions for the running example used in the experiment.</p><p>As an objective test for participants' careful reading and understanding, participants were asked to indicate for each explanation whether it is logically correct. Two out of the eight explanations were manipulated to be erroneous by replacing one occurrence of a classname by a different one which was not part of the initial axioms. This manipulation was designed to ensure that participants read the text properly, but not to test their formal reasoning skills. <ref type="foot" target="#foot_8">9</ref> Note also that the two last sentences of Fig. <ref type="figure">2 (b</ref>) are generated from one rule application of R ≡ . The employed pattern was different from the one presented in Fig. <ref type="figure" target="#fig_0">1</ref>, in that it lacks the part "defined as" to make clear that it refers to an equivalence and not a subsumption. This deficiency was detected during the experiment and corrected in the verbalization system.</p><p>Understandability and readability of the explanations were assessed using a questionnaire to be answered on a 7-point scale. Participants were asked for ratings pertaining to key aspects of the text quality of the presented explanations; namely understanding/comprehension, conciseness and appreciation. The topic domains for which the explanations were generated were chosen to be relatively An esophageal pathology is defined as a pathological condition that is located in the esophagus. Hence, an esophageal pathology is a pathological condition. Additionally, an esophageal pathology is located in the esophagus. The esophagus is a part of the gastrointestinal tract, thus an esophageal pathology is located in a part of the gastrointestinal tract. Furthermore, since an esophageal pathology is a pathological condition, an esophageal pathology is a pathological condition that is located in a part of the gastrointestinal tract. According to the definition of a digestive system pathology, a pathological condition that is located in a part of the gastrointestinal tract is a digestive system pathology. Thus, we have established that an esophageal pathology is a digestive system pathology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>(a) Unshortened Explanation</head><p>An esophageal pathology is defined as a pathological condition that is located in the esophagus. The esophagus is a part of the gastrointestinal tract, thus an esophageal pathology is located in a part of the gastrointestinal tract. Furthermore, since an esophageal pathology is a pathological condition, an esophageal pathology is a pathological condition that is located in a part of the gastrointestinal tract.</p><p>A digestive system pathology is a pathological condition that is located in a part of the gastrointestinal tract. Thus, an esophageal pathology is a digestive system pathology.</p><p>(b) Shortened explanation Fig. <ref type="figure">2</ref>. Explanation for "An esophageal pathology is a digestive system pathology." employed in the experiment in unshortened and shortened form.</p><p>abstract and unfamiliar to most participants. Therefore, when judging readability one has to take into account that the domain itself may be challenging, an aspect for which questions were included under appreciation. The items are:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Understandability</head><p>-I can follow the reasoning steps presented in the explanation. (Question 1)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conciseness</head><p>-I find that some steps in the explanation are so obvious that they should be skipped. (Question 2) -The explanation conveys less information than I need to fully understand it.</p><p>(Question 3) -I find that the explanation should be made more concise. (Question 4)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Appreciation</head><p>-The text of the explanation is well-formed (according to writing conventions) (Question 5) -The sentences are arranged such that they fit together well. (Question 6) -I find the text easy to read. (Question 7) -I am familiar with the technical terms in this text. (Question 8) -The technical terms make it difficult for me to follow the text. (Question 9) -The topic of the text makes it difficult for me to read the text. (Question 10) At the beginning of the experiment, participants were informed that they will be asked to provide judgments for automatically generated explanations. An example was shown together with the correct answer and an explanation (reproduced in <ref type="bibr" target="#b16">[17,</ref><ref type="bibr">Appendix B]</ref>). Then participants were asked for demographic data and prior experience with the following fields of science: computer science, artificial intelligence, mathematics/formal logic, philosophy, linguistics, physics, biology, medicine, chemistry. Participants received the eight explanations in random order, each with the same set of questions. The presentation of each explanation was preceded by a presentation of the axioms that were assumed to hold (in verbalized form) and the conclusion derived from them (also verbalized). A screenshot showing the running example together with the associated questionnaire is reproduced in <ref type="bibr" target="#b16">[17,</ref><ref type="bibr">Appendix B]</ref>. After the experiment, participants were offered a free-text field for any comments on the explanations and were thanked for their participation. The questionnaire was administered using LimeSurvey. <ref type="foot" target="#foot_9">10</ref>Participants Seven current and former members of Ulm University took part in the experiment. None of them was involved in the development of the presented verbalization techniques and the experiment. Participants included one female and six males and were aged between 20 and 34. Four indicated to be fluent in English, two indicated good English proficiency and one intermediate proficiency. All participants reported experience in computer science, four in Artificial Intelligence, and three in mathematics/formal logics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Materials</head><p>To generate a pool of verbalized derivations, the verbalization tool was run on the ontologies in the TONES repository. <ref type="foot" target="#foot_10">11</ref> To enable the retrieval of subcorpora of verbalizations according to a set of criteria (e.g. number of inference steps, employed rules), explanations and their properties were stored in a MySQL <ref type="foot" target="#foot_11">12</ref> database. The TONES ontology repository was chosen for including a good level of diversity regarding the included ontologies' domains and complexities. Since TONES includes ontologies of different levels of expressivity, only derivations that fell into the language fragment handled by the verbalization tool were generated. Still, a sufficiently large and diverse corpus of explanations in various domains (anatomy, chemistry, geology, physics, but also the "pizza" tutorial domain <ref type="foot" target="#foot_12">13</ref> ) was obtained. Most importantly, this set represents "ordinary" ontologies that were not designed with verbalization in mind, but which are likely to be encountered by potential users of the verbalization tool. To restrict the scope of the experiment in a sensible way, the pool of considered explanations was further narrowed down according to the following criteria:</p><p>-The explanations are of medium length (3-5 inference steps when shortened).</p><p>-The verbalizations make use of additional rules or the skipping of rules in the presentation, as discussed in this paper, such that the effect of shortening can be studied. -The axioms from which the verbalizations are generated are plausible according to common sense. Some of the included ontologies were found to contain unusual or erroneous formalizations of their domain. For example, some ontologies include axioms for a concept -which in the real world is known to have instances -such that the concept becomes unsatisfiable (probably unintendedly) and therefore the concept can be shown to be a subconcept of any concept. Some ontologies also contain equivalences with apparently unintended consequences. -Verbalizations that rely on equivalences between several concepts with the same classname in different ontologies (with different URLs) were excluded. Such equivalences result in statements such as "since a person is a person...". -Explanations with excessively long concept names were also excluded. However, since long concept names are quite common in the investigated ontologies, compound concept names of up to three words were accepted. In order to provide a realistic selection of explanations for the experiment (instead of hand-picking some "nice" explanations), and thus a realistic evaluation of the verbalization tool, the presented explanations were selected at random from the pool that fulfilled the criteria stipulated above. By default, the verbalization tool provides a simple highlighting of concept descriptions by displaying them in a different color (blue) than the surrounding text (black). Without such highlighting, the reading of the often long sentences containing long compound concept names is made unnecessarily tedious.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Results</head><p>The two manipulated explanations were always correctly detected to be wrong by the participants except in one case. The non-manipulated explanations were mostly judged as correct, as predicted. One participant noticed the problem with the verbalization of R ≡ .</p><p>Figure <ref type="figure" target="#fig_2">3</ref> shows the subjects' averaged scores on Questions 1-10 for long and short explanations. The understandability of the explanations was judged favor-ably by the participants (Question 1), but not always found to be ideal. Participants' opinions on conciseness (Questions 2-4) turned out to be mixed and not too strong. Text quality (Questions 5-10) was also judged favorably. The answers of the participants to most questions are concentrated within relatively precise ranges and do not occupy the endpoints of the scale. Inter-rater reliability was assessed using Kendall's coefficient of concordance (corrected for ties) for the seven subjects' averaged scores on Questions 1-10 for long and short explanations (as shown in Fig. <ref type="figure" target="#fig_2">3</ref>) and was found to be good (W = 0.617, χ 2 (19) = 82.1, p &lt; 0.001). Concordance for individual answers measured separately for both experimental groups (with three and four participants each) was also good (W = 0.759, χ 2 (79) = 180, p &lt; 0.001 and W = 0.561, χ 2 (79) = 177, p &lt; 0.001). This is a favorable outcome with respect to the question whether this experimental setup can be used as an instrument to detect differences in the scores related to the experimental manipulation, i.e. the shortening of the explanations, provided a larger number of participants to ascertain sufficient statistical power. For example, if a larger number of participants leads to a statistically significant difference in responses to Question 4 (the question whether the explanation should be made more concise), this would provide evidence for a positive effect of shortening on perceived conciseness of the explanations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>This work has, for the first time, investigated the generation of verbalized explanations for non-trivial derivations consisting of several inference steps. In the evaluation, verbalizations for up to seven inference steps (e.g. the running example in its unshortened form) were considered. To make such explanations more concise, we propose the use of an extended set of inference rules and the hiding of inference steps in the presentation. The presented experimental design can be used to test whether such adjustments impact the understandability and quality of the generated explanations. Our small-sample study provides a first indication of how these measures turn out, which will be helpful for conducting a larger follow-up study. Whereas the TONES repository was considered an instrumental choice for generating explanation material in a first step, more up-to-date corpora of ontologies should be considered in future studies. Furthermore, the experiment provided some first evidence supporting the understandability of such explanations in general, in spite of the considerable length of the derivations and the technical jargon used in the considered domains. In how far this is also the case for users with less background in technical domains than the participants of this study (in this case, all had a background in computer science) is to be investigated as part of future work.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Example 1 .</head><label>1</label><figDesc>As the running example throughout this paper, consider the subsumptionEsophagealPathology DigestiveSystemPathology that can be derived from the following axioms:</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>1) ... (n): Since v(C1 C2) and ... and v(C1 Cn+1), v(C1 C2 ... Cn+1). (i), (j),...: Furthermore, since v(C1 Ci) and v(C1 Cj) and ..., v(C1 C2 ... Cn+1). -: Therefore v(C1 C2 ... Cn+1).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Scores on the ten questions averaged across the four shortened and unshortened explanations on a 7-point scale from 1: strongly agree to 7: strongly disagree. Unfilled circles represent the average scores of a single participant. Filled black circles represent the average across all participants, the black horizontal bar represents the median. Whiskers indicate the the entire range of the individual means. The boundaries of boxes indicate the upper and lower quartile.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.snomed.org/snomed-ct</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.geneontology.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://ncit.nci.nih.gov/ncitbrowser/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://www.opengalen.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">https://verbalizer.github.io/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">http://protege.stanford.edu/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">http://owl.man.ac.uk/factplusplus/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">http://www.hermit-reasoner.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_8">It is well known that untrained participants in reasoning experiments do not always apply classical logical reasoning. For example, consider the Wason selection task<ref type="bibr" target="#b18">[19]</ref>.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_9">https://www.limesurvey.org/de/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_10">https://zenodo.org/record/32717</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_11">https://www.mysql.com/de/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_12">http://mowl-power.cs.man.ac.uk/protegeowltutorial/resources/ ProtegeOWLTutorialP4_v1_3.pdf</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. We acknowledge the support of the Transregional Collaborative Research Center SFB/TRR 62 "A Companion-Technology for Cognitive Technical Systems" funded by the German Research Foundation (DFG). We thank the three helpful reviewers and all experiment participants.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Generating natural language descriptions from OWL ontologies: The NaturalOWL system</title>
		<author>
			<persName><forename type="first">I</forename><surname>Androutsopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lampouras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Galanis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="page" from="671" to="715" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Pushing the EL envelope further</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Brandt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the OWLED 2008 DC Workshop on OWL: Experiences and Directions. CEUR Workshop Proceedings</title>
				<editor>
			<persName><forename type="first">K</forename><surname>Clark</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Patel-Schneider</surname></persName>
		</editor>
		<meeting>of the OWLED 2008 DC Workshop on OWL: Experiences and Directions. CEUR Workshop eedings</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">496</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Explaining ALC subsumption</title>
		<author>
			<persName><forename type="first">A</forename><surname>Borgida</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Franconi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 14th European Conf. on Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Horn</surname></persName>
		</editor>
		<meeting>of the 14th European Conf. on Artificial Intelligence</meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="209" to="213" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Sydney OWL syntax -Towards a controlled natural language syntax for OWL 1.1</title>
		<author>
			<persName><forename type="first">A</forename><surname>Cregan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Schwitter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Meyer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the OWLED 2007 Workshop on OWL: Experiences and directions</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Golbreich</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Kalyanpur</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</editor>
		<meeting>of the OWLED 2007 Workshop on OWL: Experiences and directions</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">258</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Talking rabbit: A user evaluation of sentence production</title>
		<author>
			<persName><forename type="first">P</forename><surname>Engelbrecht</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dolbear</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Controlled Natural Language</title>
				<editor>
			<persName><forename type="first">N</forename><forename type="middle">E</forename><surname>Fuchs</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">5972</biblScope>
			<biblScope unit="page" from="56" to="64" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">CLOnE: Controlled language for ontology editing</title>
		<author>
			<persName><forename type="first">A</forename><surname>Funk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tablan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Bontcheva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Cunningham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Davis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Handschuh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web (Proc. ISWC/ASWC 2007)</title>
				<editor>
			<persName><forename type="first">K</forename><surname>Aberer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Choi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Allemang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">I</forename><surname>Lee</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Nixon</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Golbeck</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Maynard</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Mizoguchi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Schreiber</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Cudré-Mauroux</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">4825</biblScope>
			<biblScope unit="page" from="142" to="155" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Justification based explanations in ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
		<respStmt>
			<orgName>University of Manchester</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. thesis</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Verbalizing OWL in Attempto Controlled English</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kaljurand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">E</forename><surname>Fuchs</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the OWLED 2007 Workshop on OWL: Experiences and directions</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Golbreich</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Kalyanpur</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</editor>
		<meeting>of the OWLED 2007 Workshop on OWL: Experiences and directions</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">258</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Goal-directed tracing of inferences in EL ontologies</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Klinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC 2014</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Tudorache</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Bernstein</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Knoblock</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Groth</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Goble</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">8797</biblScope>
			<biblScope unit="page" from="196" to="211" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">The incredible ELK</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Simancík</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="61" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The understandability of OWL statements in controlled English</title>
		<author>
			<persName><forename type="first">T</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="101" to="115" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Ontoverbal: A generic tool and practical application to SNOMED CT</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">F</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Scott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Advanced Computer Science and Applications (IJACSA)</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="227" to="239" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Explaining Reasoning in Description Logics</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1996">1996</date>
		</imprint>
		<respStmt>
			<orgName>Rutgers University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. thesis</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Measuring the understandability of deduction rules for OWL</title>
		<author>
			<persName><forename type="first">T</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Power</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Piwek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Williams</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">First International Workshop on Debugging Ontologies and Ontology Mappings (WoDOOM12)</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Lambrix</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Qi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</editor>
		<imprint>
			<publisher>Linköping University Electronic Press</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="1" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Predicting the understandability of OWL inferences</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A T</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Power</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Piwek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Williams</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Semantics and Big Data</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="109" to="123" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">OWL simplified English: A finite-state language for ontology editing</title>
		<author>
			<persName><forename type="first">R</forename><surname>Power</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Controlled Natural Language (Proc. CNL 2012)</title>
				<editor>
			<persName><forename type="first">T</forename><surname>Kuhn</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><forename type="middle">E</forename><surname>Fuchs</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="volume">7427</biblScope>
			<biblScope unit="page" from="44" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Testing the adequacy of automated explanations of EL subsumptions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Schiller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Schiller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Glimm</surname></persName>
		</author>
		<ptr target="https://www.uni-ulm.de/fileadmin/website_uni_ulm/iui.inst.090/Publikationen/2017/SSG17DL.pdf" />
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
		<respStmt>
			<orgName>Universität Ulm</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tech. rep.</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Automating generation of textual class definitions from OWL to English</title>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Malone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Power</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Third</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Biomedical Semantics</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">S5</biblScope>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
	<note>Suppl.</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Reasoning about a rule</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">C</forename><surname>Wason</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Quarterly Journal of Experimental Psychology</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="273" to="281" />
			<date type="published" when="1968">1968</date>
		</imprint>
	</monogr>
</biblStruct>

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