<?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">Towards Explainable General Medication Planning ⋆</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
				<date type="published" when="2024-10-20">20 October 2024</date>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Lee-Or</forename><surname>Alon</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Hana</forename><surname>Weitman</surname></persName>
							<email>weitman@cs.biu.ac.il</email>
						</author>
						<author>
							<persName><forename type="first">Alexander</forename><surname>Shleyfman</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Gal</forename><forename type="middle">A</forename><surname>Kaminka</surname></persName>
							<email>galk@cs.biu.ac.il</email>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">Bar-Ilan University</orgName>
								<address>
									<country key="IL">Israel</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<address>
									<settlement>Santiago de Compostela</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards Explainable General Medication Planning ⋆</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
						<imprint>
							<date type="published" when="2024-10-20">20 October 2024</date>
						</imprint>
					</monogr>
					<idno type="MD5">E6BC50A334DF052A8F473B3F3BEE467C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18: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>
			<textClass>
				<keywords>
					<term>Medication Planning</term>
					<term>Explainable AI Planning</term>
					<term>Personalized Medicine</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The ability to produce explanations for automated systems in healthcare domains is crucial for establishing trust between users and the system. Despite the growing demand for explainable artificial intelligence in medical domains, to the best of our knowledge, there are no existing works on explainability for medication planning. In this work, we propose a visualization method for medication planning domains to make the automatic planning process transparent to users, thereby fostering the desired trust.</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>Personalized medication planning is the process of generating a plan of drug administrations that meets a given set of medical goals that are specific to the individual patient. The planning process must take into account general health safety constraints, helpful or harmful interactions between drugs, and individual physiological differences in responses to medications. The resulting personalized medication plan defines what drugs are administered, when, and at what dosage: too little is ineffective; too much is toxic.</p><p>Medication planning is a complex process, manually carried out by healthcare professionals. Its complexity is often encountered in mitigating harmful drug interactions in patients with multiple diseases <ref type="bibr" target="#b0">[1]</ref>, or in combination therapy, where multiple medications are used to synergistically improve therapeutic effects while minimizing side effects <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>. Indeed, a combination of drugs can result in effects no drug can achieve alone <ref type="bibr" target="#b3">[4]</ref>.</p><p>To demonstrate the difficulty of solving medication planning problems, let us examine a relatively simple instance. Suppose the system is to consider only two types of medicine, both affecting a specific property of interest 𝑝. Assume that for both types, the time it takes the medicine to clear the body is 24 hours. Let us also assume there are five different available dosages for each medicine. The medical objective is to have property 𝑝 reach a level of at least 51 in the spleen, but not exceed 53.8. While this problem seems small, solving it could be challenging due to the many possible treatment plans. Assuming each medicine is allowed to be administered at most once, there are 24 • 24 administration times and 5 • 5 dosage options, resulting in 14,400 combinations.</p><p>Not only are there numerous treatment combinations, but each administration's effects are also non-linear and multidimensional, as they simultaneously impact several organs and change over time. Furthermore, because each patient may require a different treatment plan tailored to their specific needs and conditions, a new plan must be created for each individual. All of these characteristics make the problem even more challenging to compute manually.</p><p>To address the complexities of personalized medication planning, researchers have turned to artificial intelligence (AI) planning techniques. AI planning is a form of sequential decisionmaking over time. It aims to find an ordered set of actions that leads from an initial state to a goal state. In medication planning, the AI planning process aims to automatically find an ordered set of drug administrations that progresses from the current health condition of a patient to the desired medical condition. It must not violate any medical safety constraints along the way.</p><p>The wide variety of treatment combinations, as well as the non-linearity and multidimensionality of the treatment effects, make it challenging for users to comprehend the implications of a given plan. Moreover, as medication plans vary between patients, explanations or clarifications of each plan must be generated anew.</p><p>The complexity and sensitivity of medical treatment problems result in a high demand for explainability. Since mistakes in the treatment plan can have major irreversible consequences, including death, users are not willing to follow automatically generated treatment plans without understanding the reasoning and potential implications. Indeed, the use of explainable artificial intelligence planning (XAIP) <ref type="bibr" target="#b4">[5]</ref> is important here. Its goal is to make the planners transparent to users, thereby establishing users trust.</p><p>We propose a framework for explainable general medication planning (XGMP). The approach we suggest visualizes the personalized treatment plan's effect on the patient's body, thus making the plan transparent and easy to understand, for healthcare professionals and even for non-professional users. We evaluated this approach using the general medication planning (GMP) representation by Alon et al., with medical data as reported in <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>. To the best of our knowledge, no steps were taken towards explainable medication planning.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background</head><p>Explainability is an emerging and crucial field in artificial intelligence (AI). Its primary objective is to make the automated decision-making processes of AI systems transparent and interpretable to users by providing explanations that elucidate the underlying reasoning behind the system's outputs. These explanations aim to foster trust and confidence in AI systems, enabling users to comprehend the rationale behind the decisions made by the system.</p><p>The demand for explainability becomes paramount in domains where human lives are at stake, such as healthcare and the legal system. In the healthcare domains, the consequences of erroneous decisions can be severe, e.g., misdiagnoses, and improper treatments. Consequently, users in this field are more likely to demand comprehensive explanations for the AI system's outputs, as the implications of incorrect decisions can be far-reaching and potentially life-altering.</p><p>Personalized medicine further increases the necessity for explainability. In personalized medicine, there is no single protocol to treat a certain condition. The treatment is tailored to the individual patient based on their background medical conditions, preferences, and factors such as age. The variety of possible treatments under various conditions complicates the problem and requires different explanations, as the treatment for one patient may not be relevant for another, even if the same medical goal is required.</p><p>We begin with a short description of the medication planning process and basic terminology. We then discuss the need for explainability in this domain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Medication Planning</head><p>The general medication planning problem (GMP) is concerned with selecting drugs to be administered, as well as determining the dosage and schedule of the chosen medications <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b9">10]</ref>. It is therefore, in some aspects at least, a generalization of dosing regimen planning <ref type="bibr" target="#b10">[11]</ref>, which assumes drugs have already been selected, and deals with administration dosages and schedules.</p><p>Medication planning is also closely related to the process of planning treatments for patients with multiple diseases, by merging available multiple single-disease clinical guidelines. The latter process includes substituting drugs when adverse or redundant interactions occur, adjusting and scheduling tests to monitor for such interactions, and other related tasks <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b12">13,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b17">18]</ref>. This process produces plans that span weeks or months, and involve selecting drugs from the set recommended by guidelines. It may also recommend medical tests, and actions to take per their results. In contrast, GMP is carried out from first principles, personalizing the dosage and hourly medication schedules, using models of how medicines (drugs) spread through the body and interact with it, and with each other (pharmacokinetic and pharmacodynamic models-see below). However, it does not address testing, or chronic conditions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Pharmacokinetics and Pharmacodynamics</head><p>Medication planning is a model-based planning approach. It uses models that predict how drugs spread in the body (pharmacokinetic models), and how they interact with in (pharmacodynamic models). These are explained below.</p><p>Once a drug is introduced into the body, it is generally absorbed, carried and circulating by the bloodstream throughout the body. The drug reaches various biological sites (bio-sites) and may accumulate for some time, before it is eventually cleared out of the body. The concentration of a drug in various bio-sites, known as its biodistribution, undergoes changes over time, which can be described by pharmacokinetic (PK) models of varying complexity. These models range from simple 1-3 compartment exponential decay models <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20]</ref> to more advanced models that account separately for multiple kinetic processes (see <ref type="bibr" target="#b20">[21]</ref>). Alternatively, biodistribution trajectories can also be represented by explicit curves <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b5">6]</ref>, obtained from clinical trials.</p><p>For example, in Figure <ref type="figure" target="#fig_0">1</ref>, we see the biodistribution trajectories of a specific drug administered to a mouse (nanoparticle #11, in <ref type="bibr" target="#b5">[6]</ref>). Drug concentrations (percentage of initial dosage per gram of tissue) were measured in four bio-sites (kidney, lung, spleen, liver), at several time points (measured in hours since the administration at time 𝑡 0 = 0). Such trajectories change between medicines, but may also change between patients. The horizontal axis shows the time since  administration. The vertical axis shows the concentration per gram of tissue as a percentage of the injection dosage. Each line shows the PK trajectory at a different bio-site.</p><p>When the drug reaches a target bio-site, it may affect the properties of that bio-site. These effects can be characterized using pharmacodynamic (PD) models <ref type="bibr" target="#b22">[23]</ref>. PD models describe the relationship between the drug concentration at any given bio-site, or the body as a whole in simple models, and the resulting therapeutic effect.</p><p>PK and PD models are combined to form PKPD models <ref type="bibr" target="#b22">[23]</ref>, which predict the expected magnitude of drug therapeutic effect over time. Figure <ref type="figure" target="#fig_1">2</ref> illustrates the connection between PK and PD models. The PK model yields the concentration of the administrated drug in the body at a specific time post-administration. Subsequently, the PD model utilizes this data to calculate the biochemical effect of that drug on the patient's body. PKPD models (and their component models) have been and continue to be an active area of research in medicine and pharmacology, with entire journals devoted to their investigation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Goals of Medication Planning</head><p>Medication planning involves medical goals that are specified in terms of properties of different bio-sites (or the body taken as a whole), taking into account temporal pharmaceutical dynamics and kinematics. It combines information about the rate of accumulation and clearance of drugs in different bio-sites (from PKPD models) with information about toxicity and personal health constraints and patient activities to meet target levels of the drug or its biological effects. The process then selects drugs, determines their dosage, and the schedule of their administrations to a patient.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Explainable Medication Planning</head><p>Alon et al. <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref> presented the general personalized medication planning, and used a planning representation using pddl+ <ref type="bibr" target="#b23">[24]</ref> to plan using multiple drugs, affecting multiple bio-sites over time (e.g., as in Fig. <ref type="figure" target="#fig_0">1</ref>). This representation allows for an arbitrary number of medicines, each may be administered repeatedly if needed. The interactions of the drugs are modeled, so that the planner can avoid harmful interactions, and replace one drug with another (or with a combination of drugs). This extends the work of Alaboud et al. <ref type="bibr" target="#b7">[8]</ref>, which introduced the use of automated (AI) planning to address medication planning for maintenance goals, of a single drug and its associated PK model. Unfortunately, these investigations has not addressed the need for explaining the resulting plans.</p><p>There are various aspects of explainable artificial intelligence planning (XAIP), all of which are missing in medication planning. One common XAIP technique is to intervene in the problem representation, forcing the planner to execute the user's suggestions <ref type="bibr" target="#b24">[25,</ref><ref type="bibr" target="#b25">26]</ref>. The user iteratively asks questions, where each question yields a new plan. By comparing the original plan with the new plan derived from the user questions, users infer the reasons that led to the original plan. An XAIP investigation related to a medical domain is presented by Korikov et al. <ref type="bibr" target="#b26">[27]</ref>, which considers the appointment scheduling problem. They use a counterfactual explanation technique that explains to the user what should have been different in order to achieve the user's suggested outcome.</p><p>In this paper, we focus on visualization, as the basis for interaction with a user. In general, visualization methods can also be utilized to explain the planner choices. Chakraborti et al. <ref type="bibr" target="#b27">[28]</ref> introduce a visualization of the top-𝑘 plans as a graph where nodes represent actions and edges represent the transitions between actions. This visualization does not allow visualizing durative actions (whose effects change over time), or actions taken simultaneously. Similarly, Kumar et al. <ref type="bibr" target="#b28">[29]</ref> present a visualization system for classical planning domains, i.e., all variables have binary values. They allow for both changes in the domain (in action structures) and in the problem (in initial state and goal states). As medication planning is not carried out in classical planning domains (durative actions, simultaneous actions, constraints), it is not compatible with with the proposed visualization method.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">The General Medication Planning Representation</head><p>We will briefly describe the GMP pddl+ representation as was proposed by Alon et al. <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>.</p><p>A pddl+ planning problem <ref type="bibr" target="#b23">[24]</ref> can be described by the following tuple: ⟨𝒱, 𝒮, 𝑠 0 , 𝒞, 𝒢, 𝒜, ℰ ^, 𝒫 ^⟩ where 𝒱 is a set of state variables either propositional or nu-meric, 𝒮 is a set of states, where each state is a complete assignment of values to all variables 𝑣 ∈ 𝒱, 𝑠 0 ∈ 𝒮 is an initial state, 𝒞 is a set of constraints on possible assignments of values, and 𝒢 is a goal description (a set of conditions over variables). 𝒜 is a set of instantaneous actions that change the values of variables when selected by the agent, and ℰ ^, 𝒫 ^sets of events and processes (resp.) that change the values of variables instantaneously or overtime, outside of the control of the agent. A plan is a timed sequence of (parallel) actions, which starts from the initial state and reaches a goal state while not violating any constraint in 𝒞.</p><p>From a medical perspective, a patient's body can be viewed as a set 𝐵 of bio-sites, such as organs and blood. Basic pharmacological models often depict the entire body as a single bio-site (|𝐵| = 1), but in more complex models multiple bio-sites are represented.</p><p>Their work allows for the representation of 𝐵 bio-sites, where each bio-site is represented as a set of 𝑃 biochemical properties. Their values are numeric fluent indicating the concentration levels or other measures of interest and generally vary between bio-sites. Table <ref type="table" target="#tab_0">1</ref> shows an example of 12 property variables, used in the experiments. The property 𝑚 11 (first row) measures the concentration of nanoparticle #11 (Fig. <ref type="figure" target="#fig_0">1</ref>) in six different bio-sites, at a specific time (e.g., liver[𝑚 11 ] = 2.97, and kidney[𝑚 11 ] = 9.2). Data was taken from <ref type="bibr" target="#b5">[6]</ref>. A second property, measuring the mu-opioid receptor (MOR) activity, is shown in the second row. Its values in this case are derived from PKPD model parameters reported elsewhere <ref type="bibr" target="#b6">[7]</ref>. The initial state 𝑠 0 of a patient's body may be represented by setting the values of properties, in each bio-site, to current values. For properties measuring drug concentration, initial values in all bio-sites are zero.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Properties 𝑃</head><p>Organs The administration of dosage 𝑑 of a drug type 𝑚 at time 𝑡 is represented as a pddl action. This representation allows for repetitive administrations of the same drug type as long as they are not administered at the same time. Drugs from different types may be taken n parallel.</p><p>Each drug administration may affect several bio-sites and several properties simultaneously. Note that several drug administrations may affect the same bio-site property simultaneously, even if these administrations were not at the same time, since administrations have durative effects.</p><p>The medicine effects over time are represented by pddl+ events. For every medicine 𝑚, there is at least a single property 𝑚 in every bio-site 𝑏, i.e., 𝑏[𝑚] ∈ 𝒱, which represents the concentration level of medicine 𝑚 in bio-site 𝑏. In this representation, the medicine levels are estimated directly from biodistribution trajectories (e.g., Fig. <ref type="figure" target="#fig_0">1</ref>) in the problem description in pddl+.</p><p>As a drug is accumulated in a bio-site (measured by its concentration level), it causes changes in other biochemical properties within the same bio-site. These changes can be predicted using PD models. The combination of the PK and PD model types, known as a PKPD model, allows for the estimation of how the accumulation and clearance of a drug change in biochemical properties influence various bio-sites over time <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b29">30]</ref>.</p><p>The PKPD drug effects are also represented using pddl+ events. This representation utilizes the direct action (direct effect) model, a common PKPD model in medical literature <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b29">30]</ref>. This model describes the relationship between the time-dependent concentration, and the effects of the drug, measured in relevant units varying between drugs.</p><p>Different drugs may affect the same property simultaneously. As these will be handled by different events, their effects will increase the value of the property according to the PKPD effect of the associated medicine type. This naturally follows the Loewe additive drug interaction model <ref type="bibr" target="#b30">[31,</ref><ref type="bibr" target="#b22">23]</ref>, whereby drugs can affect the same property, but at different "strength". Contraindicated drugs (may not be taken together) are handled by constraints (see below).</p><p>Goals 𝒢 and Safety Constraints 𝒞 Given the definitions of states and actions above, it seems a simple matter to define goal states in terms of target levels for properties of interest, at a specific set of bio-sites (therapeutic sites). However, medically, the planner must also ensure that the levels of all properties are maintained at safe levels, before the target levels are reached, as well as after.</p><p>They use events to impose limits on the maximal and/or minimal values of a property at any moment. These limits can come from medical defaults, or they may be personalized for specific health conditions of a patient. For example, if a patient has diabetes, the glucose level must stay below a given threshold ℎ at all times. Such a constraint on the property 𝑗 of bio-site 𝑏 can be expressed as 𝑏[𝑗] ◁▷ ℎ, where ◁▷ ∈ {&gt;, ≥, =, ≤, &lt;}. Constraints can be also placed to prevent interactions between drugs.</p><p>The goal description 𝒢 has two components in the pddl+ representation of GMP. The first involves specifying target levels for properties in the set of therapeutic sites. These target levels can be personalized and differ between patients. The second component ensures that constraints are maintained after these target levels are achieved.</p><p>Once the goal conditions are first satisfied at time 𝑡 𝑔 , safety constraints should be upheld not only in the interval [0, 𝑡 𝑔 ] but also in the extended interval [𝑡 𝑔 , ∞), bearing in mind that action effects have finite durations. Thus, a second subgoal introduced using pddl+ checks that all administered medication had been eliminated from the patient's body after the first component has been achieved. Personalization Patients, who seek treatment for the same goal, vary in their medical history (e.g., background medical conditions leading to differences in safety constraints) and treatment preferences (e.g., due to age, sex, levels of activity). Two patients with the same medical goal may still require different treatment plans due to differences in background medical conditions, such as diabetes, pregnancy, etc. Patient diversity may cause differences in their PKPD responses, both in biodistribution trajectories, as well as 𝐸 𝑚𝑎𝑥 and 𝐸𝐶 50 parameters.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Explainable General Medication Planning</head><p>Using clinical data from mice and rats, we implemented medication planning problems in pddl+ as described. The PKPD models are taken from databases of possible nanoparticle-based drug carriers <ref type="bibr" target="#b5">[6]</ref> and pain relief drugs <ref type="bibr" target="#b6">[7]</ref>. We use the ENHSP-20 numeric planner <ref type="bibr" target="#b31">[32]</ref> to solve medication problems (see <ref type="bibr" target="#b9">[10]</ref> for more details).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Visualizing the Plan PKPD Effects</head><p>We propose visualizing the PK and PD effects to help users understand the treatment's impact on the patient body and easily compare between plans.</p><p>Consider a medication planning problem where the goal is to achieve a minimal value of 44 for mu-opioid receptor (MOR) activity in the heart and a maximal value of 46 (i.e., there is a safety constraint of 46 for this property in the heart) <ref type="foot" target="#foot_0">1</ref> . The planner suggested the following plan (denoted as plan A; dosage is measured in units of nM (nano-molar)): 0: (administer_med m9 a1 d100) 0: --waiting--[2.0] 2.0: (administer_med m10 a1 d100) 2.0: --waiting-- <ref type="bibr">[28.0]</ref> This plan suggests administering a dosage 100nM of medicine 𝑚9, waiting two hours and then administering a dosage 100nM of medicine 𝑚10. Lastly, the planner waits another 26 hours until clearance occurs at time 28 from the beginning of the plan. While this very common plan format is detailed enough to follow, the exact effect of the plan on the body remains unclear. Understanding the pharmacokinetic (PK) and pharmacodynamic (PD) effects among users will increase their trust in the system and the suggested treatment and making the process transparent.</p><p>Figure <ref type="figure" target="#fig_2">3</ref> presents the visualization of the plan A (described above). The horizontal axis shows the time (in hours) since the start of the plan (first administered drug). The vertical axis shows MOR activity levels. The red line shows the PKPD effect of administering 100 nM of 𝑚9 alone at time 0, while the blue line shows the PKPD effect of administering 100 nM of 𝑚10 alone two hours after the plan start (i.e., had it been injected without 𝑚9 being present). The horizontal line (light blue, a level of MOR activity of 46) describes the safety constraint. The total PKPD effect of the two drugs is shown in purple. All of these are presented for the heart: the curves would be different for other bio-sites.</p><p>The visualization also highlights limitations of the clinical data. The sudden drops to zero towards the end of the plan span (i.e., 23-25 hours) signify that the different drugs have cleared the bio-site and thus their effect is reduced. In reality, we expect such clearance to be more gradual. However, the planning process is restricted to using the actual clinical data given in <ref type="bibr" target="#b5">[6]</ref>, which provides measurements at a resolution of a few hours (i.e., approximately 3-10 data points, depending on the drug and bio-site). The planner uses linear interpolation for points in-between measured data. As the actual clearance time is not given, the planner extrapolates it from the last point given in the data, towards zero. The result is that the clearance time is arbitrarily set as an hour following the last measured data point available from the database. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Visualize Alternative Plans or Changes in Medical Conditions</head><p>The PK and PD effects of an alternative plan can be visualized side-by-side with the original plan. This approach highlights the differences between the plans, allowing for a clear and easy comparison of their respective effects. Such differences may be due to variantions in drug administration timing or dosages, or due to differences in medical conditions or considerations.</p><p>Comparing plans with alternative schedules for the same drugs The visualization can demonstrate differences in effects due to variations in administration timing and dosages. Consider the plan effect described in Figure <ref type="figure" target="#fig_2">3</ref>. One might ask: "What would be the effect of the plan if both medicines were administered simultaneously?". The plan (denoted plan B) produced by the planner in this case is two hours shorter than plan A: 0: (administer_med m9 a1 d100) 0: (administer_med m10 a1 d100) 0: --waiting--[26.0] Figure <ref type="figure">4</ref> presents the PKPD effect of executing plan B. Contrasting it with plan A (Fig. <ref type="figure" target="#fig_2">3</ref>), we indeed see that while plan B is two hours shorter than plan A, it violates the medical safety constraint. Comparing Plans with Alternative Medical Considerations Personalization of the medical safety constraints, or other medical considerations, may also alter the plan. It may help the user visualize and contrast alternative treatment plans, resulting from such considerations. Consider the medication planning problem of achieving MOR activity of 29 in the heart, maintaining it lower than 37 in the same bio-site. The planner initially suggested administering 20nM of 𝑚5, which in our experiments is an opiod (specifically, Morphine). Due to its severe potential side-effects (one of which is long-term formation of dependence), a medical professional may ask for an alternative that excludes Morphine. When we pose this to the planner, it indeed finds a plan using a different medicine (𝑚11) at a dosage of 40nM. Figure <ref type="figure">5</ref> clearly shows the differences between the two suggested treatment plans. While both plans achieve the medical goal without violating the safety constraint, the plan involving medicine 𝑚5 has a shorter duration of 26 hours, compared to the plan using medicine 𝑚11 (50 hours). Additionally, the 𝑚5 plan has a lower maximal MOR activity in the heart compared to the 𝑚11 plan. However, the 𝑚11 plan achieves the desired medical goal (MOR activity of 27) more quickly.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>We introduced a visualization method for the general medication planning (GMP), a relatively new and underexplored area in personalized medical treatment planning. The experiments conducted using real medical data showcased the effectiveness of this method in making unclear treatment plans easily understandable, even for non-professional users.</p><p>While the visualization method offers simplicity and clarity, it currently is not able to present other reason for using/not using certain medications, such as potential nausea, dizziness, weakness, and resistance to the administered medicines. Modeling such effects remains a future work.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Biodistribution trajectories of nanoparticle #11 in mice (from [6]).</figDesc><graphic coords="4,130.96,379.54,333.38,63.34" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Illustration of the connection between pharmacokinetic models and pharmacodynamic models. Scheme was taken from [23].</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Plan A. The PKPD effect (in the heart) of administering medicine 𝑚9 at time 0 with dosage 100nM (red) and medicine 𝑚10 with dosage 100nM at time 2 (blue) and in combination (purple).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :Figure 5 :</head><label>45</label><figDesc>Figure 4: The effect of executing plan B (purple).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 Illustration</head><label>1</label><figDesc></figDesc><table><row><cell></cell><cell cols="2">𝐵 Blood Heart</cell><cell cols="4">Liver Spleen Lung Kidney</cell></row><row><cell>𝑚 11</cell><cell>1.6</cell><cell>0.73</cell><cell>2.97</cell><cell>2.34</cell><cell>1.81</cell><cell>9.2</cell></row><row><cell>MOR activity</cell><cell>26.4</cell><cell cols="2">20.28 30.003</cell><cell cols="2">28.79 27.27</cell><cell>33.55</cell></row></table><note>of the state of a patient's body 24 hours post-administration. Columns represent bio-sites. Rows represent property values.</note></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">MOR activity levels are associated with pain relief.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>Alexander Shleyfman's work was partially supported by ISF grant #2443/23. G.K. thanks K. Ushi, as always. Alon is grateful to the Azrieli Foundation for the award of an Azrieli Fellowship.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Co-morbidity: we need a guideline for each patient not a guideline for each disease</title>
		<author>
			<persName><forename type="first">M</forename><surname>Dawes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Family Practice</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">New approaches for targeting drug resistance through drug combination</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mohammed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">A</forename><surname>Alghamdi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Husain</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Combination Therapy Against Multidrug Resistance</title>
				<imprint>
			<publisher>Academic Press</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="221" to="246" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Effect of dose and selection of two different ligands on the deposition and antitumor efficacy of targeted nanoparticles in brain tumors</title>
		<author>
			<persName><forename type="first">O</forename><surname>Turan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bielecki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Tong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Covarrubias</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Moon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rahmy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cooley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">M</forename><surname>Peiris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">B</forename><surname>Ghaghada</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Molecular pharmaceutics</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="4352" to="4360" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Nanoparticles that communicate in vivo to amplify tumour targeting</title>
		<author>
			<persName><forename type="first">G</forename><surname>Von Maltzahn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-H</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Y</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Schwöppe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mesters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">E</forename><surname>Berdel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Ruoslahti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Sailor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">N</forename><surname>Bhatia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature materials</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="545" to="552" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Fox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Long</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Magazzeni</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1709.10256</idno>
		<title level="m">Explainable planning</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Nanoparticle biodistribution coefficients: A quantitative approach for understanding the tissue distribution of nanoparticles</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kulkarni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Chemuturi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">K</forename><surname>Shah</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advanced Drug Delivery Reviews</title>
		<imprint>
			<biblScope unit="volume">194</biblScope>
			<biblScope unit="page">114708</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Role of efficacy as a determinant of locomotor activation by mu-opioid receptor (mor) ligands in female and male mice. ii. effects of novel mor-selective phenylmorphans with high-to-low mor efficacy</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">J</forename><surname>Santos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Nassehi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">W</forename><surname>Bow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Chambers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">S</forename><surname>Gutman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Jacobson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Marsh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">C</forename><surname>Rice</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sulima</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pharmacology Research &amp; Perspectives</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page">e01111</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Personalized medication and activity planning in pddl+</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">K</forename><surname>Alaboud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Coles</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ICAPS</title>
		<imprint>
			<biblScope unit="page" from="492" to="500" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">First steps towards planning for targeted medicine</title>
		<author>
			<persName><forename type="first">L</forename><surname>Alon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Weitman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Kaminka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">KEPS</title>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Towards personalized medication planning</title>
		<author>
			<persName><forename type="first">L</forename><surname>Alon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Weitman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Shleyfman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Kaminka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">KEPS</title>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Optimization of dosing regimens and dosing in special populations</title>
		<author>
			<persName><forename type="first">F</forename><surname>Sime</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Roberts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Roberts</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Clinical Microbiology and Infection</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="page" from="886" to="893" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Mitigation of adverse interactions in pairs of clinical practice guidelines using constraint logic programming</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wilk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Michalowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Michalowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Farion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Hing</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mohapatra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JBI</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="page" from="341" to="353" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A constraint-based approach for the conciliation of clinical guidelines</title>
		<author>
			<persName><forename type="first">L</forename><surname>Piovesan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Terenziani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IBERAMIA, volume 10022 of LNCS</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="77" to="88" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Model-based combination of treatments for the management of chronic comorbid patients</title>
		<author>
			<persName><forename type="first">D</forename><surname>Riaño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Collado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AIME</title>
		<imprint>
			<biblScope unit="volume">7885</biblScope>
			<biblScope unit="page" from="11" to="16" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note>LNCS</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A mixed-initiative approach to the conciliation of clinical guidelines for comorbid patients</title>
		<author>
			<persName><forename type="first">L</forename><surname>Piovesan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Terenziani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AIME: Knowledge Representation for Health Care</title>
				<imprint>
			<date type="published" when="2015">9485. 2015</date>
			<biblScope unit="page" from="95" to="108" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A multiagent planning approach for the generation of personalized treatment plans of comorbid patients</title>
		<author>
			<persName><forename type="first">I</forename><surname>Sánchez-Garzón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fdez-Olivares</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Onaindía</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Milla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jordán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Castejón</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AIME</title>
		<imprint>
			<biblScope unit="page" from="23" to="27" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Personalized conciliation of clinical guidelines for comorbid patients through multi-agent planning</title>
		<author>
			<persName><forename type="first">J</forename><surname>Fdez-Olivares</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Onaindia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Castillo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jordán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Cózar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AIME</title>
		<imprint>
			<biblScope unit="volume">96</biblScope>
			<biblScope unit="page" from="167" to="186" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Mitplan 2.0: Enhanced support for multi-morbid patient management using planning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Michalowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wilk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Michalowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Carrier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AIME</title>
		<imprint>
			<biblScope unit="page" from="276" to="286" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Pharmacokinetics and pharmacodynamics</title>
		<author>
			<persName><forename type="first">C</forename><surname>Hull</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">British Journal of Anaesthesia</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="page" from="579" to="594" />
			<date type="published" when="1979">1979</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Plasma terminal half-life</title>
		<author>
			<persName><forename type="first">P.-L</forename><surname>Toutain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bousquet-Mélou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of veterinary pharmacology and therapeutics</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="page" from="427" to="439" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Physiologically-based pharmacokinetic modeling: principles and applications</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">E</forename><surname>Gerlowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">K</forename><surname>Jain</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of pharmaceutical sciences</title>
		<imprint>
			<biblScope unit="volume">72</biblScope>
			<biblScope unit="page" from="1103" to="1127" />
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">A comparative study of the toxicity of polyethylene glycol-coated cobalt ferrite nanospheres and nanoparticles</title>
		<author>
			<persName><forename type="first">S</forename><surname>Akhtar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Anwar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Ali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Maqbool</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Karim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">nanoscale res lett</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page">386</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Understanding the time course of pharmacological effect: a PKPD approach</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">F</forename><surname>Wright</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">R</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">B</forename><surname>Duffull</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">British Journal of Clinical Pharmacology</title>
		<imprint>
			<biblScope unit="volume">71</biblScope>
			<biblScope unit="page" from="815" to="823" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Modelling mixed discrete-continuous domains for planning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Fox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Long</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JAIR</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="page" from="235" to="297" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Model-based contrastive explanations for explainable planning</title>
		<author>
			<persName><forename type="first">B</forename><surname>Krarup</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cashmore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Magazzeni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Miller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">29th International Conference on Automated Planning and Scheduling-ICAPS 2019</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Cashmore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Collins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Krarup</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Krivic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Magazzeni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Smith</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1908.05059</idno>
		<title level="m">Towards explainable ai planning as a service</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Counterfactual explanations for optimization-based decisions in the context of the gdpr</title>
		<author>
			<persName><forename type="first">A</forename><surname>Korikov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Shleyfman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Beck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICAPS 2021 workshop on explainable AI planning</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><surname>Chakraborti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">P</forename><surname>Fadnis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Talamadupula</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dholakia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Srivastava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">O</forename><surname>Kephart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">K</forename><surname>Bellamy</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1709.04517</idno>
		<title level="m">Visualizations for an explainable planning agent</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Vizxp: A visualization framework for conveying explanations to users in model reconciliation problems</title>
		<author>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">L</forename><surname>Vasileiou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bancilhon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ottley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Yeoh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Automated Planning and Scheduling</title>
				<meeting>the International Conference on Automated Planning and Scheduling</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="701" to="709" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<title level="m" type="main">Mechanism-Based Pharmacodynamic Modeling</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Felmlee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Morris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>Mager</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>Humana Press</publisher>
			<biblScope unit="page" from="583" to="600" />
			<pubPlace>Totowa, NJ</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Synergy, additivism and antagonism in immunosuppression: a critical review</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Berenbaum</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Clinical and Experimental Immunology</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="1" to="18" />
			<date type="published" when="1977">1977</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Search-guidance mechanisms for numeric planning through subgoaling relaxation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Scala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Saetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Serina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Gerevini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ICAPS</title>
		<imprint>
			<biblScope unit="page" from="226" to="234" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

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