<?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">Challenges in User-Centered Engineering of AI-based Interactive Systems</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Jürgen</forename><surname>Ziegler</surname></persName>
							<email>juergen.ziegler@uni-due.de</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Interactive Systems Group</orgName>
								<orgName type="institution">University of Duisburg-Essen</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Challenges in User-Centered Engineering of AI-based Interactive Systems</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">ABCE05A9C3D5C582F49A3C19D2701D11</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T19:06+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>User Interface Engineering</term>
					<term>Interactive Systems</term>
					<term>Intelligent Algorithms</term>
					<term>Explainable Artificial Intelligence</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Intelligent algorithms have reached a new level of performance in recent years and are increasingly employed in application areas such as speech and image recognition, data analytics, or recommender systems. The proliferation of these techniques poses a range of new challenges for the design and engineering of interactive systems since they tend to act as black boxes and do not offer the transparency and level of control to the user which is considered a prerequisite for user-centered design in the HCI field. In this position paper, we provide an overview of the broad areas related to intelligent algorithms and HCI that will need further research in the future to make systems useful, usable and trustable.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Since the early days of computing, two fundamentally different concepts of the relationship between human and the technical system have been promoted by the fields of Artificial Intelligence (AI) and Human-Computer Interaction, respectively. Artificial Intelligence researchers have been aiming at automating and extensively substituting human mental (and physical) performance while the perspective of Intelligence Augmentation, as represented, among others by Douglas Engelbart, saw technology as a means of enhancing human capabilities which lead to the manifold HCI innovations that we have seen over the past decades. While AI has in the past often been charged with far-reaching promises, often followed by disillusioning results, recent developments have pointed to a breakthrough in the performance of intelligent technologies. New methods of machine learning, particularly deep learning methods based on neuronal techniques <ref type="bibr" target="#b9">(Goodfellow et al., 2016)</ref>, and the increasing availability of very large data sets ("big data") with which the systems can be trained have played a significant role in these developments (cf. O' <ref type="bibr">Leary, 2013)</ref>. In recent years, these techniques have produced amazing results in application areas such as natural language understanding <ref type="bibr" target="#b16">(Otter et al., 2018</ref><ref type="bibr" target="#b2">, Cho et al., 2014)</ref>, image comprehension <ref type="bibr" target="#b7">(Druzhkov &amp; Kustikova, 2016</ref><ref type="bibr" target="#b9">) He et al., 2015)</ref>, data analytics <ref type="bibr" target="#b14">(Najafabadi et al., 2015)</ref>), recommender systems <ref type="bibr" target="#b20">(Zhang et al., 2019</ref><ref type="bibr" target="#b3">, Donkers, Loepp, &amp; Ziegler, 2017)</ref>, or the generation of photorealistic or artistic artifacts <ref type="bibr" target="#b8">(Elgammal, Liu, Elhoseiny &amp; Mazzone, 2017)</ref>.</p><p>While the potential for automating human performance has increased significantly as a result of these successes, the new intelligent techniques also deepen the gap between user and system, since transparency and traceability of decisions generated by probabilistic techniques are mostly not given <ref type="bibr" target="#b17">(Samek, Wiegand &amp; Müller, 2017)</ref>. Moreover, users have typically no means for interactively controlling the reasoning process. Especially with the otherwise very successful neural network techniques, the system represents a black box from the user's point of view. For system design and development methods that are oriented towards the goals and needs of the users, this represents a considerable challenge, which developers will increasingly have to face up to in the future.</p><p>In the following, we will discuss what we see as the main challenges for engineering interactive systems that are fully or partially based on intelligent algorithms. Each challenge stands for a broad range of research questions that have only initially been investigated so far. In general, the challenges ask for a much closer interdisciplinary cooperation between researchers in HCI and AI which up to now are still often separated by a large gap.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>2</head><p>Challenges for Engineering AI-based Systems</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Presentation and interaction</head><p>For the presentation of and interaction with AI components, many specific questions arise beyond the classical aspects of user interface design. These include the choice of a suitable interaction style, ranging from conventional GUI solutions to conversational and language-based interaction to anthropomorphic virtual agents <ref type="bibr" target="#b13">(Lucas et al., 2014)</ref>.</p><p>In addition, embedded interactions, as they occur in the Internet of Things, in robotics or in automated vehicles, have to be considered <ref type="bibr" target="#b10">(Kranz, Holleis &amp; Schmidt, 2010)</ref>. In many cases, the interaction is multimodal, with an extension of previously pursued approaches to multimodality in the context of new machine-learning processes. The increasingly proactive role of AI components, which can initiate situational interactions, poses a variety of research questions, among others with regard to attention guidance, the interruptibility of user activities, or the change of initiative in dialogue.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Transparency and Explainability</head><p>One of the central problems with regard to the usability of intelligent algorithms is the lack of transparency and explanation of automatically made decisions or recommendations (cf. <ref type="bibr" target="#b18">Tintarev &amp; Masthoff, 2015;</ref><ref type="bibr" target="#b4">Donkers et al. 2018)</ref>. While with conventional techniques such as rule-based systems or decision trees the conclusions can at least in principle still be presented in a comprehensible way, this is usually not the case with neural techniques. In this case, even the developers can hardly comprehend the machine decisions. For reasons of usability as well as information self-determination and data protection (see e. g. European General Data Protection Regulation), it is therefore essential to develop mechanisms that can at least explain the decision mechanisms relevant from the user's point of view and their data basis <ref type="bibr" target="#b5">(Doran, Schulz &amp; Besold, 2017)</ref>. Although there are initial technical approaches, the question of the type and level of detail of system-generated explanations and their presentation is still a largely open research question (cf. Dosilovic 2018). Overall, the question of user-oriented explanations for machine-made decisions forms a central aspect for the user life and acceptance of AIs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">User control of intelligent algorithms</head><p>In addition to the explanatory nature of algorithmic decisions, the further question from the user's perspective is whether and how algorithmic decision-making processes can be influenced and controlled. In principle, user control can start at different stages of the process. This ranges from the selection of data to be used for learning processes to the selection and parameterization of algorithms and feedback on proposals and decisions made by the system <ref type="bibr" target="#b0">(Amershi et al., 2014)</ref>. One example is the control of probabilistic models applied in recommender systems through textual tags associated with the items to be recommended <ref type="bibr" target="#b12">(Loepp et al. 2019)</ref>.</p><p>Future research activities on these topics should include the design of interactive methods for the control of algorithmic processes as well as the development of new algorithms that allow more far-reaching intervention possibilities and closer interaction between user and algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Human-system cooperation</head><p>The old question of the division of tasks between humans and technical systems arises in a new way in the context of AI techniques, as increasingly complex mental tasks can be automated. From the point of view of human-computer interaction, AI systems should support users in their tasks in the best possible way and not pursue a pure substitution strategy. Their use raises fundamental questions regarding the agency and autonomy of users and requires new solutions regarding the interaction and cooperation between user and system. This requires research in areas such as mixed-initiative interactions, handover processes (e.g. automated driving) and mutual learning in collaborative work (e.g. robotics, cf. <ref type="bibr" target="#b11">Lemaignan, 2017)</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5">Ethical and legal aspects</head><p>When machines take on cognitive tasks, a variety of questions arise that would also arise in a comparable form for human actors in the social context <ref type="bibr">(Bostrom &amp; Yudkowski 2011)</ref>. A central problem here, too, is the inexplicability of AI-based decisions, such as in the granting of loans or in application procedures, which is critical both in ethical and legal terms. The demand for the explanation of algorithmically made decisions is also anchored in the European Data Protection Directive, at least in partial aspects, without the implementation having been sufficiently investigated and clarified so far. Algorithmic decisions can (intentionally or unintentionally) be biased or discriminatory for certain groups of persons <ref type="bibr" target="#b19">(Zemel et al., 2013)</ref>. Research on how such tendencies can be identified and avoided is still largely in its infancy. However, from both an ethical and a legal point of view, it is still widely open to which actors the responsibility and liability for algorithmic decisions can be attributed. Different disciplines are required to solve these problems, but human-computer interaction can make an important contribution to clarifying these questions and to their implementation in interactive systems.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Conclusions</head><p>The advent of new approaches such as Deep Learning has immensely enhanced the effectiveness of intelligent algorithms which have begun to pervade a wide range of application areas. A large fraction of these systems are interactive, in that they provide services and functions that are meant to support users in performing their tasks. The black-box nature of most of these techniques, however, prevents users from comprehending and controlling the system which may lead to dissatisfaction and mistrust in the system. So far, there are neither viable nor established methods for engineering AIbased interactive systems. A much closer cooperation between the different fields and an integration of their methods will be needed to overcome the current deficits of intelligent systems from the user's point of view.</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Power to the People: The Role of Humans in Interactive Machine Learning</title>
		<author>
			<persName><forename type="first">S</forename><surname>Amershi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cakmak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">B</forename><surname>Knox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kulesza</surname></persName>
		</author>
		<idno type="DOI">10.1609/aimag.v35i4.2513</idno>
		<ptr target="https://doi.org/10.1609/aimag.v35i4.2513" />
	</analytic>
	<monogr>
		<title level="j">AI Magazine</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">105</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The Ethics of Artificial Intelligence</title>
		<author>
			<persName><forename type="first">N</forename><surname>Bostrom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Yudkowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Cambridge Handbook of Artificial Intelligence (S</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Ramsey</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Frankish</surname></persName>
		</editor>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="316" to="334" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation</title>
		<author>
			<persName><forename type="first">K</forename><surname>Cho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Van Merrienboer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gulcehre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bahdanau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bougares</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schwenk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bengio</surname></persName>
		</author>
		<idno type="DOI">10.3115/v1/D14-1179</idno>
		<ptr target="https://doi.org/10.3115/v1/D14-1179" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</title>
				<meeting>the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="1724" to="1734" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Sequential User-based Recurrent Neural Network Recommendations</title>
		<author>
			<persName><forename type="first">T</forename><surname>Donkers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Loepp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ziegler</surname></persName>
		</author>
		<idno type="DOI">10.1145/3109859.3109877</idno>
		<ptr target="https://doi.org/10.1145/3109859.3109877" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eleventh ACM Conference on Recommender Systems</title>
				<meeting>the Eleventh ACM Conference on Recommender Systems</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="152" to="160" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Explaining Recommendations by Means of User Reviews</title>
		<author>
			<persName><forename type="first">T</forename><surname>Donkers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Loepp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ziegler</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2068/exss8.pdf" />
	</analytic>
	<monogr>
		<title level="m">Joint Proceedings of the ACM IUI 2018 Workshops co-located with the 23rd ACM Conference on Intelligent User Interfaces (ACM IUI 2018)</title>
				<meeting><address><addrLine>Tokyo, Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018-03-11">2018. March 11, 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">What Does Explainable AI Really Mean? A New Conceptualization of Perspectives</title>
		<author>
			<persName><forename type="first">D</forename><surname>Doran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Besold</surname></persName>
		</author>
		<idno>ArXiv:1710.00794</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note>Cs</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Explainable artificial intelligence: A survey</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">K</forename><surname>Došilović</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brčić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Hlupić</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">41st International Convention on Information and Communication Technology, Electronics and Microelectronics</title>
				<meeting><address><addrLine>MIPRO)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018. 2018</date>
			<biblScope unit="page" from="210" to="0215" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A survey of deep learning methods and software tools for image classification and object detection</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">N</forename><surname>Druzhkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">D</forename><surname>Kustikova</surname></persName>
		</author>
		<idno type="DOI">10.1134/S1054661816010065</idno>
		<ptr target="https://doi.org/10.1134/S1054661816010065" />
	</analytic>
	<monogr>
		<title level="j">Pattern Recognition and Image Analysis</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="9" to="15" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">CAN: Creative Adversarial Networks, Generating &quot;Art&quot; by Learning About Styles and Deviating from Style Norms</title>
		<author>
			<persName><forename type="first">A</forename><surname>Elgammal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Elhoseiny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mazzone</surname></persName>
		</author>
		<idno>ArXiv:1706.07068</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note>Cs</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Deep Residual Learning for Image Recognition</title>
		<author>
			<persName><forename type="first">I</forename><surname>Goodfellow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bengio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Courville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<meeting>the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</meeting>
		<imprint>
			<publisher>MIT Press</publisher>
			<date type="published" when="2015">2016. 2015</date>
			<biblScope unit="page" from="770" to="778" />
		</imprint>
	</monogr>
	<note>Deep Learning</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Embedded Interaction: Interacting with the Internet of Things</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kranz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Holleis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schmidt</surname></persName>
		</author>
		<idno type="DOI">10.1109/MIC.2009.141</idno>
		<ptr target="https://doi.org/10.1109/MIC.2009.141" />
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="46" to="53" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Artificial cognition for social human-robot interaction: An implementation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lemaignan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Warnier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">A</forename><surname>Sisbot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Clodic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Alami</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.artint.2016.07.002</idno>
		<ptr target="https://doi.org/10.1016/j.artint.2016.07.002" />
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">247</biblScope>
			<biblScope unit="page" from="45" to="69" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Interactive recommending with Tag-Enhanced Matrix Factorization (TagMF)</title>
		<author>
			<persName><forename type="first">B</forename><surname>Loepp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Donkers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kleemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ziegler</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ijhcs.2018.05.002</idno>
		<ptr target="https://doi.org/10.1016/j.ijhcs.2018.05.002" />
	</analytic>
	<monogr>
		<title level="j">International Journal of Human-Computer Studies</title>
		<imprint>
			<biblScope unit="volume">121</biblScope>
			<biblScope unit="page" from="21" to="41" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">It&apos;s Only a Computer</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Lucas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gratch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>King</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L.-P</forename><surname>Morency</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.chb.2014.04.043</idno>
		<ptr target="https://doi.org/10.1016/j.chb.2014.04.043" />
	</analytic>
	<monogr>
		<title level="j">Comput. Hum. Behav</title>
		<imprint>
			<biblScope unit="volume">37</biblScope>
			<biblScope unit="page" from="94" to="100" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Deep learning applications and challenges in big data analytics</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Najafabadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Villanustre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">M</forename><surname>Khoshgoftaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Seliya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Muharemagic</surname></persName>
		</author>
		<idno type="DOI">10.1186/s40537-014-0007-7</idno>
		<ptr target="https://doi.org/10.1186/s40537-014-0007-7" />
	</analytic>
	<monogr>
		<title level="j">Journal of Big Data</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">1</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Artificial Intelligence and Big Data</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>O'leary</surname></persName>
		</author>
		<idno type="DOI">10.1109/MIS.2013.39</idno>
		<ptr target="https://doi.org/10.1109/MIS.2013.39" />
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="96" to="99" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">A Survey of the Usages of Deep Learning in Natural Language Processing</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">W</forename><surname>Otter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Medina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">K</forename><surname>Kalita</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1807.10854</idno>
		<ptr target="http://ar-xiv.org/abs/1807.10854" />
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Explainable Artificial Intelligence: Understanding, Visualizing and Interpreting Deep Learning Models</title>
		<author>
			<persName><forename type="first">W</forename><surname>Samek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wiegand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K.-R</forename><surname>Müller</surname></persName>
		</author>
		<idno>ArXiv:1708.08296</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note>Cs, Stat</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Explaining Recommendations: Design and Evaluation</title>
		<author>
			<persName><forename type="first">N</forename><surname>Tintarev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Masthoff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender Systems Handbook</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="353" to="382" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Learning Fair Representations</title>
		<author>
			<persName><forename type="first">R</forename><surname>Zemel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Swersky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Pitassi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dwork</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 30 th International Conference on Machine Learning, PMLR</title>
				<meeting>the 30 th International Conference on Machine Learning, PMLR</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="325" to="333" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Deep Learning Based Recommender System: A Survey and New Perspectives</title>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Tay</surname></persName>
		</author>
		<idno type="DOI">10.1145/3285029</idno>
		<ptr target="https://doi.org/10.1145/3285029" />
	</analytic>
	<monogr>
		<title level="j">ACM Comput. Surv</title>
		<imprint>
			<biblScope unit="volume">52</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">38</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

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