148 research outputs found

    Educational Technology and Education Conferences, January to June 2016

    Get PDF

    Mobile Health in Remote Patient Monitoring for Chronic Diseases: Principles, Trends, and Challenges

    Get PDF
    Chronic diseases are becoming more widespread. Treatment and monitoring of these diseases require going to hospitals frequently, which increases the burdens of hospitals and patients. Presently, advancements in wearable sensors and communication protocol contribute to enriching the healthcare system in a way that will reshape healthcare services shortly. Remote patient monitoring (RPM) is the foremost of these advancements. RPM systems are based on the collection of patient vital signs extracted using invasive and noninvasive techniques, then sending them in real-time to physicians. These data may help physicians in taking the right decision at the right time. The main objective of this paper is to outline research directions on remote patient monitoring, explain the role of AI in building RPM systems, make an overview of the state of the art of RPM, its advantages, its challenges, and its probable future directions. For studying the literature, five databases have been chosen (i.e., science direct, IEEE-Explore, Springer, PubMed, and science.gov). We followed the (Preferred Reporting Items for Systematic Reviews and Meta-Analyses) PRISMA, which is a standard methodology for systematic reviews and meta-analyses. A total of 56 articles are reviewed based on the combination of a set of selected search terms including RPM, data mining, clinical decision support system, electronic health record, cloud computing, internet of things, and wireless body area network. The result of this study approved the effectiveness of RPM in improving healthcare delivery, increase diagnosis speed, and reduce costs. To this end, we also present the chronic disease monitoring system as a case study to provide enhanced solutions for RPMsThis research work was partially supported by the Sejong University Research Faculty Program (20212023)S

    Machine learning for managing structured and semi-structured data

    Get PDF
    As the digitalization of private, commercial, and public sectors advances rapidly, an increasing amount of data is becoming available. In order to gain insights or knowledge from these enormous amounts of raw data, a deep analysis is essential. The immense volume requires highly automated processes with minimal manual interaction. In recent years, machine learning methods have taken on a central role in this task. In addition to the individual data points, their interrelationships often play a decisive role, e.g. whether two patients are related to each other or whether they are treated by the same physician. Hence, relational learning is an important branch of research, which studies how to harness this explicitly available structural information between different data points. Recently, graph neural networks have gained importance. These can be considered an extension of convolutional neural networks from regular grids to general (irregular) graphs. Knowledge graphs play an essential role in representing facts about entities in a machine-readable way. While great efforts are made to store as many facts as possible in these graphs, they often remain incomplete, i.e., true facts are missing. Manual verification and expansion of the graphs is becoming increasingly difficult due to the large volume of data and must therefore be assisted or substituted by automated procedures which predict missing facts. The field of knowledge graph completion can be roughly divided into two categories: Link Prediction and Entity Alignment. In Link Prediction, machine learning models are trained to predict unknown facts between entities based on the known facts. Entity Alignment aims at identifying shared entities between graphs in order to link several such knowledge graphs based on some provided seed alignment pairs. In this thesis, we present important advances in the field of knowledge graph completion. For Entity Alignment, we show how to reduce the number of required seed alignments while maintaining performance by novel active learning techniques. We also discuss the power of textual features and show that graph-neural-network-based methods have difficulties with noisy alignment data. For Link Prediction, we demonstrate how to improve the prediction for unknown entities at training time by exploiting additional metadata on individual statements, often available in modern graphs. Supported with results from a large-scale experimental study, we present an analysis of the effect of individual components of machine learning models, e.g., the interaction function or loss criterion, on the task of link prediction. We also introduce a software library that simplifies the implementation and study of such components and makes them accessible to a wide research community, ranging from relational learning researchers to applied fields, such as life sciences. Finally, we propose a novel metric for evaluating ranking results, as used for both completion tasks. It allows for easier interpretation and comparison, especially in cases with different numbers of ranking candidates, as encountered in the de-facto standard evaluation protocols for both tasks.Mit der rasant fortschreitenden Digitalisierung des privaten, kommerziellen und öffentlichen Sektors werden immer grĂ¶ĂŸere Datenmengen verfĂŒgbar. Um aus diesen enormen Mengen an Rohdaten Erkenntnisse oder Wissen zu gewinnen, ist eine tiefgehende Analyse unerlĂ€sslich. Das immense Volumen erfordert hochautomatisierte Prozesse mit minimaler manueller Interaktion. In den letzten Jahren haben Methoden des maschinellen Lernens eine zentrale Rolle bei dieser Aufgabe eingenommen. Neben den einzelnen Datenpunkten spielen oft auch deren ZusammenhĂ€nge eine entscheidende Rolle, z.B. ob zwei Patienten miteinander verwandt sind oder ob sie vom selben Arzt behandelt werden. Daher ist das relationale Lernen ein wichtiger Forschungszweig, der untersucht, wie diese explizit verfĂŒgbaren strukturellen Informationen zwischen verschiedenen Datenpunkten nutzbar gemacht werden können. In letzter Zeit haben Graph Neural Networks an Bedeutung gewonnen. Diese können als eine Erweiterung von CNNs von regelmĂ€ĂŸigen Gittern auf allgemeine (unregelmĂ€ĂŸige) Graphen betrachtet werden. Wissensgraphen spielen eine wesentliche Rolle bei der Darstellung von Fakten ĂŒber EntitĂ€ten in maschinenlesbaren Form. Obwohl große Anstrengungen unternommen werden, so viele Fakten wie möglich in diesen Graphen zu speichern, bleiben sie oft unvollstĂ€ndig, d. h. es fehlen Fakten. Die manuelle ÜberprĂŒfung und Erweiterung der Graphen wird aufgrund der großen Datenmengen immer schwieriger und muss daher durch automatisierte Verfahren unterstĂŒtzt oder ersetzt werden, die fehlende Fakten vorhersagen. Das Gebiet der WissensgraphenvervollstĂ€ndigung lĂ€sst sich grob in zwei Kategorien einteilen: Link Prediction und Entity Alignment. Bei der Link Prediction werden maschinelle Lernmodelle trainiert, um unbekannte Fakten zwischen EntitĂ€ten auf der Grundlage der bekannten Fakten vorherzusagen. Entity Alignment zielt darauf ab, gemeinsame EntitĂ€ten zwischen Graphen zu identifizieren, um mehrere solcher Wissensgraphen auf der Grundlage einiger vorgegebener Paare zu verknĂŒpfen. In dieser Arbeit stellen wir wichtige Fortschritte auf dem Gebiet der VervollstĂ€ndigung von Wissensgraphen vor. FĂŒr das Entity Alignment zeigen wir, wie die Anzahl der benötigten Paare reduziert werden kann, wĂ€hrend die Leistung durch neuartige aktive Lerntechniken erhalten bleibt. Wir erörtern auch die LeistungsfĂ€higkeit von Textmerkmalen und zeigen, dass auf Graph-Neural-Networks basierende Methoden Schwierigkeiten mit verrauschten Paar-Daten haben. FĂŒr die Link Prediction demonstrieren wir, wie die Vorhersage fĂŒr unbekannte EntitĂ€ten zur Trainingszeit verbessert werden kann, indem zusĂ€tzliche Metadaten zu einzelnen Aussagen genutzt werden, die oft in modernen Graphen verfĂŒgbar sind. GestĂŒtzt auf Ergebnisse einer groß angelegten experimentellen Studie prĂ€sentieren wir eine Analyse der Auswirkungen einzelner Komponenten von Modellen des maschinellen Lernens, z. B. der Interaktionsfunktion oder des Verlustkriteriums, auf die Aufgabe der Link Prediction. Außerdem stellen wir eine Softwarebibliothek vor, die die Implementierung und Untersuchung solcher Komponenten vereinfacht und sie einer breiten Forschungsgemeinschaft zugĂ€nglich macht, die von Forschern im Bereich des relationalen Lernens bis hin zu angewandten Bereichen wie den Biowissenschaften reicht. Schließlich schlagen wir eine neuartige Metrik fĂŒr die Bewertung von Ranking-Ergebnissen vor, wie sie fĂŒr beide Aufgaben verwendet wird. Sie ermöglicht eine einfachere Interpretation und einen leichteren Vergleich, insbesondere in FĂ€llen mit einer unterschiedlichen Anzahl von Kandidaten, wie sie in den de-facto Standardbewertungsprotokollen fĂŒr beide Aufgaben vorkommen

    Valoriser les connaissances issues des expériences vécues pour recommander des actions de protection des sources d'eau potable : application du raisonnement à base de cas

    Get PDF
    Depuis des dĂ©cennies, les pays du monde entier s'affairent Ă  prĂ©server leurs prĂ©cieuses ressources en eau potable. Ils cherchent Ă  anticiper les risques et Ă  rĂ©duire les impacts anthropiques qui pourraient altĂ©rer les sources d'approvisionnement. Au Canada, la protection des sources d'eau potable (PSEP) est mise en Ɠuvre au sein de l'approche Ă  barriĂšres multiples, dont elle est l'une des barriĂšres fondamentales. Cette approche permet une gestion multidimensionnelle de l'eau Ă  l'aide d'outils et des pratiques visant Ă  assurer la qualitĂ© de l'eau de la source au robinet. Bien que diffĂ©rents cadres existent pour prendre en compte l'eau dans l'amĂ©nagement du territoire, la mise en Ɠuvre de la protection des sources peine Ă  se concrĂ©tiser. Pourtant, les acteurs de l'eau et de l'amĂ©nagement du territoire ont une grande expĂ©rience dans la mise en Ɠuvre d'actions. Alors, comment partager ces expĂ©riences afin de les soutenir dans l'identification et la mise en Ɠuvre de futures actions de protection des sources ? Le but de cette thĂšse est de dĂ©velopper un prototype de systĂšme d'aide Ă  la dĂ©cision Ă  base de connaissances (KB-DSS). Celui-ci a pour objectif de faciliter l'identification d'actions ciblĂ©es de PSEP selon les problĂšmes rencontrĂ©s. Pour ce faire, ce prototype a Ă©tĂ© dĂ©veloppĂ© sur la base des connaissances issues des expĂ©riences vĂ©cues depuis deux dĂ©cennies au QuĂ©bec, mettant Ă  contribution des expĂ©riences rĂ©elles de mise en Ɠuvre d'actions liĂ©es Ă  la protection de l'eau. Il est conçu pour ĂȘtre utilisable par tout acteur ayant un intĂ©rĂȘt Ă  agir pour protĂ©ger les sources d'eau potable Ă  l'Ă©chelle locale et rĂ©gionale, via un transfert de connaissances dans le processus d'Ă©laboration et de mise en Ɠuvre d'actions. En Ă©tant un support dans la dĂ©finition des actions futures, le prototype dĂ©veloppĂ© entend encourager les parties prenantes Ă  apprendre les unes des autres. L'originalitĂ© de la thĂšse repose sur l'adoption combinĂ©e de l'approche en science du design/de la conception (DSR), qui a servi de lignes directrices pour adopter une dĂ©marche collaborative et transparente. Celle-ci a permis une application rĂ©ussie du raisonnement Ă  base de cas (CBR) au complexe problĂšme de la PSEP dans un cadre de gestion de l'eau et du territoire. De cette dĂ©marche sont nĂ©s diffĂ©rents outils mĂ©thodologiques, procĂ©dures et connaissances permettant de mieux comprendre les problĂšmes liĂ©s Ă  la PSEP, mais Ă©galement d'illustrer la conception intĂ©grale d'un prototype d'aide Ă  la dĂ©cision Ă  base de connaissances utilisant le CBR. Tout d'abord, le cadre conceptuel (chapitre 1) explore et tente de comprendre les liens qui existent entre la nature des problĂšmes Ă  rĂ©soudre pour protĂ©ger l'eau, l'environnement dĂ©cisionnel et la prise de dĂ©cision. Pour ce faire, le cadre adopte une approche systĂ©mique et holistique superposant diffĂ©rentes thĂ©ories et concepts tels que la gouvernance de l'eau, la gestion de l'eau, la prise de dĂ©cision, la rationalitĂ© et la connaissance. Cette comprĂ©hension des dĂ©fis sous-jacents Ă  la mise en Ɠuvre de la PSEP permettait de mieux comprendre la complexitĂ© du problĂšme Ă  rĂ©soudre et posait les bases Ă  l'Ă©laboration du prototype de systĂšme CBR proposĂ©. Dans l'optique de mieux comprendre comment les dĂ©fis soulevĂ©s dans le cadre conceptuel se concrĂ©tisent en pratique, le second chapitre prĂ©sente une enquĂȘte en ligne documentant la mise en Ɠuvre de la PSEP au QuĂ©bec. Celle-ci visait Ă  brosser un portrait-diagnostic permettant de mieux comprendre le processus dĂ©cisionnel, d'identifier qui sont les intervenants et quelles sont les connaissances produites et mobilisĂ©es pour la prise de dĂ©cision sur la PSEP. Les analyses qualitatives et quantitatives des rĂ©ponses des 208 intervenants retenus ont permis de constater que la mise en Ɠuvre de la PSEP impliquait une grande diversitĂ© d'intervenants, de tĂąches et de connaissances crĂ©Ă©es et se caractĂ©risait par un fort dynamisme inter-organisationnel. Cependant, on constatait que son processus dĂ©cisionnel perdait en inclusivitĂ© au fil des Ă©tapes de mise en Ɠuvre, que les connaissances Ă©taient parfois redondantes et qu'il existait de nombreux enjeux de transfert de connaissances (accĂšs, quantitĂ© ou qualitĂ© des connaissances) entre les intervenants. Lors de l'enquĂȘte en ligne prĂ©sentĂ©e au second chapitre, il a Ă©tĂ© demandĂ© Ă  certains acteurs (organismes de bassins versants, villes, municipalitĂ©s rĂ©gionales de comtĂ©) d'illustrer les problĂšmes liĂ©s Ă  la PSEP rencontrĂ©s sur le terrain. En parallĂšle, 102 intervenants se sont auto-recrutĂ©s pour participer au processus de design du systĂšme d'aide Ă  la dĂ©cision. Le troisiĂšme chapitre prĂ©sente la dĂ©marche d'acquisition et de structuration des connaissances du dit KB-DSS par une approche CBR. Le chapitre dĂ©crit une seconde enquĂȘte en ligne ayant permis de dĂ©finir ce qu'est un cas pour la PSEP, soit une expĂ©rience vĂ©cue qui consiste en une multitude de problĂšmes et de solutions mises en Ɠuvre. Puis, il dĂ©crit la modĂ©lisation d'une taxonomie des connaissances ayant permis d'aboutir Ă  des descriptions structurĂ©es des cas. La conception des cas repose sur le savoir-faire et les besoins en connaissances exprimĂ©s par les acteurs de l'eau. La base de cas constitue l'Ă©pine dorsale du prototype de KB-DSS destinĂ© Ă  guider les dĂ©cideurs dans l'Ă©laboration de solutions fondĂ©es sur des expĂ©riences passĂ©es. Le quatriĂšme chapitre prĂ©sente le prototype de KB-DSS/CBR pour la protection des sources d'eau potable. Il retrace comment le CBR a Ă©tĂ© modĂ©lisĂ©, structurĂ©, implantĂ©, testĂ© et validĂ© en collaboration avec les 102 acteurs de la gestion et de la gouvernance de l'eau au QuĂ©bec. Il dĂ©crit l'intĂ©gralitĂ© du processus manuel d'ingĂ©nierie de cas pour concevoir des attributs qualitatifs sur la base de la taxonomie des connaissances. Il prĂ©sente l'Ă©dition des cas, le processus et les mĂ©triques permettant de retrouver des cas, l'implantation et un exemple d'utilisation ainsi que la validation du prototype, rĂ©alisĂ©e par une procĂ©dure participative rigoureuse et transparente avec un petit groupe d'acteurs de l'eau du QuĂ©bec. Ainsi, il fournit des preuves empiriques du potentiel positif d'une approche CBR pour la PSEP sur le territoire, et retrace une dĂ©marche qui peut ĂȘtre gĂ©nĂ©ralisĂ©e Ă  d'autres contextes gĂ©ographiques et socio-Ă©conomiques similaires.Countries worldwide have been working for decades to preserve their precious drinking water resources. They seek to anticipate risks or reduce anthropogenic impacts that could alter the water quality and availability. In Canada, drinking water source protection (DSWP), or source water protection (SWP), is implemented as part of the multi-barrier approach and is one of the fundamental barriers. This approach allows for multidimensional water management using tools and practices to ensure water quality from source to tap. Although various frameworks exist to consider water in spatial planning, the implementation of DWSP is struggling to materialize. However, water and spatial planning actors have significant experience implementing actions. So, how can these experiences be shared to support them in identifying and implementing future DWSP actions? The goal of this thesis is to develop a prototype of a knowledge-based decision support system (KB-DSS). The objective of this prototype is to facilitate the identification of targeted actions for water protection according to the problems encountered. To do so, this prototype was developed based on knowledge gained from past experiences conducted over the last two decades in Quebec, using real experiences in implementing actions related to water protection. It is designed to be used by any actor with an interest in contributing for the protection of drinking water sources at the local and regional levels, through the transfer of knowledge in the process of developing and implementing actions. By being a support in the definition of future actions, the developed prototype intends to encourage the actors to learn from each other. The originality of the thesis lies in the combined adoption of the design science approach (DSR), which served as a guideline to adopt a collaborative and transparent approach. This allowed for a successful application of case-based reasoning (CBR) to the complex problem of DWSP in a water and territory management framework. From this approach, various methodological tools, procedures and knowledge were developed to better understand the DWSP problems, but also to illustrate the complete design of a prototype knowledge-based decision support system using CBR. First, the conceptual framework (chapter 1) explores and attempts to understand the links between the nature of the problems to be solved to protect water, the decision-making environment, and the decision-making process. These issues were explored by adopting a system analysis that allowed for layering concepts such as water governance, water management, decision-making, rationality, and knowledge. This holistic understanding of the underlying challenges of DWSP implementation provided a better understanding of the complexity of the problem at hand and laid the foundation for developing the proposed CBR system. To better understand how the challenges raised in the conceptual framework materialize in practice, the second chapter presents an online survey documenting the implementation of DWSP in Quebec. This survey aimed to provide a diagnostic portrait to understand the decision-making process better and identify the actors and the knowledge produced and mobilized for DWSP decision-making. Qualitative and quantitative analyses of the responses from the 208 selected actors revealed that the implementation of DWSP involved a wide variety of actors, tasks and knowledge created and was characterized by great inter-organizational dynamism. However, it was found that the decision-making process becomes less inclusive as actions are implemented. Also, the knowledge was sometimes redundant, and there were many problems with the knowledge transfer (access, quantity, or knowledge quality) between actors. During the online survey presented in the second chapter, selected actors (watershed organizations, municipalities, counties, etc.) were asked to illustrate DWSP-related problems encountered in the field. In parallel, 102 actors were self-recruited to participate in the design process of the KB-DSS. The third chapter presents the acquisition and structuring of DWSP problem-related knowledge. The chapter describes a second online survey that helped define a DWSP case, i.e., a lived experience consisting of a multitude of problems and solutions implemented at various scales by various actors. It then describes the modelling of a knowledge taxonomy that led to structured case descriptions. The design of the cases is based on the expertise and knowledge needs expressed by the water actors. The case base is the backbone of the KB-DSS prototype to guide decision-makers in developing solutions based on past experiences. The fourth chapter presents the prototype KB-DSS/CBR system for DWSP. It traces how CBR was modelled, structured, implemented, tested and validated in collaboration with 102 water management and governance actors in Quebec. It describes the entire manual case engineering process for the design of qualitative attributes from the knowledge taxonomy. It presents the case base, the case edition, and the case retrieval (process and metrics). This chapter also illustrates the implementation using a real-world experience use case, as well as the validation of the prototype, carried out through a transparent, participatory procedure with a small group of water actors in Quebec. Thus, it provides empirical evidence of the high potential of a CBR approach for DWSP in the spatial planning context and describes an approach that can be generalized to other similar geographical and socio-economic contexts

    Languages of games and play: A systematic mapping study

    Get PDF
    Digital games are a powerful means for creating enticing, beautiful, educational, and often highly addictive interactive experiences that impact the lives of billions of players worldwide. We explore what informs the design and construction of good games to learn how to speed-up game development. In particular, we study to what extent languages, notations, patterns, and tools, can offer experts theoretical foundations, systematic techniques, and practical solutions they need to raise their productivity and improve the quality of games and play. Despite the growing number of publications on this topic there is currently no overview describing the state-of-the-art that relates research areas, goals, and applications. As a result, efforts and successes are often one-off, lessons learned go overlooked, language reuse remains minimal, and opportunities for collaboration and synergy are lost. We present a systematic map that identifies relevant publications and gives an overview of research areas and publication venues. In addition, we categorize research perspectives along common objectives, techniques, and approaches, illustrated by summaries of selected languages. Finally, we distill challenges and opportunities for future research and development

    Building bridges for better machines : from machine ethics to machine explainability and back

    Get PDF
    Be it nursing robots in Japan, self-driving buses in Germany or automated hiring systems in the USA, complex artificial computing systems have become an indispensable part of our everyday lives. Two major challenges arise from this development: machine ethics and machine explainability. Machine ethics deals with behavioral constraints on systems to ensure restricted, morally acceptable behavior; machine explainability affords the means to satisfactorily explain the actions and decisions of systems so that human users can understand these systems and, thus, be assured of their socially beneficial effects. Machine ethics and explainability prove to be particularly efficient only in symbiosis. In this context, this thesis will demonstrate how machine ethics requires machine explainability and how machine explainability includes machine ethics. We develop these two facets using examples from the scenarios above. Based on these examples, we argue for a specific view of machine ethics and suggest how it can be formalized in a theoretical framework. In terms of machine explainability, we will outline how our proposed framework, by using an argumentation-based approach for decision making, can provide a foundation for machine explanations. Beyond the framework, we will also clarify the notion of machine explainability as a research area, charting its diverse and often confusing literature. To this end, we will outline what, exactly, machine explainability research aims to accomplish. Finally, we will use all these considerations as a starting point for developing evaluation criteria for good explanations, such as comprehensibility, assessability, and fidelity. Evaluating our framework using these criteria shows that it is a promising approach and augurs to outperform many other explainability approaches that have been developed so far.DFG: CRC 248: Center for Perspicuous Computing; VolkswagenStiftung: Explainable Intelligent System

    Laws and Emerging Technologies

    Get PDF
    Technologies will have a huge impact on society in the coming years and will bring new challenges and legal challenges to the legal sector worldwide. On the other hand, the new communications era also brings many new legal issues, such as those derived from e-commerce and payment services, intellectual property, or the problems derived from the use of new technologies by young people

    Educational Technology and Related Education Conferences for June to December 2015

    Get PDF
    The 33rd edition of the conference list covers selected events that primarily focus on the use of technology in educational settings and on teaching, learning, and educational administration. Only listings until December 2015 are complete as dates, locations, or Internet addresses (URLs) were not available for a number of events held from January 2016 onward. In order to protect the privacy of individuals, only URLs are used in the listing as this enables readers of the list to obtain event information without submitting their e-mail addresses to anyone. A significant challenge during the assembly of this list is incomplete or conflicting information on websites and the lack of a link between conference websites from one year to the next

    Enhancing explainability and scrutability of recommender systems

    Get PDF
    Our increasing reliance on complex algorithms for recommendations calls for models and methods for explainable, scrutable, and trustworthy AI. While explainability is required for understanding the relationships between model inputs and outputs, a scrutable system allows us to modify its behavior as desired. These properties help bridge the gap between our expectations and the algorithm’s behavior and accordingly boost our trust in AI. Aiming to cope with information overload, recommender systems play a crucial role in ïŹltering content (such as products, news, songs, and movies) and shaping a personalized experience for their users. Consequently, there has been a growing demand from the information consumers to receive proper explanations for their personalized recommendations. These explanations aim at helping users understand why certain items are recommended to them and how their previous inputs to the system relate to the generation of such recommendations. Besides, in the event of receiving undesirable content, explanations could possibly contain valuable information as to how the system’s behavior can be modiïŹed accordingly. In this thesis, we present our contributions towards explainability and scrutability of recommender systems: ‱ We introduce a user-centric framework, FAIRY, for discovering and ranking post-hoc explanations for the social feeds generated by black-box platforms. These explanations reveal relationships between users’ proïŹles and their feed items and are extracted from the local interaction graphs of users. FAIRY employs a learning-to-rank (LTR) method to score candidate explanations based on their relevance and surprisal. ‱ We propose a method, PRINCE, to facilitate provider-side explainability in graph-based recommender systems that use personalized PageRank at their core. PRINCE explanations are comprehensible for users, because they present subsets of the user’s prior actions responsible for the received recommendations. PRINCE operates in a counterfactual setup and builds on a polynomial-time algorithm for ïŹnding the smallest counterfactual explanations. ‱ We propose a human-in-the-loop framework, ELIXIR, for enhancing scrutability and subsequently the recommendation models by leveraging user feedback on explanations. ELIXIR enables recommender systems to collect user feedback on pairs of recommendations and explanations. The feedback is incorporated into the model by imposing a soft constraint for learning user-speciïŹc item representations. We evaluate all proposed models and methods with real user studies and demonstrate their beneïŹts at achieving explainability and scrutability in recommender systems.Unsere zunehmende AbhĂ€ngigkeit von komplexen Algorithmen fĂŒr maschinelle Empfehlungen erfordert Modelle und Methoden fĂŒr erklĂ€rbare, nachvollziehbare und vertrauenswĂŒrdige KI. Zum Verstehen der Beziehungen zwischen Modellein- und ausgaben muss KI erklĂ€rbar sein. Möchten wir das Verhalten des Systems hingegen nach unseren Vorstellungen Ă€ndern, muss dessen Entscheidungsprozess nachvollziehbar sein. ErklĂ€rbarkeit und Nachvollziehbarkeit von KI helfen uns dabei, die LĂŒcke zwischen dem von uns erwarteten und dem tatsĂ€chlichen Verhalten der Algorithmen zu schließen und unser Vertrauen in KI-Systeme entsprechend zu stĂ€rken. Um ein Übermaß an Informationen zu verhindern, spielen Empfehlungsdienste eine entscheidende Rolle um Inhalte (z.B. Produkten, Nachrichten, Musik und Filmen) zu ïŹltern und deren Benutzern eine personalisierte Erfahrung zu bieten. Infolgedessen erheben immer mehr In- formationskonsumenten Anspruch auf angemessene ErklĂ€rungen fĂŒr deren personalisierte Empfehlungen. Diese ErklĂ€rungen sollen den Benutzern helfen zu verstehen, warum ihnen bestimmte Dinge empfohlen wurden und wie sich ihre frĂŒheren Eingaben in das System auf die Generierung solcher Empfehlungen auswirken. Außerdem können ErklĂ€rungen fĂŒr den Fall, dass unerwĂŒnschte Inhalte empfohlen werden, wertvolle Informationen darĂŒber enthalten, wie das Verhalten des Systems entsprechend geĂ€ndert werden kann. In dieser Dissertation stellen wir unsere BeitrĂ€ge zu ErklĂ€rbarkeit und Nachvollziehbarkeit von Empfehlungsdiensten vor. ‱ Mit FAIRY stellen wir ein benutzerzentriertes Framework vor, mit dem post-hoc ErklĂ€rungen fĂŒr die von Black-Box-Plattformen generierten sozialen Feeds entdeckt und bewertet werden können. Diese ErklĂ€rungen zeigen Beziehungen zwischen BenutzerproïŹlen und deren Feeds auf und werden aus den lokalen Interaktionsgraphen der Benutzer extrahiert. FAIRY verwendet eine LTR-Methode (Learning-to-Rank), um die ErklĂ€rungen anhand ihrer Relevanz und ihres Grads unerwarteter Empfehlungen zu bewerten. ‱ Mit der PRINCE-Methode erleichtern wir das anbieterseitige Generieren von ErklĂ€rungen fĂŒr PageRank-basierte Empfehlungsdienste. PRINCE-ErklĂ€rungen sind fĂŒr Benutzer verstĂ€ndlich, da sie Teilmengen frĂŒherer Nutzerinteraktionen darstellen, die fĂŒr die erhaltenen Empfehlungen verantwortlich sind. PRINCE-ErklĂ€rungen sind somit kausaler Natur und werden von einem Algorithmus mit polynomieller Laufzeit erzeugt , um prĂ€zise ErklĂ€rungen zu ïŹnden. ‱ Wir prĂ€sentieren ein Human-in-the-Loop-Framework, ELIXIR, um die Nachvollziehbarkeit der Empfehlungsmodelle und die QualitĂ€t der Empfehlungen zu verbessern. Mit ELIXIR können Empfehlungsdienste Benutzerfeedback zu Empfehlungen und ErklĂ€rungen sammeln. Das Feedback wird in das Modell einbezogen, indem benutzerspeziïŹscher Einbettungen von Objekten gelernt werden. Wir evaluieren alle Modelle und Methoden in Benutzerstudien und demonstrieren ihren Nutzen hinsichtlich ErklĂ€rbarkeit und Nachvollziehbarkeit von Empfehlungsdiensten
    • 

    corecore