<?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">Employing Hybrid Reasoning to Support Clinical Decision-Making</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sabbir</forename><forename type="middle">M</forename><surname>Rashid</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Rensselaer Polytechnic Institute</orgName>
								<address>
									<postCode>12180</postCode>
									<settlement>Troy</settlement>
									<region>NY</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Employing Hybrid Reasoning to Support Clinical Decision-Making</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1E6ABEC196F6B716E774127F1D327DB9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T05:20+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>
			<textClass>
				<keywords>
					<term>Hybrid Reasoning</term>
					<term>Deduction</term>
					<term>Abduction</term>
					<term>Temporal Reasoning</term>
					<term>Knowledge Representation</term>
					<term>Diabetes</term>
					<term>Ontology</term>
					<term>Explainable AI</term>
					<term>Inference</term>
					<term>Disease</term>
					<term>Informatics</term>
					<term>Differential Diagnosis</term>
					<term>Clinical Reasoning Strategies</term>
					<term>Rule Representation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Clinical reasoning, involving abstraction, abduction, deduction, and induction, is the primary tool that physicians use when making clinical decisions. To support them, we focus on the creation of an AI system that is able to emulate clinical reasoning. We leverage Semantic Web technologies to perform a set of AI tasks involving the various forms of inference associated with clinical reasoning strategies. In particular, for the scope of this work, we focus on clinical problems that require differential diagnosis techniques. For a given clinical scenario, overlapping reasoning types and strategies may be employed by a physician in conjunction, signifying the need for our AI system to perform hybrid reasoning. Therefore, we consider the construction of a hybrid reasoner that is compatible with description logics. For medical scenarios where description logics may not have some needed expressivity, we consider possible extensions that will allow for the representation of such a scenario. The reasoning system, clinical rule representation, and the resulting recommendations will be evaluated based on domain expert consultation in order to determine whether the recommendation aligns with what the expert would recommend.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Problem statement</head><p>This thesis focuses on the design and implementation of a clinical decision support system that is able to perform hybrid reasoning by emulating how physicians reason. Clinical reasoning is employed in many medical tasks, such as those involving information comprehension, decision-making, and medical error identification. Approaches for clinical reasoning use four distinct types of inference: abstraction, abduction, deduction, and induction <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b14">15]</ref>. We base our approach on the Select and Test Model (ST-Model), an epistemological framework for medical reasoning in which an expert chooses a plausible hypothesis which is subsequently confirmed or falsified through testing <ref type="bibr" target="#b18">[19]</ref>. The cyclic nature of the ST-Model demonstrates how the different types of reasoning can be applied in conjunction during a clinical reasoning framework. Given a set of initial patient data/information, abstraction is applied to identify problem features, which can be used, through abduction, to determine a set of plausible hypotheses. Alternatively, inductive techniques can be applied to arrive at hypotheses directly from the data. In applying this model for clinical reasoning, we deviate from the traditional ST-Model and instead of including the induction step, we use the observed data to validate diagnostic hypotheses. The resulting hypotheses are then ranked in terms of likelihood as well as clinical relevance, and are used for the deductive inference of expected outcomes or consequences. In order to support clinical decision-making, we note that three reasoning strategies commonly employed by physicians include differential diagnosis, treatment planning, and plan critiquing. In this paper, we focus primarily on differential diagnosis.</p><p>To illustrate the applicability of this revised ST-Model framework using a simple example, consider a scenario where a patient gained a significant amount of weight over a short period of time. The observed data that the patient gained 30 pounds over 2 months is abstracted to be a clinical problem. Abduction is used to determine four likely hypotheses for the patient unintentionally gaining weight, such as 1) a decrease in the amount of activity, 2) a change in the patient's diet, 3) a medicinal effect, or 4) a biological effect. 1 These hypotheses can be ranked in terms of importance, where medicinal or biological effects are more clinically relevant than a decrease in activity or a change of diet. Existing data in the system can be used to rule out or validate the hypotheses. For example, if Internet of Things (IoT) data pertaining to step counts shows that the patient's amount of activity has not decreased, hypothesis 1 can be ruled out. Hypothesis 3 regarding medicinal effects could be broken into sub-hypotheses, such as due side-effects of a single medicine or contraindications between multiple medications. This would cause the system to check for symptoms of the drugs that the patient is prescribed. The biological effect of hypothesis 4 could be a decrease in the patient's metabolism, which in turn may be explained by a disease like hypothyroidism, and would require more data for validation. Under the open-world assumption, this hypothesis would not be ruled out, and instead the system would recommend a test to gather more data, such as a TSH (thyroidstimulating hormone) test to check for thyroxine (a thyroid hormone) levels.</p><p>In order to implement the ST-Model framework into an Artificial Intelligence (AI) system, our approach involves semantically annotating and transforming patient data into Resource Description Framework (RDF), individually encoding each reasoning technique as an agent that detects changes and reasons over content in the knowledge graph, and validating ranked hypotheses through test cases and expert consultation. decision tree rules or the construction of knowledge bases by leveraging machine learning techniques. Our approach differs from that earlier work in that we are building an AI system using semantic web technologies in a manner that conforms with Description Logics (in particular, with OWL-DL). This allows us to both leverage recent ontologies created in knowledge representation for health care efforts and existing inference engines that reason over OWL-DL ontologies. Furthermore, we note that by limiting expressivity, we can perform tractable reasoning over OWL-DL ontologies. Therefore, a challenge worth exploring involves the representation of medical knowledge such that polynomial time reasoning can be achieved while preserving important domain and patient details.</p><p>Furthermore, since part of this work involves the implementation of an abductive reasoning component, we are advancing semantic web techniques to allow for non-monotonic reasoning (where conclusions can be validated or rejected as more data is observed). As Chitsaz defines in her thesis <ref type="bibr" target="#b1">[2]</ref>, abductive reasoning is "the process of inferring the best explanation from given observations [in accordance with] background knowledge." In the example related to patient weight gain presented in Section 1, abductive reasoning is used to generate several hypotheses. Non-monotonic reasoning allows for each of these hypotheses to exist in a state in which they are not yet confirmed to be true or false, allowing for acceptance or rejection once more data is leveraged for validation. This process, which is necessary for emulating the way a physician reasons, can be recorded through the use of provenance capturing. By creating a framework that is able to perform abduction in this way, we promote traceability in reasoning and move towards the goal of explainable AI systems.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Related Work</head><p>As early as the 1950s, Artificial Intelligence (AI) techniques were beginning to be applied to model clinical reasoning and medical decision-making <ref type="bibr" target="#b7">[8]</ref>. By the end of the decade, work on the reasoning foundations for medical diagnosis, in which Bayes' formula was adapted to find conditional probabilities of a disease given a set of symptoms <ref type="bibr" target="#b8">[9]</ref>, lead to the application of probabilistic approaches for modeling clinical reasoning over the next decade. In addition to probabilistic approaches for diagnostics, research around this time also focused on medical literature retrieval and indexing, such as MEDLARS (Medical Literature Analysis and Retrieval System <ref type="bibr" target="#b20">[21]</ref>).</p><p>By the 1970s, theoretical research on medical reasoning was beginning to be applied towards the creation of medical expert systems. Approaches related to the Newell-Simon methodology on how humans solve problems in different situations <ref type="bibr" target="#b11">[12]</ref> were applied in the creation of expert systems <ref type="bibr" target="#b6">[7]</ref>. Also around this time period (1970s-80s) SUMEX-AIM (Stanford University Medical Experimental -AI in Medicine <ref type="bibr" target="#b5">[6]</ref>) arose, a computational infrastructure shared by multiple institutions. This lead to discussions and workshops related to biomedical problem solving and clinical decision-making <ref type="bibr" target="#b7">[8]</ref>.</p><p>While work on expert systems continued into the 80s, the importance of having these systems be explainable and justified became more apparent. Explainable expert systems, developed in collaboration between knowledge engineers and domain experts, represented a shift from procedural encoding to declarative knowledge representation <ref type="bibr" target="#b19">[20]</ref>. Relevant literature from this time period also includes work on medical reasoning, including the ideas that physicians develop hypotheses early in the diagnostic process <ref type="bibr" target="#b3">[4]</ref> and experts differ from novices in approaches involving hypothetico-deductive reasoning <ref type="bibr" target="#b15">[16]</ref>. These differences derive both from the features of a knowledge base <ref type="bibr" target="#b4">[5]</ref> and highly automated perceptual processes <ref type="bibr" target="#b9">[10]</ref> that experts have in contrast with novices.</p><p>An approach that builds on this work uses propositional analysis to build rules from knowledge that abstracts medical problem solving into steps involving data gathering, diagnosis, therapeutic planning, and patient management <ref type="bibr" target="#b15">[16]</ref>. Another important idea from this work is that medical reasoning often involves both forward and backward reasoning. This direction of research continued throughout the 90s to show that propositional and semantic analyses can improve the validity, usability, and comprehension of Clinical Practice Guidelines (CPGs), mental models could be used as a cognitive framework for how people reason, and reasoning approaches were often data and hypothesis driven <ref type="bibr" target="#b13">[14]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Research questions</head><p>In conducting this work, we focus on several research questions. We begin by determining the following: Which forms of reasoning should be incorporated into a clinical decision support system in order to emulate how a physician reasons? When consulting related literature in order to determine the forms of reasoning that should be incorporated into a clinical decision support system, we find that mentions of abstraction, deduction, induction, abduction, temporal reasoning, and causal reasoning <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b14">15]</ref>. Since our approach for replicating physician reasoning is based on the ST-Model <ref type="bibr" target="#b18">[19]</ref>, we focus on the abstraction process to formulate observed data into a representative problem space. For observations occurring over a period of time, we leverage existing approaches for temporal reasoning <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b17">18]</ref>. Through abduction, we determine potential hypotheses that can be used to explain the clinical problem at hand. We incorporate probabilistic reasoning techniques when ranking abductive hypotheses in order to first address more clinically relevant hypotheses. From each hypothesis, we deductively determine a set of predictions corresponding to expected patient data. While using existing semantic technology for deduction, we do consider the writing of custom inference rules when necessary. While we do not focus on induction, we attempt to validate abductive hypotheses by comparing the expected and observed data.</p><p>The next research question we consider relates to design requirements: What are the necessary implementation considerations for building a hybrid reasoner that conforms with OWL Description Logics (OWL-DL)? Specifically, we consider satisfiability, consistency, and explainability. In terms of satisfiability, we search for contradictions with respect to the ontologies that are used and between facts that are asserted to be true. To check for consistency, we determine if the facts in the knowledge base are satisfiable. Inconsistencies within the knowledge base result in instances of the owl:Nothing class. If the reasoner does not return such instances, we conclude that the knowledge base is consistent. Finally, we require an explanation for facts derived from inference processes. In order to guarantee that our hybrid reasoner conforms with DL, initially the implementation is limited to Semantic Web compliant technologies. We consider the extent to which the expressivity of the ontologies that we use can be limited in order to allow for tractible reasoning while still allowing the necessary medical knowledge to be accurately represented. As additional functionalities are incorporated, such as non-monotonic abductive reasoning, tests will be written to ensure that the systems is constrained to the bounds of DL. Boundary limit testing will be conducted to determine which scenarios break this constraint.</p><p>For our considered usage scenarios, we ask the following: How can verbal statements made by physicians (captured in written transcripts) be represented as reasoning rules? As mentioned earlier, our approach is based on the ST-model. In terms of representing verbal statements, we consider representational simplification by abstracting out mentions of conditions, treatments, diseases/diagnoses, risks/symptoms, and goals. In doing so, we must ensure that the resulting rule is both semantically consistent and representative of the original recommendation or statement. For example, in the use case of Section 1, the symptom of weight gain may point to a diagnosis for hypothyroidism under the condition that thyroxine levels are low. A diagnosis of hypothyroidism may result in treatment in the form of a levothyroxine prescription (commonly used to treat hypothyroidism) in order obtain the goal of decreasing the patient's weight.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Preliminary results</head><p>In order to apply our approach on patient data, we represent the data as RDF in a semantic structure consistent with the execution of the reasoning rules derived from physician transcripts. The Semantic Data Dictionary (SDD) approach <ref type="bibr" target="#b16">[17]</ref> has been applied for annotating and converting patient data to RDF from several publicly available biomedical datasets. Additionally, we have received permission to annotate data from two private datasets, StepUp and Limited Claims EHR Dataset (LCED). StepUp contains data about its user's physical activities, including step count, so it can be used to test for hypothesis 1 of the use case of Section 1. LCED contains administrative claims information as well as Electronic Health Record (EHR) data, including information about patient demographics, habits, and prescriptions <ref type="bibr" target="#b2">[3]</ref>. Therefore, it can be used for patient characteristic representation for testing using real patient data.</p><p>In terms of implementation, a customizable deductive reasoner has been incorporated into the Whyis <ref type="bibr" target="#b10">[11]</ref> knowledge management framework. Preliminary work on traceability within this framework has commenced and is being leveraged to aid in the abductive reasoning component. Initial work related to clinical decision support and rule representation includes the categorization of reasoning types and strategies from physicians transcripts, as well as discussions on how to adapt the ST-Model for use within the framework of this thesis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Evaluation</head><p>In this section, we begin by discussing some of the evaluation that has been conducted for the aforementioned methodology. We continue by discussing additional evaluation of our clinical decision-making system that we plan to conduct.</p><p>The SDD approach, which is leveraged to semantically convert tabular data into RDF, has been evaluated against traditional data dictionaries, data integration approaches, and mapping languages <ref type="bibr" target="#b16">[17]</ref>. Reasoning component implementations have been validated using unit tests to check for the expected functionality. As further components are incorporated, additional tests will be written accordingly, including tests of efficiency when reasoning over large data.</p><p>In addition to testing the functionality of the implementation, we will use background biomedical knowledge to evaluate clinical reasoning processes. By providing a clinical expert with sets of test patient data and asking them to walk through their diagnostic process, we will evaluate the set of hypotheses that the system generates through comparison with the physician's hypotheses, which we will measure through the use of confidence scores. While the determination of the full evaluation pipeline is still work in progress, in addition to measuring hypothesis confidence, we plan to conduct a comparative evaluation against other hybrid reasoning systems. Additionally, for each individual reasoning component, we will evaluate capabilities against other special purpose reasoners that are able to do the associated reasoning task. The complete set of metrics for such an evaluation is yet to be determined. Abductive explanations will be ranked in terms of likelihood using appropriate heuristic metrics. One such metric corresponds to whether the hypotheses are accurately ranked in terms of clinical importance (such as medicinal implications being more relevant than a change in the patient's diet). The accuracy of these rankings will be evaluated based on importance assigned by a domain expert who is provided the same set of hypotheses. Initially, the clinical expert we will consult is a member of the author's thesis committee who holds both Ph.D. and M.D. degrees in relevant areas.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Reflections</head><p>We have discussed the creation of a decision support system that is similar to some of the expert systems that we encountered during the literature review. While these systems used various AI techniques, they were not implemented using semantic web technologies. Our approach differs from earlier methods as we are creating a system that conforms with OWL-DL. We are able to integrate various forms of inference by leveraging existing efficient reasoners (for example, for performing deduction or temporal reasoning) that also conform with OWL-DL semantics. Additionally, semantic knowledge resources, such as biomedical ontologies and patient data, can be incorporated into our knowledge base that can be used during the decision-making processes. The use of semantic technologies allows us to capture provenance, detect inconsistencies, integrate multiple knowledge resources, and leveraging existing tools for performing deductive and temporal reasoning. Our application can help address specific challenges by aiding physicians with clinical problems involving reasoning strategies.</p><p>Future work includes the incorporation of other reasoning strategies, such as therapy planning and plan critiquing. Extensions in this direction include leveraging CPGs to represent existing therapy plan recommendations and test physician conformance to CPGs. Additionally, medical information from biomedical resources that provide recommendations based on scientific evidence, as well as clinical opinions on whether or not to follow guideline recommendation, can be used to model plan critiquing. We mention in Section 4 that the incorporation of inductive reasoning is beyond the scope of this thesis, as the implementation of an abductive component will be sufficiently challenging in itself. Future extensions may include leveraging existing machine learning techniques to incorporate induction capabilities into our framework.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements I am advised by Professor Deborah L. McGuinness, Constellation Chair at Tetherless World Constellation (TWC), RPI. I am thankful for the members of TWC who have helped me edit this paper. This work is done as part of the Health Empowerment by Analytics, Learning, and Semantics (HEALS) project and is supported by IBM Research AI through the AI Horizons Network.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Bibliography</head></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Identifying reasoning strategies in medical decision making: a methodological guide</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Arocha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">L</forename><surname>Patel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of biomedical informatics</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="154" to="171" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Approaches to Abductive and Inductive Reasoning in Lightweight Ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Chitsaz</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
		<respStmt>
			<orgName>Griffith University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. thesis</note>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Differential privacy-enabled federated learning for sensitive health data</title>
		<author>
			<persName><forename type="first">O</forename><surname>Choudhury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gkoulalas-Divanis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Salonidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sylla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Das</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1910.02578</idno>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Medical problem solving an analysis of clinical reasoning</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Elstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">S</forename><surname>Shulman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Sprafka</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1978">1978</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Knowledge based components of expertise in medical diagnosis</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Feltovich</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1981">1981</date>
			<publisher>PITTSBURGH UNIV PA LEARNING RESEARCH AND DEVELOPMENT CENTER</publisher>
		</imprint>
	</monogr>
	<note type="report_type">Tech. rep</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Freiherr</surname></persName>
		</author>
		<title level="m">The seeds of artificial intelligence: SUMEX-AIM</title>
				<imprint>
			<publisher>Welfare, Public Health Service</publisher>
			<date type="published" when="1980">1980</date>
			<biblScope unit="volume">80</biblScope>
		</imprint>
		<respStmt>
			<orgName>US Department of Health, Education, and</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Building expert system</title>
		<author>
			<persName><forename type="first">F</forename><surname>Hayes-Roth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Waterman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Lenat</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Beginnings of artificial intelligence in medicine (aim): Computational artifice assisting scientific inquiry and clinical art-with reflections on present aim challenges</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Kulikowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Yearbook of medical informatics</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">01</biblScope>
			<biblScope unit="page" from="249" to="256" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Reasoning foundations of medical diagnosis</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Ledley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">B</forename><surname>Lusted</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Science</title>
		<imprint>
			<biblScope unit="volume">130</biblScope>
			<biblScope unit="page" from="9" to="21" />
			<date type="published" when="1959">3366. 1959</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">The acquisition of perceptual diagnostic skill in radiology</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Lesgold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Feltovich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Glaser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wang</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1981">1981</date>
			<publisher>PITTSBURGH UNIV PA LEARNING RESEARCH AND DEVELOPMENT CENTER</publisher>
		</imprint>
	</monogr>
	<note type="report_type">Tech. rep</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The whyis knowledge graph framework in action</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mccusker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Rashid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Agu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">P</forename><surname>Bennett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference (P&amp;D/Industry/BlueSky)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Newell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Simon</surname></persName>
		</author>
		<title level="m">Human problem solving</title>
				<meeting><address><addrLine>, NJ</addrLine></address></meeting>
		<imprint>
			<publisher>Prentice-Hall Englewood Cliffs</publisher>
			<date type="published" when="1972">1972</date>
			<biblScope unit="volume">104</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A method for representing and querying temporal information in owl</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>O'connor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Das</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International joint conference on biomedical engineering systems and technologies</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="97" to="110" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Methods of cognitive analysis to support the design and evaluation of biomedical systems: the case of clinical practice guidelines</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">L</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Arocha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Diermeier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Greenes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">H</forename><surname>Shortliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of biomedical informatics</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="52" to="66" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Medical reasoning and thinking</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">L</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Arocha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Oxford handbook of thinking and reasoning</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="736" to="754" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Knowledge based solution strategies in medical reasoning</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">L</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J</forename><surname>Groen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive science</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="91" to="116" />
			<date type="published" when="1986">1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">The semantic data dictionary -an approach for describing and annotating data</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Rashid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Mccusker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pinheiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Bax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">O</forename><surname>Santos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Stingone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data Intelligence</title>
		<imprint>
			<biblScope unit="page" from="443" to="486" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Rospocher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van Erp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Vossen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fokkens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Aldabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rigau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Soroa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ploeger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Bogaard</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.websem.2015.12.004</idno>
		<ptr target="http://www.sciencedirect.com/science/article/pii/S1570826815001456" />
		<title level="m">Building event-centric knowledge graphs from news</title>
				<imprint>
			<publisher>Science, Services and Agents on the World Wide Web</publisher>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note>Web Semantics</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Knowledge acquisition based on an epistemological model of medical reasoning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Stefanelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lanzola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ramoni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">14th Annual International Conference of the IEEE Engineering in Medicine and Biology Society</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="1992">1992. 1992</date>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="880" to="882" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Xplain: A system for creating and explaining expert consulting programs</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">R</forename><surname>Swartout</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial intelligence</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="285" to="325" />
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">The medical literature analysis and retrieval system (medlars) of the us national library of medicine</title>
		<author>
			<persName><forename type="first">S</forename><surname>Taine</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Methods of information in medicine</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">02</biblScope>
			<biblScope unit="page" from="65" to="69" />
			<date type="published" when="1963">1963</date>
		</imprint>
	</monogr>
</biblStruct>

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