<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Towards Argumentation-based Recommendations for Personalised Patient Empowerment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Juan Manuel Fernández</string-name>
          <email>name.surname@eurecat.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco Mamei</string-name>
          <email>name.surname@unimore.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Felip Miralles, Alexander Steblin, Eloisa Vargiu, Eurecat Technology Center, eHealth Unit</institution>
          ,
          <addr-line>Barcelona</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Stefano Mariani, Franco Zambonelli, DISMI-Università di Modena e Reggio Emilia</institution>
          ,
          <addr-line>Reggio Emilia</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <abstract>
        <p>[1]. Although the idea of patient empowerment was introduced Patient empowerment is a key issue in healthcare. Approaches to in- to healthcare in the 1970s [20], its popularity emerged in the mid crease patient empowerment encompass patient self-management 1990s [18], and became a feasible reality only in 2000s thanks to programs. In this paper we present ArgoRec, a recommender sys- the advent of Web 2.0 [5]. In general, strategies to increase patem that exploits argumentation for leveraging explanatory power tient empowerment address two aspects of patients' experience and natural language interactions so as to improve patients' user [19]: (i) disease management and (ii) relationships with healthcare experience and quality of recommendations. ArgoRec is part of a providers. Approaches to increase patient empowerment vary from great efort concerned with supporting complex chronic patients in, patient self-management programs [16], to promoting patient infor instance, their daily life activities after hospitalisation, pursued volvement in treatment decision-making [13], to facilitating the within the CONNECARE project by following a co-design approach physician-patient interaction [17]. to define a comprehensive Self-Management System. In this paper, we present a recommender system named ArgoRec, which is part of the great efort for providing support to complex CCS CONCEPTS chronic patients pursued by the CONNECARE project [23], by fol•foArmppaltiieodncsoymstpemutsin;•gI→nfoCrmonastiuomnesryshteeamltsh→;HEexapltehrt csyasrtee mins-; lrooemwlimeinsegonnadacatori-godunemss,ieginnnctaareptiaposrniontagochap.crcAouvrriadgceoyRjuoesfctirdfiaeibcsloteimncmatnievdnedpfaeetraisotounnrseabliiasssetedhdarteocint• Human-centered computing → Ubiquitous and mobile comput- continuously monitored data while improving patients' user expeing systems and tools; • Computing methodologies → Discourse, rience. Current commercial solutions, in fact, aim to keep patients dialogue and pragmatics; Multi-agent systems; autonomous by providing them with wearable, non-intrusive de-</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>HealthRecSys’17, August 2017, Como, Italy
© 2017. Copyright for the individual papers remains with the authors. Copying
permitted for private and academic purposes. This volume is published and copyrighted
by its editors.
2</p>
    </sec>
    <sec id="sec-2">
      <title>ON ARGUMENTATION</title>
      <p>
        Argumentation is amongst the most natural ways people interact
through dialogue [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]: people argue by making claims, attack
others’ ones, and provide further premises for supporting own ones,
with the goal of winning a debate. Computational argumentation is
a research thread concerned with designing computational
models and algorithms to analyse and construct arguments and their
relationships with the aim of enabling automatic reasoning over
acceptability of arguments [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        In abstract argumentation arguments are considered as atomic
units and the only considered relation is the attack one, meaning
arguments are in conflict [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], whereas in structured argumentation
arguments may be constituted by claims (“what to be proven true”)
and premises (“what helps proving something true”), and relations
amongst them also encompass the support one, linking premises to
claims [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Moreover, attack relations are further divided into
rebuttal, in case two claims clash, and undercut, when a claim contrasts
the premise of the attacked claim.
      </p>
      <p>
        Many diferent argumentation frameworks exist, extending the
notion of argument or relation, or both. For instance, weighted
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and value-based [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] frameworks attach quantitative labels to
relations to express, respectively, strength of arguments over others.
These kind of schemes are especially useful in those open and highly
dynamic scenarios in which the relevance of arguments is likely to
change over time, i.e., due to acquisition of new information.
      </p>
      <p>In this paper, we exploit argumentation for (i) empowering
recommendation systems with explanatory power regarding why and
how recommendations are provided, and (ii) improve patients’ user
experience through natural language interactions—as discussed in
Section 3. In particular, we adopt the simple structured
argumentation framework depicted in Figure 1 as an argumentation graph,
where darker nodes are claims whereas lighter ones are premises
and shaded boxes are whole arguments, solid arrows are attack
relations whereas dashed ones are support ones – darker ones are
rebuttals and lighter ones are undercuts –, and the thickness of
lines represents the strength of the relation. This serves well the
purpose of discussing the benefits and challenges of argumentation
based recommendations (Section 4), while keeping the paper
accessible to readers unfamiliar with process algebraic descriptions of
argumentation frameworks’ semantics.</p>
      <p>
        Although the idea of using argumentation to improve
recommendations is not novel [
        <xref ref-type="bibr" rid="ref2 ref6">2, 6</xref>
        ], to the best of our knowledge this is
the first attempt to exploit it in healthcare.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>SYSTEM MODEL &amp; ARCHITECTURE</title>
      <p>This section presents our Argumentation-based Recommender
system, ArgoRec, by first describing its model &amp; inner functioning
(Subsection 3.1), and then discussing the architecture of the overall
self-management ecosystem it is part of (Subsection 3.2).
3.1</p>
    </sec>
    <sec id="sec-4">
      <title>System Model</title>
      <p>ArgoRec revolves around the following main abstractions:
prescription any kind of prescription made by a clinician to a
given patient to monitor, e.g., physical activities, health
status through medical devices and/or suitable questionnaires,
taking medications, and so on.
adherence the adherence of the patient to the clinician’s
prescriptions, both regarding individual prescriptions
(adherence level) and their history based on a given time window
(adherence profile ).
fulfillment the fulfillment of a prescription achieved by the
patient, necessary to measure the patient’s adherence—either
automatically (e.g., through an activity tracker) or manually
(e.g., by the patient her/him-self tracking taken tablets).
recommendation the message to dispatch to the patient for
engagement, reward, or warning, depending on her/his
adherence, or the one to be sent to the clinician for continuous
follow-up (in this case, it’s called feedback). According to
the corresponding adherence, recommendations may have
a punctuation from 1 (“very bad”) to 5 (“very good”), thus
messages sent accordingly: an alert for low punctuation (e.g.,
“You’ve to be more active. Go out and take a walk!”) and a
reward for a high one (e.g., “Wonderful! Walk 100 steps more
and you’ll reach the goal!”).
strategy the criteria guiding decision making about how to
compute the adherence, and which recommendation/feedback
to send, when.
recommendation engine the component responsible of
generating and dispatching recommendations and feedbacks,
based on the patients’ adherence regarding their fulfillment
of prescriptions, and on a dynamically configurable strategy.</p>
      <p>In ArgoRec, recommendations and feedback are interpreted as
arguments, whose claims (i.e. the fact that the patient is doing well
or not) are supported by premises constituted by the patient’s
adherence. The strength of support relations is dynamically computed
(and adjusted), and depends on the time window that the adherence
of the patient refers to: recent activity events (that is, fulfillment
to more recent prescriptions) are stronger premises with respect
to more ancient events. Accordingly, attack relations between
arguments are possible because the recommendation engine may be
tempted to generate conflicting recommendations based on
diferent time windows, i.e., focusing on the adherence level (memoryless)
versus the adherence profile (historical). In this case, argumentation
helps ArgoRec to generate the most correct recommendation (or
feedback), by exploiting argumentation-based reasoning to select
the stronger claim—that is, the one supported by the strongest
premises. Figure 1 depicts an example argumentation graph in
which recommendation “keep going” is the strongest argument,
thus gets generated and dispatched. Essentially, despite
comparison of latest fulfillment event ( f ul f illmenti,t ) with previous one
(f ul f illmenti,t −1) suggests to warn the patient about the need for
improvement (recommendation “must improve”) – since her/his
adherence is worsening –, the fact that there is still time left to
complete prescription (prescriptioni ) steers arguments’ strength in
favour of recommendation “keep going”, to further motivate the
patient.</p>
      <p>Besides correctness, this way ArgoRec can, on the one hand,
provide to patients more convincing recommendation messages, by
halfway 
adherencei
prescriptioni
fulfillmenti,t-1
fulfillmenti,t
worsening 
adherencet</p>
      <p>time lefti &gt; 0
“keep going”
“must improve”
Argumentation-based Recommendations for Personalised Patient Empowerment
motivating and explaining the reasons behind them (the why) and,
on the other hand, provide to clinicians insights on the decision
making process leading to that precise feedback (the how). Both can
be achieved by navigating the argumentation (sub)graph whose
claim is the recommendation or feedback itself to, for instance,
generate explanation sentences through Natural Language Processing
(NLP) techniques and argumentation mining—as better discussed
in Subsection 4.1.</p>
      <p>To deliver its functionalities, ArgoRec works as follows (see
also Figure 2). Whenever an activity fullfillment event is received:
(i) it is checked against the corresponding prescription to compute
adherence level of the patient and update her/his adherence profile,
depending on the configured strategy (i.e. defining how to weight
older vs. newer events); (ii) new arguments are generated
accordingly and added to ArgoRec argumentation graph (i.e., an “halfway”
fullfillment may support a “keep going” recommendation); and (iii)
weights of relations are updated depending on the newly-added
arguments (i.e. new premises for a claim increasing support strength)
and ArgoRec’s own strategy (i.e. decreasing strength of arguments
as time flows). Finally, periodically and depending on the
configured policies, ArgoRec generates recommendations and feedback
based on the strongest argument(s) in the graph—i.e. navigating
the graph to generate sentences through NLP.
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>System Architecture</title>
      <p>ArgoRec is part of a Self-Management System (SMS) developed
within the CONNECARE project and aimed at monitoring patients
habits in terms of physical activities, health status, taking
medications, as well as nutrition. It consists of, among others, an app
for the patient to receive messages (i.e., tasks and appointment
requests), set which activities to monitor depending on clinician’s
prescription, accept or decline a request sharing certain parts of
her/his data with a specific clinician, and keep a calendar for tasks
and appointments.</p>
      <p>The clinician makes the prescription of each habit to be
monitored (i.e., how many steps per day, which and how many pills
to take, and which health variable to measure and with which
frequency) through a dedicated web-based application, in which a case
may be defined according to the corresponding clinical pathway,
the set of prescriptions to be sent to the SMS, and the clinicians
involved in follow-up of the case. Figure 2 sketches the overall flow
of data. The clinician prescribes an activity, the patient receives
it through the SMS smartphone app, then performs the activity;
the patient’s wristband monitors the activity, sends data to the
smartphone, which are then sent to “the cloud” in which ArgoRec
lives together with the SMS back-end, analysing data and sending
recommendations and feedback. Let us note that how the SMS and
the web application interact is out of the scope of this paper.
4</p>
    </sec>
    <sec id="sec-6">
      <title>KEY BENEFITS &amp; CHALLENGES</title>
      <p>Experiments with ArgoRec just started with healthy-volunteers
in Catalonia. Volunteers were asked to wear a Fitbt charge HR and
to perform their normal activity. In a first period they will be using
ArgoRec with the argumentation capability turned of, then it will
be turned on. Patients’ improvement rate in the two periods will be
measured, as well as eficacy of recommendations—i.e. in terms of
short-term changes in patients behaviour. This will serve as a first
indication of whether argumentation helps motivating patients.</p>
      <p>In this Section we briefly summarise the key benefits that we
envisage in using the proposed recommender system (Subsection 4.1)
as well as the challenges to be faced by the SMS and ArgoRec for
deployment in production (Subsection 4.2)1.
4.1</p>
    </sec>
    <sec id="sec-7">
      <title>Key Benefits</title>
      <p>
        Argumentation may play a crucial role in dealing with the fear of
algocracy [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], that is, of having our everyday life influenced by some
form of opaque algorithmic decision making, we have no control on
nor clue about its inner functioning. This is very relevant in case
of recommendations for patients that sufer of chronic illness and
that are, usually, elderly. In fact, clinicians need to have control on
the feedback given to patients to avoid self-defeating messages that
may afect patients and/or do not fit with the real needs of a given
patient. This motivates the need for moving from black-box to
greybox algorithms, lending themselves to (at least, partial) inspection
and interpretability by human users. In this respect, argumentation
straightforwardly enables algorithms to explain and justify decision
making—both to patients and clinicians.
      </p>
      <p>
        This may happen, for instance, by integrating argumentation
with NLP techniques to generate explanatory sentences [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Accordingly, NLP may prove to be invaluable especially in
healthcarerelated scenarios involving chronic patients and/or elderly people,
who may be much more accustomed to interact with other people
(thus, through oral communication) than with technology (that is,
through GUI or gestures) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Argumentation also brings along an interesting opportunity
regarding autonomous learning of recommendation rules, that is, the
criteria upon which recommendations are provided to the patient.
In fact, pattern mining techniques are already proficiently employed
in many applications of the IoT, where they enable associated rule
discovery [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] and user profiling through preferences learning [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
In this respect, statistical relational learning [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] is a promising
1Clinical studies will start at the end of 2017 in 4 sites: Barcelona, Lleida, Groningen,
and Israel.
source of solutions, since it merges logic with probabilistic models to
detect correlations between data despite uncertainty of perceptions,
while exploiting background knowledge to provide explanations
about the learning process itself—i.e. why and how a given rule has
been inferred.
4.2
      </p>
    </sec>
    <sec id="sec-8">
      <title>Challenges</title>
      <p>Despite argumentation being an active field of research for so long,
most of the fundamental results achieved are theoretical. Being
interested in applying argumentation in a recommender system to
empower complex chronic patients, we move from a theoretical
perspective to the real-world. It is worth noting that the main
challenge is moving from a technical perspective (such as finding
the best logic frameworks) to an organisational and social change in
case management for both patients and clinicians. In fact, on the one
hand, patients have to learn how to interact with suitable devices
(i.e., wristband and smartphone or wireless medical devices) and
they have to be confident about the recommendations they receive.
On the other hand, clinicians have to receive the right information
(grey-box approach) to trust the recommendations automatically
generated. What may happen is that, if not correctly motivated,
patients stop to use the self-management system and clinicians
interrupt prescription of activities through the SMS or checking of
the received feedback due to the lack of trust and transparency of
decision making.
5</p>
    </sec>
    <sec id="sec-9">
      <title>CONCLUSIONS &amp; FUTURE WORK</title>
      <p>In this paper, we presented the model and architecture of ArgoRec,
a novel kind of recommender system that relies on argumentation to
provide suitable information (rewards, alerts, feedback) to patients
and clinicians in natural language. ArgoRec has the potential to
sensibly improve patients’ engagement as well as clinicians insights
into decision making of recommender systems.</p>
      <p>To substantiate our claim, we just started the evaluation of a
ifrst proof-of-concept prototype of
ArgoRec. The prototype will
be used by healthy volunteers in Catalonia during the summer to
monitor physical activity (i.e., performed number of steps).
According to the underlying co-design approach, recommendations will be
analyzed by the users as well as by clinicians from Hospital Santa
Maria in Lleida (Catalonia, Spain). The corresponding feedback will
be used to improve the system and get it ready to be used in the
CONNECARE project with patients from Barcelona, Lleida,
Groningen and Israel. In particular, two case studies will be considered:
(1) Community-based management of complex chronic patients,
and (2) Preventive patient-centered intevention in complex chronic
patients undergoing elective major surgical procedures.</p>
    </sec>
    <sec id="sec-10">
      <title>ACKNOWLEDGMENTS</title>
      <p>The work is supported by the CONNECARE (Personalised
Connected Care for Complex Chronic Patients) project (EU H2020-RIA,</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Reinhard</given-names>
            <surname>Angelmar and Philip C Berman</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Patient empowerment and eficient health outcomes. Financing sustainable healthcare in Europe: new approaches for new outcomes 1, 2 (</article-title>
          <year>2007</year>
          ),
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Punam</given-names>
            <surname>Bedi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Pooja</given-names>
            <surname>Vashisth</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Empowering recommender systems using trust and argumentation</article-title>
          .
          <source>Information sciences 279</source>
          (
          <year>2014</year>
          ),
          <fpage>569</fpage>
          -
          <lpage>586</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Trevor</surname>
            <given-names>JM</given-names>
          </string-name>
          <string-name>
            <surname>Bench-Capon</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Persuasion in practical argument using valuebased argumentation frameworks</article-title>
          .
          <source>Journal of Logic and Computation</source>
          <volume>13</volume>
          ,
          <issue>3</issue>
          (
          <year>2003</year>
          ),
          <fpage>429</fpage>
          -
          <lpage>448</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Philippe</given-names>
            <surname>Besnard</surname>
          </string-name>
          , Alejandro Javier García, Anthony Hunter, Sanjay Modgil, Henry Prakken, Guillermo Ricardo Simari, and
          <string-name>
            <given-names>Francesca</given-names>
            <surname>Toni</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Introduction to structured argumentation</article-title>
          .
          <source>Argument &amp; Computation</source>
          <volume>5</volume>
          ,
          <issue>1</issue>
          (
          <year>2014</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Lodewijk</given-names>
            <surname>Bos</surname>
          </string-name>
          , Andrew Marsh, Denis Carroll, Sanjeev Gupta, and
          <string-name>
            <given-names>Mike</given-names>
            <surname>Rees</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Patient 2.0 Empowerment</article-title>
          .
          <source>In Proceedings of the 2008 International Conference on Semantic Web &amp; Web Services, SWWS 2008, July 14-17</source>
          ,
          <year>2008</year>
          ,
          <string-name>
            <given-names>Las</given-names>
            <surname>Vegas</surname>
          </string-name>
          , Nevada, USA,
          <string-name>
            <surname>Hamid</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Arabnia</surname>
          </string-name>
          and Andy Marsh (Eds.). CSREA Press,
          <fpage>164</fpage>
          -
          <lpage>168</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Carlos</given-names>
            <surname>Iván</surname>
          </string-name>
          Chesnevar and Ana G Maguitman.
          <year>2004</year>
          .
          <article-title>Arguenet: An argumentbased recommender system for solving web search queries</article-title>
          .
          <source>In Intelligent Systems</source>
          ,
          <year>2004</year>
          .
          <source>Proceedings. 2004 2nd International IEEE Conference</source>
          , Vol.
          <volume>1</volume>
          . IEEE, IEEE,
          <fpage>282</fpage>
          -
          <lpage>287</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>John</given-names>
            <surname>Danaher</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>The threat of algocracy: Reality, resistance and accommodation</article-title>
          .
          <source>Philosophy &amp; Technology</source>
          <volume>29</volume>
          ,
          <issue>3</issue>
          (
          <year>2016</year>
          ),
          <fpage>245</fpage>
          -
          <lpage>268</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Phan</given-names>
            <surname>Minh Dung</surname>
          </string-name>
          .
          <year>1995</year>
          .
          <article-title>On the Acceptability of Arguments and its Fundamental Role in Nonmonotonic Reasoning, Logic Programming and n-Person Games</article-title>
          .
          <source>Artif. Intell</source>
          .
          <volume>77</volume>
          ,
          <issue>2</issue>
          (
          <year>1995</year>
          ),
          <fpage>321</fpage>
          -
          <lpage>358</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Paul E Dunne</given-names>
            , Anthony Hunter,
            <surname>Peter McBurney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Simon</given-names>
            <surname>Parsons</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Wooldridge</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Weighted argument systems: Basic definitions, algorithms, and complexity results</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>175</volume>
          ,
          <issue>2</issue>
          (
          <year>2011</year>
          ),
          <fpage>457</fpage>
          -
          <lpage>486</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Elhadad</surname>
          </string-name>
          .
          <year>1995</year>
          .
          <article-title>Using argumentation in text generation</article-title>
          .
          <source>Journal of Pragmatics 24</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          (
          <year>1995</year>
          ),
          <fpage>189</fpage>
          -
          <lpage>220</lpage>
          . Argumentation Within Language.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Tom</given-names>
            <surname>Fawcett</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Mining the quantified self: personal knowledge discovery as a challenge for data science</article-title>
          .
          <source>Big Data</source>
          <volume>3</volume>
          ,
          <issue>4</issue>
          (
          <year>2015</year>
          ),
          <fpage>249</fpage>
          -
          <lpage>266</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Lise</given-names>
            <surname>Getoor</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ben</given-names>
            <surname>Taskar</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Introduction to Statistical Relational Learning (Adaptive Computation and Machine Learning)</article-title>
          . The MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Guro</surname>
            <given-names>Huby</given-names>
          </string-name>
          , Jenny Holt Brook,
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Thompson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Alison</given-names>
            <surname>Tierney</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Capturing the concealed: Interprofessional practice and older patients' participation in decision-making about discharge after acute hospitalization</article-title>
          .
          <source>Journal of interprofessional care 21</source>
          ,
          <issue>1</issue>
          (
          <year>2007</year>
          ),
          <fpage>55</fpage>
          -
          <lpage>67</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Kranz</surname>
          </string-name>
          , Paul Holleis, and
          <string-name>
            <given-names>Albrecht</given-names>
            <surname>Schmidt</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Embedded interaction: Interacting with the internet of things</article-title>
          .
          <source>IEEE internet computing 14</source>
          ,
          <issue>2</issue>
          (
          <year>2010</year>
          ),
          <fpage>46</fpage>
          -
          <lpage>53</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Marco</given-names>
            <surname>Lippi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Torroni</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Argumentation Mining: State of the Art and Emerging Trends</article-title>
          .
          <source>ACM Trans. Internet Technol</source>
          .
          <volume>16</volume>
          ,
          <issue>2</issue>
          ,
          <string-name>
            <surname>Article 10</surname>
          </string-name>
          <source>(March</source>
          <year>2016</year>
          ),
          <volume>25</volume>
          pages.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Kate</surname>
            <given-names>R Lorig</given-names>
          </string-name>
          , David S Sobel, Philip L Ritter,
          <string-name>
            <surname>Diana Laurent</surname>
            , and
            <given-names>Mary</given-names>
          </string-name>
          <string-name>
            <surname>Hobbs</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Efect of a self-management program on patients with chronic disease</article-title>
          .
          <source>Efective clinical practice: ECP 4</source>
          ,
          <issue>6</issue>
          (
          <year>2000</year>
          ),
          <fpage>256</fpage>
          -
          <lpage>262</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S</given-names>
            <surname>McCann</surname>
          </string-name>
          and
          <string-name>
            <given-names>J</given-names>
            <surname>Weinman</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Empowering the patient in the consultation: a pilot study</article-title>
          .
          <source>Patient education and counseling 27</source>
          ,
          <issue>3</issue>
          (
          <year>1996</year>
          ),
          <fpage>227</fpage>
          -
          <lpage>234</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Richard</surname>
            <given-names>B</given-names>
          </string-name>
          <string-name>
            <surname>Saltman</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Patient choice and patient empowerment in northern European health systems: a conceptual framework</article-title>
          .
          <source>International journal of health services 24</source>
          ,
          <issue>2</issue>
          (
          <year>1994</year>
          ),
          <fpage>201</fpage>
          -
          <lpage>229</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>David</given-names>
            <surname>Samoocha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>David J Bruinvels</given-names>
            , Nieke A Elbers,
            <surname>Johannes R Anema</surname>
          </string-name>
          , and
          <string-name>
            <surname>Allard J van der Beek</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Efectiveness of web-based interventions on patient empowerment: a systematic review and meta-analysis</article-title>
          .
          <source>Journal of medical Internet research 12</source>
          ,
          <issue>2</issue>
          (
          <year>2010</year>
          ),
          <year>e23</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Nancy</given-names>
            <surname>Tomes</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Patient empowerment and the dilemmas of late-modern medicalisation</article-title>
          .
          <source>The Lancet</source>
          <volume>369</volume>
          ,
          <issue>9562</issue>
          (
          <year>2007</year>
          ),
          <fpage>698</fpage>
          -
          <lpage>700</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Chun-Wei</surname>
            <given-names>Tsai</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chin-Feng</surname>
            <given-names>Lai</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Chao</surname>
            <given-names>Chiang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laurence T Yang</surname>
          </string-name>
          , et al.
          <year>2014</year>
          .
          <article-title>Data mining for Internet of Things: A survey</article-title>
          .
          <source>IEEE Communications Surveys and Tutorials</source>
          <volume>16</volume>
          ,
          <issue>1</issue>
          (
          <year>2014</year>
          ),
          <fpage>77</fpage>
          -
          <lpage>97</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Frans H Van Eemeren</surname>
          </string-name>
          ,
          <string-name>
            <surname>Rob Grootendorst</surname>
          </string-name>
          , Ralph H Johnson,
          <source>Christian Plantin, and Charles A Willard</source>
          .
          <year>2013</year>
          .
          <article-title>Fundamentals of argumentation theory: A handbook of historical backgrounds and contemporary developments</article-title>
          .
          <source>Routledge.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Eloisa</surname>
            <given-names>Vargiu</given-names>
          </string-name>
          , Juan Manuel Fernández, Felip Miralles, Isaac Cano,
          <string-name>
            <surname>Elena</surname>
            <given-names>GimenoSantos</given-names>
          </string-name>
          , Carme Hernandez, Gerard Torres, Jordi Colomina, Jordi de Batlle, Rachelle Kaye, Bella Azaria, Shauli Nakar,
          <string-name>
            <surname>Maarten M.H. Lahr</surname>
            , Esther Metting, Maarten Jager, Hille Meetsma, Stefano Mariani, Marco Mamei, Franco Zambonelli, Felix Michel, Florian Matthes, Joanna Goulden, John Eaglesham, and
            <given-names>Charles</given-names>
          </string-name>
          <string-name>
            <surname>Lowe</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Integrated Care for Complex Chronic Patients</article-title>
          .
          <source>In ICIC 17 - 17th International Conference on Integrated Care</source>
          "
          <article-title>Building a platform for integrated care: delivering change that matters to people"</article-title>
          .
          <source>May 8-10</source>
          ,
          <year>2017</year>
          , Dublin (Ireland).
          <source>Internation Foundation for Integrated Care</source>
          , Dublin, Ireland.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>