<?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">An Evaluation of Recommendation Algorithms for Online Recipe Portals</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
							<email>christoph.trattner@uib.no</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Bergen</orgName>
								<address>
									<country key="NO">Norway</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
							<email>david.elsweiler@ur.de</email>
							<affiliation key="aff1">
								<orgName type="institution">University of Regensburg</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">An Evaluation of Recommendation Algorithms for Online Recipe Portals</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F170C10436D7E8796F994EDB099794EC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T10:28+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>Online recipes; recommender systems</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Better models of food preferences are required to realise the oft touted potential of food recommenders to aid with the obesity crisis. Many of the food recommender evaluations in the literature have been performed with small convenience samples, which limits our conidence in the generalisability of the results. In this work we test a range of collaborative iltering (CF) and content-based (CB) recommenders on a large dataset crawled from the web consisting of naturalistic user interaction data over a 15 year period. The results reveal strengths and limitations of diferent approaches. While CF approaches consistently outperform CB approaches when testing on the complete dataset, our experiments show that to improve on CF methods require a large number of users (&gt; 637 when sampling randomly). Moreover the results show diferent facets of recipe content to ofer utility. In particular one of the strongest content related features was a measure of health derived from guidelines from the UK Food Safety Agency. This inding underlines the challenges we face as a community to develop recommender algorithms, which improve the healthfulness of the food people choose to eat.</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>Food recommenders (e.g. <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b14">15]</ref>) and studies of online recipes (e.g. <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b39">40]</ref> ) have received increased research attention of late. A key motivation for this is often health, with recommender systems being touted as a means to help people change dietary habits and address costly societal problems, such as diabetes and obesity <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b10">11]</ref>.</p><p>Diverse studies have been published, ofering insight into the contextual factors inluencing recipe preference <ref type="bibr" target="#b27">[28,</ref><ref type="bibr" target="#b39">40]</ref> and the future popularity of recipes <ref type="bibr" target="#b35">[36]</ref>, as well as providing an understanding of the links between recipe preference and incidence of eating related illness <ref type="bibr" target="#b36">[37]</ref>. A further strain of research has attempted to incorporate health in the food recommendation problem by, for example, building nutritional content into the recommendation process <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b33">34]</ref> or by recommending meal plans, which tailor recommendations to users' nutritional needs over time <ref type="bibr" target="#b5">[6]</ref>.</p><p>Providing healthful food recommendations, using any of the suggested strategies necessitates, however, that we can accurately model and predict the food individual users would actually like to eat. We have yet limited understanding as to which recommender algorithms work best <ref type="bibr" target="#b32">[33]</ref> and the studies that have been performed typically focus on one approach in isolation (e.g. recipe ingredients <ref type="bibr" target="#b10">[11]</ref> or properties of the associated image <ref type="bibr" target="#b13">[14]</ref>). Moreover, past work has tended to employ datasets derived from small scale user studies <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b18">19]</ref> limiting our conidence in the generalisability of the results. In this work, we test a number of competitive collaborative iltering (CF) and content-based (CB) recommenders on a large scale naturalistic dataset similar to those that have been studied for cultural <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b39">40]</ref> or epidemiological <ref type="bibr" target="#b36">[37]</ref> reasons using data science methods. We formulate the problem as is typically done in recommendation experiments using past feedback from a given user to predict future interactions by that same user <ref type="bibr" target="#b25">[26]</ref>. The aim being not only to compare and contrast diferent models, but also to examine the utility of diferent facets of content -which are diverse in the case of online recipes -and establish how these inluence the recommendation performance. The main indings include that:</p><p>• CF methods consistently outperform CB methods over the full dataset.</p><p>• CF requires either a small number of highly active users or over six hundred users, selected randomly to achieve competitive performance. • There is a useful signal in the CB facets, which would be useful in cold-start situations. • One of the most robust content features is the nutritional healthiness of the recipe as deined by a measure derived from the United Kingdom Food Standards Agency (FSA). This highlights that users are typically consistent in their nutritional preferences over time and emphasizes the challenges faced to change eating habits.</p><p>The remainder of the paper is structured as follows: Sections 3 and 4 describe the data basis and experimental setup, respectively. Section 5 continues to report the results of two rounds of experiments, the irst of which uses the full dataset and the second employs a bootstrapping approach to test algorithms on sub-samples of the data of various sizes. Section 6 summarises the indings and sets these in context against the literature, which is reviewed in the following section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">RELATED WORK</head><p>In this section two bodies of related work are reviewed. The irst focuses on the evaluation of food recommender algorithms. The second summarises studies of user interaction with online recipe portals, which provides insight into human food preference and the variables inluencing this.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Food Recommendation</head><p>Eforts to design automated systems to recommend meals can be traced to the mid-1980s where case-based planning was employed <ref type="bibr" target="#b17">[18,</ref><ref type="bibr" target="#b20">21]</ref>. More recent eforts have focused on rating prediction, using either aspects of recipe content or ratings data using collaborative iltering approaches. Freyne et al. <ref type="bibr" target="#b10">[11]</ref> showed the recommendations could be improved by decomposing recipes into individual ingredients and building user proiles comprising ingredients users liked based on ratings for the recipes containing these ingredients. Harvey et al. extended the approach and improved performance by creating positive and negative proiles for users and reducing the dimensionality of the matrices <ref type="bibr" target="#b18">[19]</ref>.</p><p>Other CB approaches have employed visual signals. Yang and colleagues demonstrated that algorithms designed to extrapolate important visual aspects of food images outperform baseline methods <ref type="bibr" target="#b41">[42,</ref><ref type="bibr" target="#b42">43]</ref>. Elsweiler et al. <ref type="bibr" target="#b7">[8]</ref> also show that automatically extracted low-level image features, such as brightness, colourfulness and sharpness can be useful for predicting user food preference.</p><p>A second approach has been to exploit ratings data using collaborative iltering (CF) techniques. Freyne and Berkovsky tested a nearest neighbour approach, which ofered poorer performance than the content approach described above <ref type="bibr" target="#b10">[11]</ref>. Ge et al. <ref type="bibr" target="#b14">[15]</ref> tested a matrix factorization solution that fuses ratings information and user supplied tags to achieve signiicantly better prediction accuracy than content-based and standard matrix factorization baselines. Several studies report that the best results are achieved when CF and CB approaches are combined in hybrid models <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b18">19]</ref>.</p><p>A common motivator for food recommendation work has been to promote healthy nutrition. One approach is to rely on rules derived from domain experts to meet daily energy requirements <ref type="bibr" target="#b12">[13]</ref> or focus on the nutritional requirements of speciic groups such as the elderly care <ref type="bibr" target="#b9">[10]</ref> or body-builders <ref type="bibr" target="#b37">[38]</ref>. Others have tailored recommendations based on the user's caloriic or other nutritional needs <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b33">34]</ref>, existing nutritional habits <ref type="bibr" target="#b30">[31]</ref> or combine recommendations to meet requirements <ref type="bibr" target="#b5">[6]</ref>. Again, approaches have been published for speciic target groups e.g. diabetics <ref type="bibr" target="#b24">[25]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Studies of Food Behaviour using Online Recipe Portals</head><p>While not focusing on recommendation, a large body of recent work sheds light on food preferences by studying interactions with online food portals. Analysing the nutritional content of these portals using metrics derived from the World Health Organisation (WHO) and the United Kingdom Food Standards Agency (FSA) has found recipes to be mainly unhealthy, although healthy recipes can be found <ref type="bibr" target="#b34">[35]</ref>. Overall, people tend to interact with the least healthy recipes most often <ref type="bibr" target="#b33">[34]</ref>. There is, nevertheless, heterogeneity in the user-base with respect to the nutritional properties of recipes interacted with and a growing body of evidence reports correlations between recipes accessed via search engines, recipes portals and social-media and incidence of diet-related illness <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b28">29,</ref><ref type="bibr" target="#b36">37]</ref>. Moreover, clear weekly and seasonal trends can be observed in the way users interact with recipes, both in terms of the contained ingredients and the nutritional value of the recipes (fat, proteins, carbohydrates, and calories) <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b39">40]</ref>. Other work has reported diferent interaction patterns for users with diferent gender <ref type="bibr" target="#b27">[28,</ref><ref type="bibr" target="#b38">39]</ref> and who live in diferent geographical areas within a country <ref type="bibr" target="#b39">[40,</ref><ref type="bibr" target="#b43">44]</ref>.</p><p>The number of variables shown to relate to eating habits highlights just how challenging a problem food recommendation is.</p><p>The brief review of literature above has highlighted the increasing popularity of food recsys research and that a key motivator is desire to build systems to promote healthy nutrition. Key takeaways from the review are as follows:</p><p>• While several evaluations have CF and CB baselines, no extensive comparison of CF and CB approaches in food recsys domain has been published. • Moreover, no detailed investigation of diferent aspects of content that may be useful is available and much of the recipe content (recipe description, cooking steps, cooking time etc.) has not been evaluated. • Finally, the evaluations performed to date have typically been performed on small artiicially generated test collections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">MATERIALS</head><p>To address the identiied gaps in the literature, in this work, we make use of a web crawl of the online platform Allrecipes.com to evaluate diverse CF and CB approaches in the recipe recommendation context.</p><p>The platform was crawled between 20 th and 24 th of July, 2015. We retrieved 60,983 recipes published by 25,037 users between the years 2000 and 2015 through the sitemap that is available in the robots.txt ile of the website. In this paper we only make use of the 58,263 recipes where nutrition information was available. The basic statistics of this dataset can be found in Table <ref type="table" target="#tab_0">1</ref>.</p><p>In addition to the core recipe components ś such as recipe title, ingredient list, number of servings and instructions ś we also collected for each recipe the according image, comments provided by users, rating information and nutrition facts<ref type="foot" target="#foot_0">1</ref> , such as total energy (kCal), protein (g), carbohydrate (g), sugar (g), salt (g), fat (g) and saturated fat (g) content (measured in 100g per recipe).</p><p>Allrecipes.com is just one of many online recipe portals. Others popular sites include Food.com, Epicurious.com, Yummly.com and Cooks.com. We chose Allrecipes.com because, at the time of writing, it claims to be the world's largest food-focused social network: the site has a community of over 40 million users from 24 countries who annually visit 3 billion recipes <ref type="bibr" target="#b1">[2]</ref>. This claim has been corroborated by services such as eBizMBA, which ranks Allrecipes.com as the most popular recipe website <ref type="bibr" target="#b4">[5]</ref>. This means that we not only analyze a large scale dataset, but also the most popular recipe platform on the Web.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">EXPERIMENTAL SETUP</head><p>We ran a series of experiments evaluating the performance of 6 prominent recommender algorithms on the rating data using the LibRec 2 framework. The algorithms tested are: Random item ranking (our baseline), Most Popular item ranking (MostPopular), user-and item-based collaborative iltering (denoted as UserKNN and ItemKNN) <ref type="bibr" target="#b29">[30]</ref>, Bayesian Personalized Ranking (BPR) <ref type="bibr" target="#b25">[26]</ref>, Weighted matrix factorization (WRMF) <ref type="bibr" target="#b21">[22]</ref> and Latent Dirichlet Allocation (LDA) <ref type="bibr" target="#b16">[17]</ref>.</p><p>For the content-based approaches we induced in total 20 diferent features, which we used to compute similarities between recipes. Below we briely summarise these features and their corresponding sets:</p><p>• Title: For the title feature set, we derived 5 similarity features, based on Levenshein distance, Least Common Sub-Sequence (LCS), Jaro-Winkler distance and bi-gram distance. To obtain a similarity value between two recipes based on these features we calculate 1 − dist(r i , r j ). Furthermore, we employ LDA topic modelling on the recipe titles using Mallet with Gibbs sampling. The number of topics was set to 100 topics. Hence for each recipe we induce a vector of dimension one hundred capturing the topic distribution. To calculate similarities between recipes we employ the cosine similarity metric. • Image: For the image feature set we employed on the one hand side image attractiveness measures such as image brightness, sharpness, contract, colorfulness and entropy as well as deep convolutional neural network (CNN) features from a pre-trained VGG-16 model <ref type="bibr" target="#b31">[32]</ref>. For each image we derive one embedding vector of dimension 4096 and calculate cosine similarity between recipes on these vectors. To measure the similarity between two recipes based on the image attractiveness metrics <ref type="bibr" target="#b35">[36]</ref> we employ the Manhatten distance, i.e. 1 − |metric(r i ) − metric(r j )|. • Ingredients: To calculate similarities between recipes on ingredient level, we inducted four diferent features. On the one hand side the text itself was used and brought to a TFśIDF representation to calculate cosine similarity between recipes. On the other hand side we also chose to employ LDA again to derive a topic distribution and to calculate cosine similarity between recipes on those vectors. Finally, we employed the normalized ingredient strings, to calculate similarities between recipes using cosine similarity and Jaccard. In the case of cosine we normalized the quantities of each ingredient to 100g of a recipe and used the normalized quantity values as frequency indicator.</p><p>2 http://www.librec.net/</p><p>• Directions: From the directions block we computed two similarity features based again on a LDA topic vector representation of the text as well as on TFśIDF vector representation. Similarities were again computed employing the cosine similarity measure on these vectors. • Ratings: Here we rely on the the number of ratings of a recipe as well the average rating. To compute similarities between recipes on theses indicators we rely again on the inverse Manhatten distance, i.e. 1 − |metric(r i ) − metric(r j )|. • Health: In order to measure healthiness of a recipe we rely on the following macro nutrient: 'fat', 'saturated fat', 'sugar' and 'salt' (measured in 100g per recipe). This allows us to measure the healthiness of a recipe according to international standards as introduced in 2007 by The Food Standard Agency (FSA) <ref type="bibr" target="#b11">[12]</ref>.</p><p>There are also other standards that can be applied, such as the ones provided by the World Health Organization (WHO) <ref type="bibr" target="#b40">[41]</ref> or the HEI metric as proposed by the CDC <ref type="bibr" target="#b19">[20]</ref>. We employ the standards provided by the FSA, as this is currently most robust method to estimate the healthiness of online recipes. The metric was also used in related work <ref type="bibr" target="#b33">[34]</ref>. The scale ranges from 4 for very healthy recipes to 12 for very unhealthy recipes. Throughout the paper we refer to this metric as 'FSA score'.</p><p>For each of the features described above, we derive a scoring function that computes as follows:</p><formula xml:id="formula_0">score(u, i) f eatur e = p ∈P u sim(i, p) |P u | ,<label>(1)</label></formula><p>where P u is the set of items of a user u, i an arbitrary item, and sim(i, p) is any of the above mentioned similarity metrics between item i and p.</p><p>For each feature set we calculate scores based on the linear combination of the similarities <ref type="foot" target="#foot_1">3</ref> .</p><p>As in previous work <ref type="bibr" target="#b25">[26]</ref>, we operationalise the experiments as a personalized ranking problem (item recommendation). The aim here is to provide a user with a ranked list of items where the ranking has to be inferred from the implicit behavior of the user (e.g. recipes rated in the past). Implicit feedback systems, such as those studied in <ref type="bibr" target="#b25">[26]</ref> are challenging as only positive observations are available. The non-observed user-item pairs ś e.g. a user has not cooked a recipe yet ś are a mixture of real negative feedback (the user is not interested in cooking the recipe) and missing values (the user might want to cook the recipe in the future). We use 5fold cross validation as protocol for all the experiments and report the recommendation performance results employing AUC as a performance metric <ref type="bibr" target="#b26">[27]</ref>.</p><p>To reduce data sparsity issues, a well-known issue in collaborative iltering-based methods <ref type="bibr" target="#b26">[27]</ref>, in the irst experiments we apply a p-core ilter approach <ref type="bibr" target="#b3">[4]</ref> using only user proiles with at least 20 rating interactions <ref type="foot" target="#foot_2">4</ref> and recipes that have been rated at least 20 times by the users, resulting in a inal dense dataset comprising 1273 users, 1031 items and 50,681 interactions. To study the efects of diferent levels of users on performance we report a second set of bootstrapped experiments using smaller dense samples of heavy users (using the same criteria as above), and varying collection sizes using standard random sampling, referred to as 'sparse samples' in the text. These experiments were repeated 100 times each and the average performance reported.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">RESULTS</head><p>The results of the experiments on the full dataset are shown in    AUC scores of &gt; .686. This compares to .5883 achieved by the linear combination of content features (= CB:All).</p><p>Examining the performance of diferent aspects of content (title, image, ingredients, direction and health) shows that there is a signal in each of these aspects. This is a sign of the consistency, in terms of the properties of recipes, which individual users tend to rate. The fact that the combined model łAllž does not achieve a high improvement on these signals individually is perhaps an indication that a linear combination is not the best means to combine these signals. One of the strongest content-based features is the FSA score (AUC=.5775). Again, this hints at consistency in user preference, this time in terms of the healthiness of recipes, which individual users interact with.</p><p>To complement these initial results and better understand the relationship between CF and CB methods and the amount of data required to achieve strong recommendation performance with these approaches, we performed the bootstrapping study as described above. The results are presented in Figure <ref type="figure" target="#fig_0">1</ref>.</p><p>In a irst test, see Figure <ref type="figure" target="#fig_0">1</ref> (A), we sampled only from active users, that is, we derived a test size of various sizes where users had rated at least 20 items and the items involved had also achieved at least 20 ratings. Taking this dense sample showed that even a small number of users can attain stable performance. With only 1% of all users (N=13) the CF technique (BPR) is able to outperform the content approach. Nevertheless, when users are selected at random from the dataset and no p-core ilter is applied, see Figure <ref type="figure" target="#fig_0">1</ref> (B) ś which we argue is a much more realistic setup <ref type="bibr" target="#b3">[4]</ref> ś many more users are required on average to achieve an equivalent performance. Whereas the CB approaches achieve a consistent performance (AUC=&gt; .54) regardless of the number of users studied, half of the dataset (50%, N=637) is required before the CF methods outperform the CB approach.</p><p>In this work we have tested competitive recommendation algorithms on a large online recipe dataset. While algorithms of these types have been evaluated before (e.g. <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b18">19]</ref>), no systematic evaluation has been performed on naturalistic data of this type for only recipes and no results have been published with respect to what signal can be ofered by diferent facets of recipe content.</p><p>Our primary inding is that CF outperformed CB in our experiments. This is a diferent result from the literature -both <ref type="bibr" target="#b10">[11]</ref> and <ref type="bibr" target="#b18">[19]</ref> report ingredient based CB methods outperforming CF baselines. The small size datasets in these past studies, however, suggests the results to be compatible. It is only after data for several hundred (in our experiment 637) users is available that CF methods start to outperform CB.</p><p>With respect to recipe content, the performance of FSA highlights the challenge in changing people's habits. This aligns with past work revealing that the majority of users tend to prefer unhealthy food, a smaller group preferred healthy recipes, but both groups were consistent in their judgments over time <ref type="bibr" target="#b18">[19]</ref>. As a community we need to think hard about how these group members can be targeted with recommendations that might alter this situation.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: (A) shows the results in the dense data samples (= p-core iltered) where each user has at least 20 item interactions and each item is at least 20-times interacted with, (B) shows the results in the sparse data samples (=no p-core).</figDesc></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>Basic statistics of the Internet recipes dataset obtained from Allrecipes.com.</figDesc><table><row><cell>Total published recipes</cell><cell>60,983</cell></row><row><cell>Recipes containing nutrition information</cell><cell>58,263</cell></row><row><cell>Recipes rated</cell><cell>46,713</cell></row><row><cell>Ratings</cell><cell>1,032,226</cell></row><row><cell>Users providing ratings</cell><cell>125,762</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>Results of the recommender experiment ś collaborative (CF) vs content-based (CB) ś in the dense data sample with all users. Best features in each set (CF and CB) are bolded. Top-5 (↑) and Bottom-5 (↓) single content features are also marked.</figDesc><table><row><cell cols="2">Method Algorithm</cell><cell>AUC</cell></row><row><cell></cell><cell>BPR</cell><cell>.7094</cell></row><row><cell></cell><cell>WRMF</cell><cell>.6881</cell></row><row><cell>CF</cell><cell>UserKNN ItemKNN</cell><cell>.6962 .6909</cell></row><row><cell></cell><cell>MostPopular</cell><cell>.6864</cell></row><row><cell></cell><cell>LDA</cell><cell>.6863</cell></row><row><cell></cell><cell>Title:Levenstein-Distance</cell><cell>.5468 (↑)</cell></row><row><cell></cell><cell>Title:Bigram-Distance</cell><cell>.5500 (↑)</cell></row><row><cell></cell><cell>Title:LCS-Distance</cell><cell>.5424</cell></row><row><cell></cell><cell>Title:LDA-Text-Cosine</cell><cell>.5353</cell></row><row><cell></cell><cell>Title:Jaro-Winkler-Distance</cell><cell>.5324</cell></row><row><cell></cell><cell>Title:All</cell><cell>.5523</cell></row><row><cell></cell><cell>Image:Cosine-Embeddings</cell><cell>.5322</cell></row><row><cell></cell><cell cols="2">Image:Colorfulness-Distance .5072 (↓)</cell></row><row><cell></cell><cell>Image:Contrast-Distance</cell><cell>.5175</cell></row><row><cell></cell><cell>Image:Sharpness-Distance</cell><cell>.5109</cell></row><row><cell></cell><cell>Image:Entropy-Distance</cell><cell>.5080 (↓)</cell></row><row><cell></cell><cell>Image:Brightness-Distance</cell><cell>.4991 (↓)</cell></row><row><cell>CB</cell><cell>Image:All</cell><cell>.5425</cell></row><row><cell></cell><cell>Ingredients:Cosine-Text</cell><cell>.5547</cell></row><row><cell></cell><cell cols="2">Ingredients:Cosine-LDA-Text .5653 (↑)</cell></row><row><cell></cell><cell>Ingredients:Jaccard</cell><cell>.5502</cell></row><row><cell></cell><cell>Ingredients:Cosine</cell><cell>.5575</cell></row><row><cell></cell><cell>Ingredients:All</cell><cell>.5718</cell></row><row><cell></cell><cell cols="2">Directions:Cosine-LDA-Text .5606 (↑)</cell></row><row><cell></cell><cell>Directions:Cosine-Text</cell><cell>.5210</cell></row><row><cell></cell><cell>Directions:All</cell><cell>.5731</cell></row><row><cell></cell><cell>Ratings:Number-Distance</cell><cell>.4789 (↓)</cell></row><row><cell></cell><cell>Ratings:Average-Distance</cell><cell>.4832 (↓)</cell></row><row><cell></cell><cell>Ratings:All</cell><cell>.5249</cell></row><row><cell></cell><cell>Health:FSA</cell><cell>.5775 (↑)</cell></row><row><cell></cell><cell>CB:All</cell><cell>.5883</cell></row><row><cell></cell><cell>Random</cell><cell>.4989</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 .</head><label>2</label><figDesc>The CF methods clearly outperform the content-based approaches. The best performing CF method (BPR) achieved an AUC score of .7094 and the remaining CF methods demonstrated</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Allrecipes.com estimates the nutritional facts for an uploaded recipe by matching the contained ingredients with those in the ESHA research database<ref type="bibr" target="#b8">[9]</ref>. The ESHA system is used by popular companies such as MCDonald's and Kellogs.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">Parameters were tuned to the optimum using grid search.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">We transfer all ratings to positive feedback, i.e. any rating is counted as positive feedback and any none interaction as negative feedback. This makes sense as 95% of all ratings in the Allrecipes.com dataset are</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">-star ratings, see also<ref type="bibr" target="#b35">[36]</ref>.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">You Tweet What You Eat: Studying Food Consumption Through Twitter</title>
		<author>
			<persName><forename type="first">Soiane</forename><surname>Abbar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yelena</forename><surname>Mejova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ingmar</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of CHI &apos;15</title>
				<meeting>of CHI &apos;15</meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://press.allrecipes.com/" />
		<title level="m">Allrecipe.com Press report</title>
				<imprint>
			<publisher>Allrecipes</publisher>
			<date type="published" when="2016-03-22">2016. 22.03.2019. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Characterizing Dietary Choices, Nutrition, and Language in Food Deserts via Social Media</title>
		<author>
			<persName><forename type="first">Munmun</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Choudhury</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Sanket S</forename><surname>Sharma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of CSCW &apos;16</title>
				<meeting>of CSCW &apos;16</meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The role of cores in recommender benchmarking for social bookmarking systems</title>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Doerfel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Jäschke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerd</forename><surname>Stumme</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Intelligent Systems and Technology (TIST)</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">40</biblScope>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><surname>Ebizma</surname></persName>
		</author>
		<ptr target="on22." />
		<title level="m">Ebizma rankings for recipe websites</title>
				<imprint>
			<date type="published" when="2017-03">2017. 03.2019. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Towards automatic meal plan recommendations for balanced nutrition</title>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Morgan</forename><surname>Harvey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of RecSys &apos;15</title>
				<meeting>of RecSys &apos;15</meeting>
		<imprint>
			<biblScope unit="page" from="313" to="316" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Bringing the &quot;healthy&quot; into Food Recommenders</title>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Morgan</forename><surname>Harvey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bernd</forename><surname>Ludwig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alan</forename><surname>Said</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of DRMS &apos;</title>
				<meeting>of DRMS &apos;</meeting>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="33" to="36" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Exploiting Food Choice Biases for Healthier Recipe Recommendation</title>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Morgan</forename><surname>Harvey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of SIGIR &apos;17</title>
				<meeting>of SIGIR &apos;17</meeting>
		<imprint>
			<biblScope unit="page" from="575" to="584" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><surname>Esha</surname></persName>
		</author>
		<ptr target="on22." />
		<title level="m">Nutrition Labeling Software</title>
				<imprint>
			<date type="published" when="2016-03">2016. 03.2019. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Nutrition for Elder Care: a nutritional semantic recommender system for the elderly</title>
		<author>
			<persName><forename type="first">Vanesa</forename><surname>Espín</surname></persName>
		</author>
		<author>
			<persName><forename type="first">María</forename><forename type="middle">V</forename><surname>Hurtado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Manuel</forename><surname>Noguera</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="201" to="210" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Intelligent Food Planning: Personalized Recipe Recommendation</title>
		<author>
			<persName><forename type="first">Jill</forename><surname>Freyne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shlomo</forename><surname>Berkovsky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of IUI &apos;10</title>
				<meeting>of IUI &apos;10</meeting>
		<imprint>
			<biblScope unit="page" from="321" to="324" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><surname>Fsa</surname></persName>
		</author>
		<ptr target="https://www.food.gov.uk/sites/default/iles/multimedia/pdfs/pdf-ni/fop-guidance.pdf" />
		<title level="m">Guide to creating a front of pack (FoP) nutrition label for pre-packed products sold through retail outlet</title>
				<imprint>
			<date type="published" when="2016-03-22">2016. 22.03.2019. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Ontology-based daily menu assistance system</title>
		<author>
			<persName><forename type="first">Dhomas</forename><surname>Hatta Fudholi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Noppadol</forename><surname>Maneerat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ruttikorn</forename><surname>Varakulsiripunth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ECTICON &apos;09</title>
				<meeting>of ECTICON &apos;09</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="694" to="697" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Visually-aware Collaborative Food Recommendation</title>
		<author>
			<persName><forename type="first">Xiaoyan</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fuli</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xiangnan</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Heyan</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xinyu</forename><surname>Guan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chong</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhaoyan</forename><surname>Ming</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tat-Seng</forename><surname>Chua</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1810.05032</idno>
		<imprint>
			<date type="published" when="2018">2018. 2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Health-aware Food Recommender System</title>
		<author>
			<persName><forename type="first">Mouzhi</forename><surname>Ge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francesco</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Massimo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of RecSys &apos;15</title>
				<meeting>of RecSys &apos;15</meeting>
		<imprint>
			<biblScope unit="page" from="333" to="334" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">NutRec: Nutrition Oriented Online Recipe Recommender</title>
		<author>
			<persName><forename type="first">Elizabeth</forename><surname>Gorbonos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yang</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chính</forename><forename type="middle">T</forename><surname>Hoàng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WI &apos;18</title>
				<meeting>of WI &apos;18</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="25" to="32" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Gibbs sampling in the generative model of latent dirichlet allocation</title>
		<author>
			<persName><forename type="first">Tom</forename><surname>Griiths</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2002">2002. 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">CHEF: A Model of Case-based Planning</title>
		<author>
			<persName><forename type="first">Kristian</forename><forename type="middle">J</forename><surname>Hammond</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI. 267ś271</title>
				<imprint>
			<date type="published" when="1986">1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">You are what you eat: Learning user tastes for rating prediction</title>
		<author>
			<persName><forename type="first">Morgan</forename><surname>Harvey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bernd</forename><surname>Ludwig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Symposium on String Processing and Information Retrieval</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="153" to="164" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><surname>Hei</surname></persName>
		</author>
		<ptr target="https://www.cnpp.usda.gov/healthyeatingindex" />
		<title level="m">Healthy Eating Index</title>
				<imprint>
			<date type="published" when="2016-10">2016. Oct. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Strategies for adaptation and recovery in a design problem solver</title>
		<author>
			<persName><surname>Thomas R Hinrichs</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of Workshop CBR &apos;</title>
				<meeting>of Workshop CBR &apos;</meeting>
		<imprint>
			<date type="published" when="1989">1989</date>
			<biblScope unit="volume">89</biblScope>
			<biblScope unit="page" from="115" to="118" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Collaborative iltering for implicit feedback datasets</title>
		<author>
			<persName><forename type="first">Yifan</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yehuda</forename><surname>Koren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chris</forename><surname>Volinsky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ICDM&apos;08</title>
				<meeting>of ICDM&apos;08</meeting>
		<imprint>
			<biblScope unit="page" from="263" to="272" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Temporality in online food recipe consumption and production</title>
		<author>
			<persName><forename type="first">Tomasz</forename><surname>Kusmierczyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kjetil</forename><surname>Nùrvåg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WWW &apos;15</title>
				<meeting>of WWW &apos;15</meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Understanding and Predicting Online Food Recipe Production Patterns</title>
		<author>
			<persName><forename type="first">Tomasz</forename><surname>Kusmierczyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kjetil</forename><surname>Nùrvåg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proc. of HT &apos;</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="243" to="248" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Food recommendation system using clustering analysis for diabetic patients</title>
		<author>
			<persName><forename type="first">Maiyaporn</forename><surname>Phanich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Phathrajarin</forename><surname>Pholkul</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Suphakant</forename><surname>Phimoltares</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ISA &apos;10</title>
				<meeting>of ISA &apos;10</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">BPR: Bayesian personalized ranking from implicit feedback</title>
		<author>
			<persName><forename type="first">Stefen</forename><surname>Rendle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Freudenthaler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zeno</forename><surname>Gantner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lars</forename><surname>Schmidt-Thieme</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of UIAI&apos;09</title>
				<meeting>of UIAI&apos;09</meeting>
		<imprint>
			<biblScope unit="page" from="452" to="461" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<title level="m" type="main">Introduction to recommender systems handbook</title>
		<author>
			<persName><forename type="first">Francesco</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lior</forename><surname>Rokach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bracha</forename><surname>Shapira</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Plate and Prejudice: Gender Diferences in Online Cooking</title>
		<author>
			<persName><forename type="first">Markus</forename><surname>Rokicki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eelco</forename><surname>Herder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomasz</forename><surname>Kusmierczyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of UMAP &apos;16</title>
				<meeting>of UMAP &apos;16</meeting>
		<imprint>
			<biblScope unit="page" from="207" to="215" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">You are What You Eat! Tracking Health Through Recipe Interactions</title>
		<author>
			<persName><forename type="first">Alan</forename><surname>Said</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alejandro</forename><surname>Bellogín</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of RSWeb &apos;14</title>
				<meeting>of RSWeb &apos;14</meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Item-based collaborative iltering recommendation algorithms</title>
		<author>
			<persName><forename type="first">Badrul</forename><surname>Sarwar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">George</forename><surname>Karypis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><surname>Konstan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Riedl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WWW &apos;01</title>
				<meeting>of WWW &apos;01</meeting>
		<imprint>
			<biblScope unit="page" from="285" to="295" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Rasch-based tailored goals for nutrition assistance systems</title>
		<author>
			<persName><forename type="first">Hanna</forename><surname>Schäfer</surname></persName>
		</author>
		<author>
			<persName><surname>Martijn C Willemsen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of IUI &apos;19</title>
				<meeting>of IUI &apos;19</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="18" to="29" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Very deep convolutional networks for large-scale image recognition</title>
		<author>
			<persName><forename type="first">Karen</forename><surname>Simonyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrew</forename><surname>Zisserman</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1409.1556</idno>
		<imprint>
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1711.02760</idno>
		<title level="m">Food recommender systems: important contributions, challenges and future research directions</title>
				<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Investigating the healthiness of internet-sourced recipes: implications for meal planning and recommender systems</title>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WWW &apos;</title>
				<meeting>of WWW &apos;</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="489" to="498" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">estimating the healthiness of internet recipes: a cross-sectional study</title>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simon</forename><surname>Howard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in public health</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page">16</biblScope>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">On the predictability of the popularity of online recipes</title>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dominik</forename><surname>Moesslang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">EPJ Data Science</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">20</biblScope>
			<date type="published" when="2018">2018. 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Monitoring obesity prevalence in the United States through bookmarking activities in online food portals</title>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Trattner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Denis</forename><surname>Parra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Elsweiler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PloS one</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page">e0179144</biblScope>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Ontologybased personalized dietary recommendation for weightlifting</title>
		<author>
			<persName><forename type="first">Piyaporn</forename><surname>Tumnark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Filipe</forename><surname>Almeida Da Conceição</surname></persName>
		</author>
		<author>
			<persName><forename type="first">João</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Paulo</forename><surname>Vilas-Boas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Leandro</forename><surname>Oliveira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paulo</forename><surname>Cardoso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jorge</forename><surname>Cabral</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nonchai</forename><surname>Santibutr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of Int. WS on Computer Science in Sports</title>
				<meeting>of Int. WS on Computer Science in Sports</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="44" to="49" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">Men eat on Mars, Women on Venus?: An Empirical Study of Food-Images</title>
		<author>
			<persName><forename type="first">Claudia</forename><surname>Wagner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Luca</surname></persName>
		</author>
		<author>
			<persName><surname>Aiello</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WebSci &apos;</title>
				<meeting>of WebSci &apos;</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="63" to="64" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">The nature and evolution of online food preferences</title>
		<author>
			<persName><forename type="first">Claudia</forename><surname>Wagner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philipp</forename><surname>Singer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Strohmaier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">EPJ Data Science</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="22" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Diet, nutrition and the prevention of chronic diseases</title>
		<author>
			<persName><forename type="first">Expert</forename><surname>Fao</surname></persName>
			<affiliation>
				<orgName type="collaboration">Joint Who</orgName>
			</affiliation>
		</author>
		<author>
			<persName><surname>Consultation</surname></persName>
			<affiliation>
				<orgName type="collaboration">Joint Who</orgName>
			</affiliation>
		</author>
	</analytic>
	<monogr>
		<title level="j">World Health Organ Tech Rep Ser</title>
		<imprint>
			<biblScope unit="volume">916</biblScope>
			<biblScope unit="page">i</biblScope>
			<date type="published" when="2003">2003. 2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">Plateclick: Bootstrapping food preferences through an adaptive visual interface</title>
		<author>
			<persName><forename type="first">Longqi</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yin</forename><surname>Cui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fan</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">P</forename><surname>Pollak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serge</forename><surname>Belongie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Deborah</forename><surname>Estrin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of CIKM &apos;15</title>
				<meeting>of CIKM &apos;15</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="183" to="192" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">Yum-Me: A Personalized Nutrient-Based Meal Recommender System</title>
		<author>
			<persName><forename type="first">Longqi</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cheng-Kang</forename><surname>Hsieh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hongjian</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">P</forename><surname>Pollak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Dell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serge</forename><surname>Belongie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Curtis</forename><surname>Cole</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Deborah</forename><surname>Estrin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Information Systems (TOIS)</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">7</biblScope>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b43">
	<analytic>
		<title level="a" type="main">Geography and similarity of regional cuisines in China</title>
		<author>
			<persName><forename type="first">Yu-Xiao</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Junming</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zi-Ke</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qian-Ming</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tao</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yong-Yeol</forename><surname>Ahn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PloS one</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page">e79161</biblScope>
			<date type="published" when="2013">2013. 2013</date>
		</imprint>
	</monogr>
</biblStruct>

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