<?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">System to design context-aware social recommender systems</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Jose</forename><forename type="middle">L</forename><surname>Jorro-Aragoneses</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Software Engineering and Artificial Intelligence</orgName>
								<orgName type="institution">Universidad Complutense de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">System to design context-aware social recommender systems</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">CE41C13C5F20089A3C3B85B6D9A87ED7</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:31+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this document, we summarize my PhD thesis goals and the progression in 2014/2015. The principal goal of my PhD thesis is to describe an architecture to design context social recommender systems. Finally, we explain all goals that we will try to achieve during my PhD studies.</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>The number of products and the amount of information that we can consider has increased with the growth of the Internet. Sometimes, all of this information could overwhelm users. Recommender systems were created to filter this information and they just show the most interesting results for each user. For example, recommender systems are an important feature in e-commerce, where they show what products may most interest a user <ref type="bibr" target="#b7">[8]</ref>.</p><p>Recommender systems are an active research area in the artificial intelligence community. The majority of recommender systems use features of products and user preferences to calculate recommendations <ref type="bibr" target="#b6">[7]</ref>. A trend in this area is to use contextual information <ref type="bibr" target="#b0">[1]</ref> in recommender systems.</p><p>We find a complete definition of context in <ref type="bibr" target="#b2">[3]</ref> "Context is any information that can be used to characterize the situation of an entity. An entity is a person, place, or object that is considered relevant to the interaction between a user and an application, including the user and applications themselves". In our case, entities of recommender systems are items that systems recommend and users who receive a recommendation. My PhD thesis goal is to study what kinds of context information there are in a recommender system, how many ways we can obtain this information (implicit, users introduce the information, or explicit, the system obtains this information itself) and design a system to build recommender systems automatically.</p><p>The paper is organized as follows: Section 2 defines specific objectives in my PhD thesis based on the main goal. Finally, we explain the progress to date in Section 3.</p><p>Copyright © 2015 for this paper by its authors. Copying permitted for private and academic purposes. In Proceedings of the ICCBR 2015 Workshops. Frankfurt, Germany.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Research objectives</head><p>As we said before, the main goal of my PhD thesis is to analyse what type of context information could be used in a recommender system and we will use these results to create an architecture that creates templates of CBR recommender systems automatically. To do it, we need to analyse di↵erent recommender systems and observe what type of information have its elements.</p><p>We can find 4 types of context information based on <ref type="bibr" target="#b2">[3]</ref>:</p><p>Individual: Features of entities (age, sex, restaurant type, ...).</p><p>Location: Location of entities (longitude, latitude, room of a museum, ...). Time: Time or time restrictions of entities (timetable, date of an event, ...).</p><p>Relationship: Features that we obtain in entities relationship (a family, a group of pictures of the same theme,...).</p><p>Currently, we are studying recommender systems that we have built before and classifying context information of items and types and type of users. Firstly, we classify MadridLive [2, 6], a recommender system of tourism and leisure activities in Madrid. This system uses all types of context information, and after, we add the emotional context (part of my PhD thesis) to complete the system. At the same time, we study di↵erent ways to obtain this information (mobile devices, social networks, linked-data, etc.). With context types and forms to obtain the information we create an ontology that classifies CBR recommender systems by the type of information that these systems use. Finally, we are going to use this ontology to make a system that builds templates of CBR systems. This system will use the type of items, users and technology to create a template that explains how to build the recommender system.</p><p>Preliminary specific objectives are defined as follows:</p><p>Objective 1: Detection and study of the influence of emotional context in recommender systems. Objective 1.1: Obtain a method to detect the user emotions by his/her facial gestures. The preliminary results have been published in <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b3">4]</ref>. Objective 1-2: Investigate di↵erent applications of emotions in recommender systems. Objective 2: Classify all context information types and all di↵erent forms to obtain each type of information. To do it, we will design an ontology that will be used to create the final system. In this objective we are going to study recommender systems for individuals only. Objective 3: Extend classification to group recommender systems. The main goal is to detect and study the social context in recommender systems. Objective 3.1: Obtain a method to calculate the influence between members of a group using social networks. Objective 3.2: Determine if there are patterns of groups with similar characteristics, for example, families, seniors group, etc. Objective 3.3: Add social context conclusions in the ontology that we have defined in Objective 2.</p></div>		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Objective 4: Design a system that uses our ontology to create templates for CBR systems. The system creates templates using the information that the recommender system will use. Objective 5: Make experiments to validate the system and research the influence of each type of context in a recommender system. To do it, we are going to create a recommender system based in the tourism and leisure domain.</p><p>All these specific objectives permit us to study all information types that participate in a recommender system and propose a system to design recommender systems automatically.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Description of the progress to date</head><p>In 2014/2015, I have finished objective-1.1. I have proposed a CBR approach to infer the emotion state using images of the user's face. This method has been published in <ref type="bibr" target="#b4">[5]</ref> and <ref type="bibr" target="#b3">[4]</ref>. Next, we have compared the quality of our method with others, and this comparison is explained in the paper that we have published at this conference (ICBBR 2015). In this paper, we explain a possible solution to the cold-start problem. To do it, we have created specialized case bases with cases that have the same features. These features are:</p><p>-Age, classified in two categories, children and adults.</p><p>-Gender, classified in two categories, men and women.</p><p>-Ethnic group, classified in the ethnic group features as Japanese, European, etc.</p><p>Actually, I am studying the design of an ontology to classify recommender systems by the type of context information that they use. The objective is using the ontology in a system that creates templates of CBR systems.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Context-Aware Recommender Systems</title>
		<author>
			<persName><forename type="first">G</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tuzhilin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>Springer US</publisher>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="217" to="253" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Agudo Calvo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Jorro Aragoneses</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Valle Corral</surname></persName>
		</author>
		<title level="m">Sistema de recomendación de actividades turísticas</title>
				<meeting><address><addrLine>Madrid live</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Understanding and Using Context</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Dey</surname></persName>
		</author>
		<ptr target="http://dl.acm.org/citation.cfm?id=593570.593572" />
	</analytic>
	<monogr>
		<title level="j">Personal and Ubiquitous Computing</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="4" to="7" />
			<date type="published" when="2001-02">Feb 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Optimization of a CBR system for emotional tagging of facial expressions</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Jorro-Aragoneses</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Díaz-Agudo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Recio-García</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
			<publisher>UKCBR</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">CBR tagging of emotions from facial expressions</title>
		<author>
			<persName><forename type="first">P</forename><surname>López-De-Arenosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Díaz-Agudo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Recio-García</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ICCBR</title>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>López Gómez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bezares Álvarez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Marín Fernández</surname></persName>
		</author>
		<title level="m">Madrid live: un sistema de recomendación de ocio social y contextual para la ciudad de madrid</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">F</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rokach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Shapira</surname></persName>
		</author>
		<title level="m">Introduction to Recommender Systems</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">E-commerce recommendation applications</title>
		<author>
			<persName><forename type="first">J</forename><surname>Schafer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Konstan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Riedl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Applications of Data Mining to Electronic Commerce</title>
				<editor>
			<persName><forename type="first">R</forename><surname>Kohavi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Provost</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer US</publisher>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="115" to="153" />
		</imprint>
	</monogr>
</biblStruct>

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