<?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">Explaining health recommendations to lay users: The dos and don&apos;ts</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Maxwell</forename><surname>Szymanski</surname></persName>
							<email>maxwell.szymanski@kuleuven.be</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">KU Leuven</orgName>
								<address>
									<settlement>Leuven</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Vero</forename><forename type="middle">Vanden</forename><surname>Abeele</surname></persName>
							<email>vero.vandenabeele@kuleuven.be</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">KU Leuven</orgName>
								<address>
									<settlement>Leuven</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Katrien</forename><surname>Verbert</surname></persName>
							<email>katrien.verbert@kuleuven.be</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">KU Leuven</orgName>
								<address>
									<settlement>Leuven</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Explaining health recommendations to lay users: The dos and don&apos;ts</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D8407B2D71FB90FC666E99C955454F54</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T08:44+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>explainable AI</term>
					<term>explainable recommender systems</term>
					<term>explanation interpretation</term>
					<term>lay users</term>
					<term>health recommendations</term>
					<term>HRS</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In recent years, mobile health recommendations are used in an increasing number of applications. Researchers have highlighted the importance of explaining these recommendations to lay users, with benefits such as increased trust and a higher tendency to follow up on these recommendations. However, a different explanation modality can impact the way users perceive the recommendation, either in a positive or negative way. This paper will explore and evaluate six different explanation designs through a qualitative user study, and give general design guidelines and considerations regarding explaining pain-related health recommendations to lay users.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction &amp; Related Work</head><p>Recommender systems are becoming more prevalent in health-related domains. However, several key aspects have to be taken into account when designing recommender systems, such as transparency through explanations and end user expertise.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.">RecSys in Health</head><p>Recommender systems (RS) have become prominent in health applications, where they help retrieve relevant information or recommend possible next actions tailored to the needs of the end user. These health recommender systems (HRS) are used both in clinical settings as well as in personal contexts where health applications aid users in their daily lives. A recent systematic review <ref type="bibr" target="#b0">[1]</ref> of HRS for lay users shows that the majority of HRS that used a graphical user interface focus on mobile applications. These mobile HRS span several fields, such as sports, mental health and nutrition, and include applications that e.g. suggest the appropriate action to take for users with diabetes <ref type="bibr" target="#b1">[2]</ref>, recommend activities to promote healthier lifestyles <ref type="bibr" target="#b2">[3]</ref> or help with anxiety by recommending external apps that will suit the user's needs <ref type="bibr" target="#b3">[4]</ref>. These recommender systems all have a shared main goal of potentially steering the user towards a better and healthier lifestyle.</p><p>However, the increased use of HRS is also paralleled with certain barriers. One such issue is a mismatch in recommendations with the user's expectations. Such mismatch can not only lead to a decrease in system effectiveness <ref type="bibr" target="#b4">[5]</ref>, but a decrease in trust towards the system as well, potentially steering the user away from future use of such HRS. Early research mainly focused on increasing the accuracy of RS in order to mitigate this issue. However, Valdez et al. <ref type="bibr" target="#b5">[6]</ref> explain that recent research has undergone a shift in focus from improving accuracy, to exploring the effects of human factors. This broader approach in reasoning about RS should allow researchers to improve RS effectiveness beyond quantitative algorithmic capability. The new approach includes the research on and addition of: explanations to increase transparency, human-in-the-loop feedback to correct misunderstandings, and using conversational RS to increase familiarity towards the system's interface.</p><p>In this paper, we will focus on the explanation aspect, more specifically, on designing and assessing different explanation types for a mobile health recommender system. The research is conducted in the context of a personal coaching app that guides users with chronic musculoskeletal pain through various informative and interactive topics, such as activity-and stress-management, pain-education, etc. Additionally, the app also includes a pain logbook, that can be used for logging pain flareups. Using this logged information, which consists of the context in which the pain occurred, as well as the thoughts and reactions users had, the app is able to give personalised recommendations to better cope with pain flare-ups in the future. In this study, we look into several designs that are deemed fit for explaining these pain related recommendations to end users. There remain, however, several research challenges that need to be addressed, such as explanation interpretability and end user expertise which are discussed in the next related work section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.">Explaining health recommendations</head><p>As highlighted earlier, adding explanations to recommendations can improve the overall effectiveness. These make the system interpretable, which in turn can improve trust towards the system <ref type="bibr" target="#b6">[7]</ref>. There exist HRS that explain their rationale to the end user, such as the food recommender system of Wayman et al. that explains why certain recipes are recommended based on the user's nutritional intake <ref type="bibr" target="#b7">[8]</ref>, or a visualisation for medical experts that is able to explain breast cancer similarities <ref type="bibr" target="#b9">[9]</ref>. However, the systematic review of De Croon et al. states that only 10% of HRS that focus on lay users make use of explanations. This makes HRS explanations for lay users a novel, but under-explored topic. Additionally, a study of Bussone et al. points out that providing overly detailed explanations for health recommenders can create unforeseen effects, such as creating over-reliance on explanations <ref type="bibr" target="#b10">[10]</ref>, which points out that health recommender explanations should be designed with sufficient care. This makes designing explanations with non-expert users in mind, and evaluating them with end users, paramount.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3.">End user expertise</head><p>An increasing amount of research has pointed out that the expertise of end users should be taken into account when designing explanations. Ribera et al. <ref type="bibr" target="#b11">[11]</ref> have proposed three main categories of end users: non-experts (lay users), domain experts (in our context medical professionals or health coaches) and software-and AI-experts. Each category of users comes with its own needs, goals and limitations. AI expert users, for example, use XAI to verify or improve the underlying AI system, whereas domain experts can leverage explanations to gain additional insights and learn from the system. Lay users have their own set of goals, but more interestingly their own array of limitations as well. Wang et al. have pointed out several shortcomings in non-expert users related to cognitive biases, such as confirmation and anchoring bias, due to a backward-oriented, hypothesis-driven reasoning process <ref type="bibr" target="#b12">[12]</ref>. Tsai et al. also noticed a reinforcing effect, where users avoid interacting with content they are not familiar with <ref type="bibr" target="#b13">[13]</ref>. Szymanski et al. additionally pointed out that non-expert users, despite having these biases and incorrectly interpreting certain complex explanations, can still have a preference for them over other, simpler explanation modalities <ref type="bibr" target="#b14">[14]</ref>.</p><p>Thus we see that interpretability through explanations has multiple benefits and can result in an increased trust towards the system. However, as previously mentioned, the adoption of explanations in HRS is still low. Furthermore, most health-related AI explanations are being researched with AI and domain expert users in mind <ref type="bibr" target="#b15">[15]</ref>, which leaves a big gap for explanations w.r.t. lay users.</p><p>Keeping the aforementioned biases in mind that lay users are prone to, it is therefore tantamount to assess whether explanations are indeed interpretable to make sure no misalignment in trust is created. With these considerations in mind, we investigate the following research questions: RQ1 What explanation design do lay users prefer when explaining health recommendations and why? RQ2 What design considerations are substantial when explaining health recommendations to lay users?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Explanation designs</head><p>As mentioned in section 1.1, we will focus on designing different explanations that will explain why users are receiving specific recommendations for their pain flareups. Keeping the context and type of end users in mind, the following design guidelines have to be kept in mind for all variants of explanations:</p><p>• Mobile-friendly: as the explanations will be offered within the context of the mobile health app, the explanations have to be well-suited for display on a small mobile screen. • Summative: the explanations should possess the ability to summarise categorical data, as input consists of (semi-)unstructured user input. • Suited for non-experts: as the end users are non-experts, the explanations should not use any advanced and statistical concepts to explain why the recommendation is suggested.</p><p>Keeping these criteria in mind, we came up with the following designs in Figure <ref type="figure" target="#fig_0">1</ref> based on well-known and widely used explanation types:</p><p>• Text-based: briefly explain why the recommendation is related to the most prevalent input. The wording is based on the "communicating healthrelated news to patients" guidelines described by <ref type="bibr" target="#b16">[16]</ref> and these explanations were collaboratively designed for the purpose of this study by six ergoand physiotherapists. • Text-based + inline reply: an addition to the textual explanation, where the inline-reply shows which specific user message most contributed to the recommendation. • Tags: tags are a common method of communicating all topics that are relevant to a recommendation (e.g. Bidargaddi et al. <ref type="bibr" target="#b17">[17]</ref>). • Word clouds: in addition to showing all relevant topics, word clouds are able to additionally communicate relative importance/relevance of these topics (e.g. <ref type="bibr" target="#b18">[18,</ref><ref type="bibr" target="#b19">19]</ref>). These explanation designs are sorted from least to most by the amount of information they convey regarding the inputs relevant to the recommendation. The textual explanation only focuses on one input, with the inline reply being able to also show which specific input triggered the recommendation, whereas the tags are able to display all relevant input categories that are related to the recommendation. The word-cloud further builds on this by also displaying the relative importance of each input related to the recommendation, and the FI shows the exact sorting of input according to importance. The added percentages give the most transparency regarding the inputs, by also displaying the exact values used by the underlying RS.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Participants</head><p>For the user study, we recruited 11 participants out of a pool of 286 people who were already using the mobile health coaching application without the pain logbook and its recommender system, as mentioned in section 1.1, and thus knew and have interacted with the content and different modules. The group consisted of nine women and two men, of which four finished graduate school, six college, and one high school. Age-wise, 2 participants were between 21-30, 5 between 31-40, 3 between 41-50 and 1 between 51-60. All 11 users noted to use the internet on the regular basis, with 6 participants stating to be average computer and IT users, and 5 participants stating to be advanced computer and IT users.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Protocol of the evaluation study</head><p>At the start of the study, users were briefed on the purpose and context of the think-aloud study, and gave their consent to having the audio recorded, after which they filled in the ResQue demographics questionnaire <ref type="bibr" target="#b20">[20]</ref>. Afterwards, they were guided through the pain logbook, which they had to fill in with recent pain-episode they experienced in mind. Having done so, they received some information regarding the recommendations that are going to be given, along with the explanations. We briefly went over the six explanation designs in a fixed order, after which we asked the participant to "explain what they like or dislike about the explanation" separately for each design once they have seen them all. To conclude this preference elicitation, the users had to sort the explanations by preference, with 1 being their most preferred one, and 6 their least preferred. They also had to give (or repeat) a key reason as to why they are giving each explanation a certain ranking. The audio recordings of both the preference elicitation and ranking are used afterwards for a thematic analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Data analysis</head><p>The thematic analysis was done in two phases, with the first phase consisting of deriving granular themes from the thematic analysis with two researchers, and the second phase focusing on merging them to higher level themes with a third researcher. The resulting higher level themes are displayed in Figure <ref type="figure" target="#fig_2">3</ref>, along with the frequencies in which they occur per explanation design. The agreement percentage of the first phase two-coder thematic analysis is 88.1%, with Cohen's kappa being 𝜅 = 0.66, resulting in a substantial inter-coder agreement <ref type="bibr" target="#b21">[21]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Results</head><p>Taking the average raking scores of all explanation designs, we are now able to rank the 6 explanation modalities from best to worst ranked, along with the results from the thematic analysis to explain why each explanation type scored poorly or adequately. Figure <ref type="figure" target="#fig_1">2</ref> shows the frequencies of the rankings given to each explanation design.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Feature importance + percentage</head><p>Rank: 1 (best) • This explanation type was favored by most users, mainly due to the fact that it provided the most insight and transparency (𝑛 = 10). Only three out of 11 people found the addition of the percentages to feature importance bars to be inefficacious.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Insights through XAI (+)</head><p>Six users liked the fact that they were able to gain more insight through this explanation modality. Four users also stated that the percentages were a "nice-to-know", making the explanation more useful and informative.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Negative sentiment towards XAI (-)</head><p>On the flip-side, two users disliked the addition of displaying percentages, stating that when it comes to emotions and feelings, certain aspects are not quantifiable. U4 stated: "Personally I think feelings are not quantifiable. The bars are good, but don't put an exact number on it. It's okay if you're communicating frequencies, like how often an emotion occurred for example.".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Visual/information overload (-)</head><p>Two users also stated that the addition of percentages is unnecessary, mentioning that only using bars to communicate importances is sufficient.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Feature importance</head><p>Rank: 2 • The feature importance explanation was among the most preferred explanations, liked for the fact that is was able to give a summary of the user input (𝑛 = 11), as well as being able to give additional insights (𝑛 = 2).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Provides summary (+)</head><p>Six users found the feature importance bars to be a clear way of communicating input topics and their importance. Four users stated that it gives them a nice overview of their input.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Insights through XAI (+)</head><p>Two users specifically liked the additional insights that they were able to get from the feature importances. U4 mentioned: "There are of course no numbers given, but I can assume that I am really frustrated, and a bit less angry. I find it interesting to reflect on results that come out of a questionnaire. "</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Negative sentiment towards XAI (-)</head><p>Three users were unsure of the ranking of some topics, stating that they agreed with the general content, but not as to why one topic was deemed more important over others. This caused these users to slightly dislike and distrust the system, and give it a lower ranking.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Visual/information overload (-)</head><p>Two users found the bars to be unnecessary, giving them information as to what contributed towards the recommendation, but not why, like the textual explanation did. U6 stated: "There is not a lot of background given. It shows that these inputs contributed to my recommendation, but not why."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Tags</head><p>Rank: 3 • Tags scored relatively better than the previous three explanations in terms of average ranking, and were liked for their summative ability (𝑛 = 8). Only people who disliked having a lot of information, were less in favor of the tag explanation (𝑛 = 2).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Provides summary (+)</head><p>Four users found using tags to be a nice way of providing a summary of their input. Four users also stated that doing in such a way is a clear and concise method of explaining why the recommendation is given.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Insights through explanation (+)</head><p>Three users were fond of the additional insights they got from the tags and the general themes that were present in their input. U3 stated: "When inputting my feelings I did not necessarily perceive them as negative or angry. But based on these tags, I'm able to see: okay, this is how the app interprets my feelings."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Visual/information overload (-)</head><p>Only two users stated that tags were unnecessary or provided too much information. U6 stated: "Yes it's clear, but less practical. I tend to focus on one thing at a time."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Purely textual</head><p>Rank: 4 • Purely textual explanations received mixed reactions during the think-aloud study. When users liked or agreed with the recommendation, the textual explanation was a welcome addition helping them understand the recommendation process and the recommendation itself, and gave users a nice summary of why the recommendation matched their inputs (𝑛 = 8). However, when the recommendation wasn't in line with the user's expectations, the textual explanation highlighted the mismatch 1-10 even more and caused a poor reception of the recommender system in general (𝑛 = 5). Here is an overview of these topics:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Provides summary (+)</head><p>Six users found that the textual explanation was able to summarize their input quite well, albeit only focusing on one topic (the most relevant one) surrounding the recommendation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Positive sentiment towards explanation (+)</head><p>Two users stated that the written explanation was confirming and comforting. One user also stated that the wording of the textual explanation felt less confronting regarding their negative input.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Negative sentiment towards explanation (-)</head><p>On the other hand, three users mentioned that they cannot relate to the recommendation, and that the textual explanation highlighted this fact. U4 also found the explanation to also be provoking, stating the following: "I know that I'm frustrated and that it does not help. However, explaining that acts like waving a red flag in front of a bull."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.">Inline-reply</head><p>Rank: 5 • During the think-aloud study, the inline reply received relatively positive feedback and comments regarding the succinct summary it gave of the users input (𝑛 = 7), with only some minor remarks regarding the presentation of the explanation (𝑛 = 3). However, it scored quite low during the preference ranking itself due to other explanation modalities simply being preferred over the inline-reply.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Provides summary (+)</head><p>Six users found the explanation modality to be clear and more concrete, and one user additionally stated that showing which message triggered the recommendation requires less analysis from the user.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Insights through explanation (+)</head><p>Three users liked the fact that the inline-reply raises awareness of the fact that the recommendation is related to one of their own inputs. U3 stated: "I find it better than the textual explanation. There, they state 'You seem to be frustrated', and here you really are made aware of the fact that it's your own input."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Problem with representation (-)</head><p>Only some minor and infrequent negative remarks were given surrounding inline replies. Three users disliked the fact that by highlighting or repeating their negative input, they are more confronted with it. One user additionally mentioned that this explanation feels like the recommendation is only tuned to one input instead of multiple user inputs, making it feel too specific.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.6.">Word cloud</head><p>Rank: 6 (last) • The word cloud received the lowest average score. In general, users like the addition of displaying keyword or topic importance, however using a word cloud to do so proves to be an inferior solution. The thematic analysis points out two main negative themes as to why this explanation is disliked: problems with representation and content (𝑛 = 9) and visual/information overload (𝑛 = 4) and one positive theme, insights through explanation (𝑛 = 4).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Problems with representation (-)</head><p>Three users pointed out having keyword size communicate importance was unclear, and would rather have something concrete like bars indicating exact relevance. Three users also pointed out that the inconsistent sizes inherent to the design of word clouds were visually displeasing. Two users additionally stated highlighting important keywords might be too confronting with respect to their own input, e.g. if a user inputs that they are feeling sad, having it displayed as a large word might confront the user too much with their state of mind.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Visual/information overload (-)</head><p>Three users found the addition of displaying relevance in such a way unnecessary, one of which additionally stated that adding the information in such way is too distracting.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Insights through explanation (+)</head><p>Four users stated however that adding this information of keyword relevance gives more insight due to not only showing the relevant topics, but their importance as well.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Discussion</head><p>We will now discuss some of the most prevalent observations that were present in several explanation designs, as well as suggest guidelines on how to design health explanations for lay users experiencing (chronic) pain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Beware of confronting people with negative sentiments</head><p>People experiencing (chronic) pain or illness can feel distress when receiving negative information surrounding their state. In our study, we noticed that highlighting keywords that are potentially negative (e.g. negative emotions, reactions, etc.), can cause distress with users and therefore make them dislike the explanation. This was apparent with the inline reply and word cloud explanations, where visually highlighting negative sentiments that relate to the recommendation caused users to dislike the explanation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Use tags or feature importance when control is needed</head><p>Due to the fact that tags and FI/FI+% are able to display multiple input categories, users positively expressed that this would provide them more control over the recommendation process, if the design or implementation allows for it. One user suggested that tapping certain topics could be useful to request recommendations in a more user-controlled way. Other users additionally suggested U9:"It's nice if you can individually remove certain topics", and U7: "... especially of you notice something that wasn't interpreted the way you intended it".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Design FI through a lay user's perspective</head><p>The FI and FI+% designs were favored by most users, giving most users the insight and summary they needed. However, as mentioned in section 3.2, U4 interpreted the FI bars as "... I can assume that I am really frustrated, and a bit less angry", indicating that they saw it as an overview of their input, and not how strongly their input relates to the recommendation. In total, 10 out of 11 lay users interpreted FI differently than intended. Only U4 was able to correctly interpret the bars (after reading the text above the FI bars -"This is how your inputs relate to the recommendation"), saying "The frustrated bar is the biggest, okay, so that contributes most to my recommendation". Having a wrong interpretation could lead to confusion towards the system when, for example, a next recommendation is shown, and the input keywords and their relevance change with respect to this new recommendation. However, overcoming biases and changing mental models of lay users often proves to be difficult.</p><p>A possible design adaptations to the FI and FI+% design, may show a general overview/summary of the user input to be in line with what users were interpreting, and then highlight the keywords that are relevant to the recommendation that is being shown. This can be seen in Figure <ref type="figure" target="#fig_3">4</ref>. Keeping the control aspect in mind from previous section, users are also able to tap on different topics to request recommendations regarding said topic. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Insight vs. information overload</head><p>Users generally liked the holistic approach of the feature importances, and were more inclined to look into the recommendation itself. When asked why they liked the recommendations more when explained using FI compared to the purely textual explanation, they stated that the FI were able to show them a general overview of them as a person.</p><p>On the other hand, there were also some users who disagreed with the ordering of keyword importances that the feature importance bars were displaying, causing a slight increase in distrust towards the recommender system, ranking the explanation lower. This is to be expected, as increasing transparency of explanations can cause a higher drop in trust towards the system if the content of the explanation or recommendation does not align with the user's expectation. However, the effect of a misaligned textual explanation is still stronger, as users who did not agree with either the recommendation or the explanation expressed a more negative sentiment towards the recommendation, and gave the textual recommendation a lower ranking. This is in line with similar research by Balog et al. <ref type="bibr" target="#b4">[5]</ref>, in which they state that misaligned recommendations that focus on a single topic or item are more susceptible to a lower perceived quality of explanation compared to multi-item recommendations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>This paper introduced several explanation designs for mobile pain related health recommendations, and compared them among lay users. Most users preferred the added transparency that was provided by the tags and FI / FI+% designs, stating that it gave them a brief and clear overview of their input which helped them understand why they received certain recommendations. Another interesting aspect is the fact that designs should be careful with visually highlighting negative sentiments of users. Designs that did so, i.e. the inline-reply and word cloud, were received poorly by users. Lastly, we confirmed that lay users might interpret certain visual explanations differently than intended, yet still prefer them over others. Given their feedback, we presented an adapted design of the favoured FI / FI+% explanation to be in line with what lay users expect.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Limitations &amp; Future work</head><p>The qualitative aspect of this study was already able to point out several key aspects related to designing health explanations for patients experiencing chronic pain. However, a larger scale quantitative user study is needed to further investigate these results. One such aspect is the fact that some users preferred textual explanations over explanations that offered more information. Investigating whether this correlates to the user's need for cognition (NFC), and what its implications are, can prove to be an interesting research direction similar to the research of Millecamp et al. <ref type="bibr" target="#b23">[22]</ref>. Another aspect is the fact that while most users disliked being confronted with their negative input, some did not mind. This could be related to the "warriors vs. worriers" research, in which some users experiencing chronic pain actually prefer being exposed to negative feedback so they could address it, and could prove useful for further research <ref type="bibr" target="#b24">[23]</ref>. Future research should also consider other designs to explain health recommendations and elaborate design guidelines that can be used by researchers and practitioners in this exciting domain. In addition, an interesting further line of research is to personalise these explanations on-thefly, based on interaction data of end-users. As in work of <ref type="bibr" target="#b25">[24]</ref>, clicks and hover interactions as well as eye gaze data can be considered for such personalisation.</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: Explanation designs for pain-related health recommendations used throughout the user study</figDesc><graphic coords="3,126.79,253.23,87.50,154.44" 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: Frequencies of rankings per explanation type</figDesc><graphic coords="5,130.96,84.19,333.35,104.94" type="bitmap" /></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: TA themes per explanation design and their frequencies</figDesc><graphic coords="5,130.96,224.22,333.35,140.74" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Adapted feature importance explanation design</figDesc><graphic coords="7,352.22,132.93,104.17,186.55" type="bitmap" /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work is part of the research projects Personal Health Empowerment (PHE) with project number HBC.2018.2012, financed by Flanders Innovation &amp; Entrepreneurship, and IMPERIUM with project number G0A3319N, financed by Research Foundation Flanders (FWO).</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Health recommender systems: Systematic review</title>
		<author>
			<persName><forename type="first">R</forename><surname>De Croon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Van Houdt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">N</forename><surname>Htun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Štiglic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vanden Abeele</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<idno type="DOI">10.2196/18035</idno>
		<ptr target="https://www.jmir.org/2021/6/e18035.doi:10.2196/18035" />
	</analytic>
	<monogr>
		<title level="j">J Med Internet Res</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="page">e18035</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Personalized adaptive cbr bolus recommender system for type 1 diabetes</title>
		<author>
			<persName><forename type="first">F</forename><surname>Torrent-Fontbona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lopez</surname></persName>
		</author>
		<idno type="DOI">10.1109/JBHI.2018.2813424</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Journal of Biomedical and Health Informatics</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="page" from="387" to="394" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note>robin&apos;s Paper: [93</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">How do we engage with activity trackers? a longitudinal study of habito</title>
		<author>
			<persName><forename type="first">R</forename><surname>Gouveia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Karapanos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hassenzahl</surname></persName>
		</author>
		<idno type="DOI">10.1145/2750858.2804290</idno>
	</analytic>
	<monogr>
		<title level="m">UbiComp 2015 -Proceedings of the 2015 ACM International Joint Conference on Pervasive and Ubiquitous Computing</title>
				<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="1305" to="1316" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Evaluation of a recommender app for apps for the treatment of depression and anxiety: An analysis of longitudinal user engagement</title>
		<author>
			<persName><forename type="first">K</forename><surname>Cheung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Karr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Weingardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Schueller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">C</forename><surname>Mohr</surname></persName>
		</author>
		<idno type="DOI">10.1093/jamia/ocy023</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Medical Informatics Association</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="page" from="955" to="962" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Measuring Recommendation Explanation Quality: The Conflicting Goals of Explanations</title>
		<author>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Radlinski</surname></persName>
		</author>
		<idno type="DOI">10.1145/3397271.3401032</idno>
		<idno>doi:10.1145/3397271. 3401032</idno>
		<ptr target="https://doi.org/10.1145/3397271.3401032" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR &apos;20</title>
				<meeting>the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR &apos;20<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="329" to="338" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Hci for recommender systems: The past, the present and the future</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Calero</forename><surname>Valdez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ziefle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<idno type="DOI">10.1145/2959100.2959158</idno>
		<ptr target="https://doi.org/10.1145/2959100.2959158.doi:10.1145/2959100.2959158" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th ACM Conference on Recommender Systems, RecSys &apos;16</title>
				<meeting>the 10th ACM Conference on Recommender Systems, RecSys &apos;16<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="123" to="126" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Machine learning interpretability: A survey on methods and metrics</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">V</forename><surname>Carvalho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Pereira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">S</forename><surname>Cardoso</surname></persName>
		</author>
		<idno type="DOI">10.3390/electronics8080832</idno>
		<ptr target="https://www.mdpi.com/2079-9292/8/8/832.doi:10.3390/electronics8080832" />
	</analytic>
	<monogr>
		<title level="j">Electronics</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Nudging Grocery Shoppers to Make Healthier Choices</title>
		<author>
			<persName><forename type="first">E</forename><surname>Wayman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Madhvanath</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Ninth Conference on Recommender</title>
				<meeting>the Ninth Conference on Recommender</meeting>
		<imprint>
			<biblScope unit="page" from="1" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title/>
		<idno type="DOI">10.1145/2792838.2799669</idno>
		<imprint>
			<date type="published" when="2015">2015</date>
			<publisher>ACM</publisher>
			<biblScope unit="page" from="289" to="292" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Explainable artificial intelligence for breast cancer: A visual case-based reasoning approach</title>
		<author>
			<persName><forename type="first">J.-B</forename><surname>Lamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Guezennec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bouaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Séroussi</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.artmed.2019.01.001</idno>
		<ptr target="https://doi.org/10.1016/j.artmed.2019.01.001" />
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence in Medicine</title>
		<imprint>
			<biblScope unit="volume">94</biblScope>
			<biblScope unit="page" from="42" to="53" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The role of explanations on trust and reliance in clinical decision support systems</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bussone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stumpf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>O'sullivan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Conference on Healthcare Informatics</title>
		<imprint>
			<biblScope unit="page" from="160" to="169" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Can we do better explanations? a proposal of user-centered explainable ai</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ribera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lapedriza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CEUR Workshop Proceedings</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page">2327</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Designing Theory-Driven User-Centric Explainable AI</title>
		<author>
			<persName><forename type="first">D</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Abdul</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">Y</forename><surname>Lim</surname></persName>
		</author>
		<idno type="DOI">10.1145/3290605.3300831</idno>
		<ptr target="https://doi.org/10.1145/3290605.3300831" />
		<imprint>
			<date type="published" when="2019">2019</date>
			<publisher>Association for Computing Machinery</publisher>
			<biblScope unit="page" from="1" to="15" />
			<pubPlace>New York, NY, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Beyond the ranked list: User-driven exploration and diversification of social recommendation</title>
		<author>
			<persName><forename type="first">C.-H</forename><surname>Tsai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Brusilovsky</surname></persName>
		</author>
		<idno type="DOI">10.1145/3172944.3172959</idno>
		<idno>doi:10.1145/3172944. 3172959</idno>
		<ptr target="https://doi.org/10.1145/3172944.3172959" />
	</analytic>
	<monogr>
		<title level="m">23rd International Conference on Intelligent User Interfaces, IUI &apos;18</title>
				<meeting><address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="239" to="250" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Visual, textual or hybrid: The effect of user expertise on different explanations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Szymanski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Millecamp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<idno type="DOI">10.1145/3397481.3450662</idno>
		<idno>doi:10.1145/3397481. 3450662</idno>
		<ptr target="https://doi.org/10.1145/3397481.3450662" />
	</analytic>
	<monogr>
		<title level="m">26th International Conference on Intelligent User Interfaces, IUI &apos;21</title>
				<meeting><address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="109" to="119" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Explaining artificial intelligence with visual analytics in healthcare</title>
		<author>
			<persName><forename type="first">J</forename><surname>Ooge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Stiglic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<idno type="DOI">10.1002/widm.1427</idno>
		<ptr target="https://doi.org/10.1002/widm.1427" />
	</analytic>
	<monogr>
		<title level="j">WIREs Data Mining and Knowledge Discovery</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Recipients&apos; perspective on breaking bad news: How you put it really makes a difference</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Schmid</forename><surname>Mast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kindlimann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Langewitz</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.pec.2005.05.005</idno>
		<ptr target="https://doi.org/10.1016/j.pec.2005.05.005,medicalEducationandTraininginCommunication" />
	</analytic>
	<monogr>
		<title level="j">Patient Education and Counseling</title>
		<imprint>
			<biblScope unit="volume">58</biblScope>
			<biblScope unit="page" from="244" to="251" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Efficacy of a web-based guided recommendation service for a curated list of readily available mental health and well-being mobile apps for young people: Randomized controlled trial</title>
		<author>
			<persName><forename type="first">N</forename><surname>Bidargaddi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Musiat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Winsall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vogl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Blake</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Quinn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Orlowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Antezana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Schrader</surname></persName>
		</author>
		<idno type="DOI">10.2196/jmir.6775</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Medical Internet Research</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note>robin&apos;s Paper: [55</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Flame: A probabilistic model combining aspect based opinion mining and collaborative filtering</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ester</surname></persName>
		</author>
		<idno type="DOI">10.1145/2684822.2685291</idno>
		<idno>doi:10.1145/2684822.2685291</idno>
		<ptr target="https://doi.org/10.1145/2684822.2685291" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eighth ACM International Conference on Web Search and Data Mining, WSDM &apos;15</title>
				<meeting>the Eighth ACM International Conference on Web Search and Data Mining, WSDM &apos;15<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="199" to="208" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Evaluating Visual Explanations for Similarity-Based Recommendations: User Perception and Performance</title>
		<author>
			<persName><forename type="first">C.-H</forename><surname>Tsai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Brusilovsky</surname></persName>
		</author>
		<idno type="DOI">10.1145/3320435.3320465</idno>
		<idno>doi:10.1145/3320435. 3320465</idno>
		<ptr target="https://doi.org/10.1145/3320435.3320465" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 27th ACM Conference on User Modeling, Adaptation and Personalization, UMAP &apos;19</title>
				<meeting>the 27th ACM Conference on User Modeling, Adaptation and Personalization, UMAP &apos;19<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="22" to="30" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">A user-centric evaluation framework for recommender systems</title>
		<author>
			<persName><forename type="first">P</forename><surname>Pu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hu</surname></persName>
		</author>
		<idno type="DOI">10.1145/2043932.2043962</idno>
		<idno>doi:10.1145/2043932.2043962</idno>
		<ptr target="https://doi.org/10.1145/2043932.2043962" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fifth ACM Conference on Recommender Systems, RecSys &apos;11</title>
				<meeting>the Fifth ACM Conference on Recommender Systems, RecSys &apos;11<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="157" to="164" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Interval estimation for cohen&apos;s kappa as a measure of agreement</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">J</forename><surname>-M. Blackman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Koval</surname></persName>
		</author>
		<idno type="DOI">10.1002/(SICI)1097-0258(20000315)19:5&lt;723::AID-SIM379&gt;3.0.CO;2-A</idno>
		<idno>AID-SIM379&gt;3</idno>
		<ptr target="https://doi.org/10.1002/" />
	</analytic>
	<monogr>
		<title level="j">Statistics in Medicine</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="page" from="723" to="741" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">A</forename></persName>
		</author>
		<idno type="DOI">10.1002/(SICI)1097-0258(20000315)19:5&lt;723::AID-SIM379&gt;3.0.CO;2-A</idno>
		<imprint>
			<biblScope unit="page">2</biblScope>
			<pubPlace>CO</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">To explain or not to explain: The effects of personal characteristics when explaining music recommendations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Millecamp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">N</forename><surname>Htun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Conati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<idno type="DOI">10.1145/3301275.3302313</idno>
		<idno>doi:10.1145/3301275. 3302313</idno>
		<ptr target="https://doi.org/10.1145/3301275.3302313" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th International Conference on Intelligent User Interfaces, IUI &apos;19</title>
				<meeting>the 24th International Conference on Intelligent User Interfaces, IUI &apos;19<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="397" to="407" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Worriers versus warriors: Tailoring mhealth to address differences in patients with chronic arthritis</title>
		<author>
			<persName><forename type="first">J</forename><surname>Geuens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Swinnen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Geurts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Westhovens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>De Croon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vanden Abeele</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICHI48887.2020.9374322</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Healthcare Informatics (ICHI)</title>
				<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="1" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Your eyes explain everything: exploring the use of eye tracking to provide explanations on-the-fly</title>
		<author>
			<persName><forename type="first">M</forename><surname>Millecamp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Willemot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th Joint Workshop on Interfaces and Hu</title>
				<meeting>the 8th Joint Workshop on Interfaces and Hu</meeting>
		<imprint/>
	</monogr>
</biblStruct>

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