<?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">Augmenting a Feature Set of Movies Using Linked Open Data</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Jaroslav</forename><surname>Kuchař</surname></persName>
							<email>jaroslav.kuchar@fit.cvut.cz</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Information Technology</orgName>
								<orgName type="laboratory">Web Intelligence Research Group</orgName>
								<orgName type="institution">Czech Technical University in Prague</orgName>
								<address>
									<settlement>Prague</settlement>
									<country key="CZ">Czech Republic</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Augmenting a Feature Set of Movies Using Linked Open Data</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">0C4FE5BE3FBC67F93BB40CB553EE7020</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:19+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>web of data</term>
					<term>mapping</term>
					<term>user preferences</term>
					<term>association rules</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Augmenting a feature set using mappings to the Web of data is an up-and-coming way to enrich data in the original dataset. Those enrichments are valuable especially for the recent preference learning algorithms and recommender systems. In this paper, we describe the process of mapping and augmenting the movie ratings dataset Movi-eTweetings from the perspective of RecSysRules 2015 Challenge. The ad-hoc queries to DBpedia are used as an underlying concept. To the best of our knowledge, there is no existing mapping dataset of movies for MovieTweetings. We also provide a brief discussion about the benefits of the augmented feature set for an elementary rule-based representation of the user preferences.</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>In this paper, we are focused on a new type of problems which uses the Web of data to augment the feature set. Data in the original dataset are automatically mapped to the Linked Open Data (LOD) identifiers, and then additional features are generated from public knowledge bases such as DBpedia. The huge amount of achievable additional features can provide valuable information for various applications. Recommender systems and their preference learning algorithms have adopted the augmenting of the feature sets. The main goal is to overcome the issues with low granularity of available content descriptions on the one hand and data volume on the other hand <ref type="bibr" target="#b7">[8]</ref>. Since association rules are recognized as one of the most suitable and understandable forms to represent knowledge and relations in data, we place emphasize on the benefits of enrichments for the user preferences represented by a set of rules. Rule-based representations of user preferences can thus provide a desirable balance between the quality of the representation and the understandability of the explanation for the human user <ref type="bibr" target="#b6">[7]</ref>.</p><p>The main contribution of this paper is that it presents an approach how to map an existing movie ratings dataset MovieTweetings <ref type="bibr" target="#b2">[3]</ref> to the DBpedia, makes the mapping dataset available and discusses its benefits for rule-based user preferences. The presented approach is focused on ad-hoc SPARQL queries instead of "guessing" URIs <ref type="bibr" target="#b9">[10]</ref> or downloading all possible data to a local database and processing the data locally <ref type="bibr" target="#b1">[2]</ref>, <ref type="bibr" target="#b10">[11]</ref>. To the best of our knowledge, there is no existing mapping dataset of movies for MovieTweetings to the Web of Data.</p><p>This paper is organized as follows. Section 2 examines a connection to Rec-SysRules challenge and provides an overview of dataset used for the challenge. Section 3 presents automatically generated mappings to the LOD cloud for an existing dataset, including the details on results. Section 4 briefly discusses the benefits of mappings for rule-based representation of user preferences. Finally, Section 5 summarizes the results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Connection to RecSysRules 2015</head><p>The challenge RecSysRules 2015<ref type="foot" target="#foot_0">1</ref> has two focus areas: 1) rule learning algorithms applied on recommender problems 2) using the linked open data cloud for feature set extension. Since the mappings for the MovieTweetings dataset (as described in the rest of this paper) were not available at the time of organizing this challenge, the challenge uses a semantically enriched version of the Movie-Lens dataset <ref type="bibr" target="#b5">[6]</ref>. As a mapping of MovieLens to Linked Open Data DBpedia mappings to MovieLens1M dataset <ref type="bibr" target="#b1">[2]</ref> were used. Please note that due to the unavailability of all movies in DBpedia, the mapping for a fragment of movies is missing. For each movie in the mapping dataset the organizers extracted a set of categories and datatype properties (e.g. release data or gross) as an example of the augmented feature set. The URI identifiers to DBpedia were used to extract those features. In order to facilitate the distribution, the organizers do not provide the final dataset. Nevertheless, a Python script to download and build the dataset is available. This script downloads all necessary dependencies and creates the train CSV file as follows:</p><p>1. Download all dependencies including MovieLens ratings, mappings to DBpedia, augmented feature sets and configurations. 2. Filter ratings -select only ratings that correspond to a predefined set of users (randomly selected 1000 users by challenge organizers). There were also removed last 10 ratings for each selected user and moved to a test set. Test set was used for an evaluation of results submissions. 3. Augment a feature set of movies -for each movie that appeared in the filtered ratings, merge the movie with categories and properties from DBpedia. Entries without any available mapping are removed. 4. Export the train dataset as a CSV file.</p><p>The rest of this paper is focused on a way to provide mappings of movies to DBpedia for another dataset: MovieTweetings. The linking of movies is performed in a similar way as mappings for MovieLens. The paper also discusses the benefits of available links for preference learning.</p><p>The goal is to provide a one-to-one mapping of movies from MovieTweetings dataset <ref type="bibr" target="#b2">[3]</ref> to Linked Open Data cloud as URI identifiers. The dataset contains movie ratings extracted from Twitter for movies released from 1900s to the presence. Each movie is represented by a title, release date and a set of assigned genres (Example: Rocky (1976), Drama | Sport). The main advantage, compared to other existing datasets (MovieLens <ref type="bibr" target="#b5">[6]</ref>, Last.fm <ref type="bibr" target="#b0">[1]</ref>, Jester <ref type="bibr" target="#b3">[4]</ref> or Book-Crossing <ref type="bibr" target="#b11">[12]</ref>), is an availability of updates on a daily basis. Because the dataset is based on extraction of ratings from Twitter users around the world and it is daily updated, we have to deal with the following issues: multilingualism in titles, freshness, inaccuracies and incompleteness of data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">URI Alignment</head><p>Our proposed approach is designed to query the DBpedia using a set of predefined SPARQL queries performed in the following order:</p><p>Perfect match of a title: Listing 1.1 presents a SPARQL query to perform the perfect matching of the title and year according to the existing conventions for titles of movies in DBpedia (Example: Rocky, Rocky (film) and Rocky (1976 film)). . . . FILTER r e g e x ( ? t i t l e , "%s " , " i " ) .</p><p>FILTER r e g e x ( ? year , "%s " , " i " ) . . . Any match of an abstract Last case is when there is no match to any previously described patterns. For foreign languages, abstract usually contains textual mentions about titles of the movie in foreign languages (Example: . . . also known as . . . or . . . (Italian: . . . , German: . . . ))</p><p>. . . FILTER r e g e x ( ? a b s t r a c t , "%s " , " i " ) .</p><p>FILTER r e g e x ( ? year , "%s " , " i " ) . . . Listing 1.4. SPARQL query -Any match of the abstract</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Confidence Values</head><p>To express a basic relevance of the mapping to URI identifiers from DBpedia, we provide a set of confidence values. Title confidence(tc) is computed using Levenshtein distance of titles, Year Confidence (yc) is computed as a simple distance of years and Genre Confidence (gc) uses number of common genres.</p><p>Those values are available in the final mapping dataset and can be used together with a method name for filtering of results. The setting of the filtering is left to the end-user of the mapping dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Results and Statistics</head><p>In this section we will briefly describe results of the mapping. We use a snapshot of the dataset downloaded on June 1, 2015. It contains over 21000 movies. At the time of publishing of this paper, the mapping provides URIs for 71.3% movies. The remaining movies were not mapped due to the issues mentioned at the beginning of this section. Figure <ref type="figure">1</ref> depicts distribution of years for movies that were not successfully mapped to any URI. There is a large amount of movies from recent time that were not successfully mapped due to their unavailability in DBpedia. The reason is that the current version of DBpedia was published on September 9, 2014 (based on Wikipedia dumps from April/May 2014)<ref type="foot" target="#foot_1">2</ref> . Figure <ref type="figure">2</ref> demonstrates usage of methods for successful mapping of movies. The method that performs the perfect match of a title and a year is the most frequent (perfect: 86.61%, pattern: 4.38%, partial: 3.66%, any: 5.35%). Figure <ref type="figure" target="#fig_3">3</ref> provides an overview of language distribution in titles. <ref type="foot" target="#foot_2">3</ref> This summary presents the availability of mappings to DBpedia for various languages. We also evaluated our approach using another existing mapping dataset for MovieLens <ref type="bibr" target="#b1">[2]</ref>. We selected this dataset because both original datasets (Movie-Lens and MovieTweetings) are provided in the same format and the authors of the mapping dataset for MovieLens deal with the same task: mapping of movies to DBpedia. Furthermore, the dataset was manually corrected, therefore we can use it as a ground truth. We launched the proposed mapping algorithm and compared to available mappings. Our approach achieved over 98.5% match, where the incorrectly mapped values were either missing URIs or incorrect links that can be filtered using the confidence values.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Rule-based User Preferences</head><p>In this section we will briefly discuss the benefits of the augmented dataset from the perspective of the challenge RecSysRules 2015.</p><p>Association rules are recognized as one of the most suitable and understandable forms to represent knowledge and relations in data. Rule-based representations of user preferences can thus provide a desirable balance between the quality of the representation and the understandability of the explanation for the human user. The user preferences may be used in different scenarios or use cases from elementary user profile representations to rating predictions and recommendations. In this paper we consider a subset of association rules, called class association rules (CARs) <ref type="bibr" target="#b8">[9]</ref>. Those rules are in the specific format, where a right-hand side of a rule (consequent) contains only one attribute and this attribute is a classification class attribute.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Illustrative Example</head><p>Let consider the domain of movies and information about ratings provided by users from MovieTweetings dataset. The presence of a user rating for a specific movie can be considered as an interest clue -the implicit information about the positive user preference for the movie. For ratings prediction tasks, the provided ratings can be considered as a level of interest. However, it is beyond the scope of this paper to elaborate on all possible tasks. The rest of this illustrative example is focused on the positive-only feedback and the item recommendation task. Each movie is basically represented by a set of features -associated genres. Table <ref type="table" target="#tab_0">1</ref> provides example for one user from the MovieTweetings dataset. "Action", "Crime", "Drama", "Thriller" positive 1345836 The Dark Knight Rises (2012) "Action", "Crime", "Thriller" positive 1951264 The Hunger Games: Catching Fire (2013) "Action", "Adventure", "Sci-Fi", "Thriller" positive</p><p>The elementary rule-based user preferences can be mined using an association rule mining algorithm (e.g R arules package <ref type="bibr" target="#b4">[5]</ref>). Example of extracted rules, that represents the user preferences for one specific user (User Id: 455, minConfidence: 0.1, minSupport: 0.1):</p><p>-{Action} → {positive} (support=1.0, confidence=1.0) -{Action&amp;T hriller} → {positive} (support=1.0, confidence=1.0) -{Crime} → {positive} (support=0.67, confidence=1.0)</p><p>The drawback of the previously described preferences is that they consider only genres as a key component. It is a limiting factor of this representation since those genres are too general. The total number of unique genres in the dataset is 28. In case we would like to use those rules to find candidates for other interesting movies to the user, the rules match too many movies as a set of possible candidates (2952, 1130 and 2717 matched movies respectively). "American action thriller films", "Batman films", "Films directed by Christopher Nolan", . . . The Dark Knight Rises (2012) "Batman films", "Warner Bros. films", . . . The Hunger Games: Catching Fire (2013) "2010s science fiction films", "The Hunger Games (film series)", "American fantasy adventure films", . . . The mappings of movies to the Linked Open Data (See previous section for more details) can help to overcome this issue. Linked Open Data cloud contains relevant information to augment the feature set and increase the granularity. The URI as an identifier of data related to the associated movie can be used to extract additional features; a set of assigned categories for this example <ref type="foot" target="#foot_3">4</ref> . Table <ref type="table" target="#tab_1">2</ref> demonstrates excerpt of an augmented feature set for the movies from our example. We use a basic SPARQL query to extract all categories associated with the specific movies.</p><p>Sample of three representative rules mined on the augmented feature set (User Id: 455, minConfidence: 0.1, minSupport: 0.1):</p><p>-{W arner Bros. f ilms} → {positive} (support=0.67, confidence=1.0) -{Batman f ilms} → {positive} (support=0.67, confidence=1.0) -{T he Hunger Games (f ilm series)} → {positive} (support=0.33, confi-dence=1.0)</p><p>Using the Linked Open Data Cloud we get more granular features for representations of movies. In total there are 10 950 unique categories for all movies in the dataset. The availability of a set of more granular categories assigned to each movie and rule-based user preferences considering those categories, the number of movies that match preferences should be decreased. For our illustrative experiment, the number of matching movies are as follows: 859, 9, 4. The first rule contains more general category, but the remaining two are able to provide adequate number of candidates based on the preferences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion and Future Work</head><p>In this paper we demonstrate the approach to augment the existing movie ratings dataset MovieTweetings from the perspective of the RecSysRules 2015 challenge. We provide the dataset as a mapping of movies to DBpedia for further experiments. It is available for download on the Github<ref type="foot" target="#foot_4">5</ref> . It can be used for other content-based recommender systems as well. We also discussed the benefits of augmented feature sets for the elementary rule-based representations of user preferences. We plan to perform extensive experiments with rule-based user preferences boosted by the augmented feature set. Last but not least, we plan to improve the mapping patterns, offer the mappings to other knowledge bases and provide updates of mapping dataset on a regular basis.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>SELECT DISTINCT ? movie ? t i t l e ? c a t e g o r y WHERE { ? movie r d f : type dbpedia−owl : Film ; r d f s : l a b e l ? t i t l e . ? movie dcterms : s u b j e c t ? c a t e g o r y . ? c a t e g o r y r d f s : l a b e l ? y e a r . FILTER ( ( ( s t r ( ? t i t l e )="%s " | | s t r ( ? t i t l e )="%s ( f i l m ) " ) &amp;&amp; r e g e x ( ? year , "ˆ%s f i l m " , " i " ) ) | | s t r ( ? t i t l e )="%s (%s f i l m ) " ) } ORDER BY ASC( ? movie ) Listing 1.1. SPARQL query -Perfect match of the title and year Partial match of a title: Listing 1.2 describes a modification of the FILTER condition as a relaxation of the patterns in titles.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Listing 1 . 2 .</head><label>12</label><figDesc>SPARQL query -Partial match of the title and year Pattern-based match of an abstract: Based on the nature of DBpedia abstracts formatting we use an abstract as a possible candidate for the pattern matching. The common format of an abstract is: Rocky is a 1976 film . . . or . . . Rocky . . . released 1976 . . . . e x ( ? a b s t r a c t , "ˆ%s i s a %s " , " i " ) | | r e g e x ( ? a b s t r a c t , "ˆ%s . * r e l e a s . * %s " , " i " ) ) . . . Listing 1.3. SPARQL query -Pattern-based match of the abstract</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 1 .Fig. 2 .</head><label>12</label><figDesc>Fig. 1. Distribution of years for unmapped movies Fig. 2. Overview of methods used for successful mapping</figDesc><graphic coords="5,134.77,118.58,174.33,116.22" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Distribution of mapped/unmapped movies with respect to languages detected in movie titles</figDesc><graphic coords="5,101.16,385.98,413.04,144.56" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Example of input data from MovieTweetings dataset (User Id: 455)</figDesc><table><row><cell>MovieId Title</cell><cell>Features (Genres)</cell><cell>Interest</cell></row><row><cell>468569 The Dark Knight (2008)</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Excerpt from an augmented feature set for MovieTweetings (User Id: 455)</figDesc><table><row><cell>Title</cell><cell>Features</cell></row><row><cell>The Dark Knight</cell><cell></cell></row><row><cell>(2008)</cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://2015.ruleml.org/recsysrules-2015.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://wiki.dbpedia.org/news/dbpedia-version-2014-released</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">Languages detected in titles using LangID: https://github.com/saffsd/langid.py</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">Categories are identified by predicate http://purl.org/dc/terms/subject</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://github.com/jaroslav-kuchar/MovieTweetingsMappings</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. This work was supported by the Grant Agency of the Czech Technical University in Prague, grant No. SGS14/104/OHK3/1T/18.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Music Recommendation and Discovery: The Long Tail, Long Fail, and Long Play in the Digital Music Space</title>
		<author>
			<persName><forename type="first">Oscar</forename><surname>Celma</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2010">2010</date>
			<publisher>Incorporated</publisher>
		</imprint>
	</monogr>
	<note>1st edition</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Linked open data to support content-based recommender systems</title>
		<author>
			<persName><forename type="first">Tommaso</forename><surname>Di Noia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Roberto</forename><surname>Mirizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claudio</forename><surname>Vito</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Davide</forename><surname>Ostuni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Romito</surname></persName>
		</author>
		<author>
			<persName><surname>Zanker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Conference on Semantic Systems, I-SEMANTICS &apos;12</title>
				<meeting>the 8th International Conference on Semantic Systems, I-SEMANTICS &apos;12<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Movietweetings: a movie rating dataset collected from twitter</title>
		<author>
			<persName><forename type="first">Simon</forename><surname>Dooms</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Toon</forename><surname>De Pessemier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luc</forename><surname>Martens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Crowdsourcing and Human Computation for Recommender Systems, CrowdRec at RecSys 2013</title>
				<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Eigentaste: A constant time collaborative filtering algorithm</title>
		<author>
			<persName><forename type="first">Ken</forename><surname>Goldberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Theresa</forename><surname>Roeder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dhruv</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chris</forename><surname>Perkins</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inf. Retr</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="133" to="151" />
			<date type="published" when="2001-07">July 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">arules -a computational environment for mining association rules and frequent item sets</title>
		<author>
			<persName><forename type="first">Michael</forename><surname>Hahsler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bettina</forename><surname>Grün</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kurt</forename><surname>Hornik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Statistical Software</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">15</biblScope>
			<biblScope unit="page" from="1" to="25" />
			<date type="published" when="2005-09">9 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">An algorithmic framework for performing collaborative filtering</title>
		<author>
			<persName><forename type="first">Jonathan</forename><forename type="middle">L</forename><surname>Herlocker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">A</forename><surname>Konstan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Al</forename><surname>Borchers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Riedl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR &apos;99</title>
				<meeting>the 22nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR &apos;99<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="230" to="237" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Orwellian eye: Video recommendation with Microsoft Kinect</title>
		<author>
			<persName><forename type="first">Tomáš</forename><surname>Kliegr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jaroslav</forename><surname>Kuchař</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Conference on Prestigious Applications of Intelligent Systems (PAIS&apos;14) collocated with European Conference on Artificial Intelligence (ECAI&apos;14)</title>
				<meeting>the Conference on Prestigious Applications of Intelligent Systems (PAIS&apos;14) collocated with European Conference on Artificial Intelligence (ECAI&apos;14)</meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="1227" to="1228" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Bag-of-entities text representation for clientside recommender systems</title>
		<author>
			<persName><forename type="first">Jaroslav</forename><surname>Kuchař</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomáš</forename><surname>Kliegr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">First Workshop on Recommender Systems for Television and online Video (RecSysTV), ACM RecSys</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Integrating classification and association rule mining</title>
		<author>
			<persName><forename type="first">Bing</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wynne</forename><surname>Hsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yiming</forename><surname>Ma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Conference on Knowledge Discovery and Data Mining (KDD-98)</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Piatetsky-Shapiro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Agrawal</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Stolorz</surname></persName>
		</editor>
		<meeting>the 4th International Conference on Knowledge Discovery and Data Mining (KDD-98)</meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="80" to="86" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Unsupervised generation of data mining features from linked open data</title>
		<author>
			<persName><forename type="first">Heiko</forename><surname>Paulheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Johannes</forename><surname>Fümkranz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd International Conference on Web Intelligence, Mining and Semantics, WIMS &apos;12</title>
				<meeting>the 2nd International Conference on Web Intelligence, Mining and Semantics, WIMS &apos;12<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Semanticsvd++: Incorporating semantic taste evolution for predicting ratings</title>
		<author>
			<persName><forename type="first">Matthew</forename><surname>Rowe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2014 IEEE/WIC/ACM International Joint Conferences on Web Intelligence (WI) and Intelligent Agent Technologies (IAT) -Volume 01, WI-IAT &apos;14</title>
				<meeting>the 2014 IEEE/WIC/ACM International Joint Conferences on Web Intelligence (WI) and Intelligent Agent Technologies (IAT) -Volume 01, WI-IAT &apos;14<address><addrLine>Washington, DC, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="213" to="220" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Improving recommendation lists through topic diversification</title>
		<author>
			<persName><forename type="first">Cai-Nicolas</forename><surname>Ziegler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sean</forename><forename type="middle">M</forename><surname>Mcnee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">A</forename><surname>Konstan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Georg</forename><surname>Lausen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th International Conference on World Wide Web, WWW &apos;05</title>
				<meeting>the 14th International Conference on World Wide Web, WWW &apos;05<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="22" to="32" />
		</imprint>
	</monogr>
</biblStruct>

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