From da4280c09f6fcc5c3408242d3f6d65605a4ea8c7 Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Mon, 24 Feb 2020 16:48:11 +0100 Subject: [PATCH] added todos instead of uncommenting for critique based recommendation --- 25_Outline/sections/20_foundations.tex | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/25_Outline/sections/20_foundations.tex b/25_Outline/sections/20_foundations.tex index b97233e..dc4acd7 100644 --- a/25_Outline/sections/20_foundations.tex +++ b/25_Outline/sections/20_foundations.tex @@ -94,10 +94,12 @@ Collaborative Filtering can not only be done using users, it can also be item-ba \autoref{tab:Foundations:RecommenderSystem:MoviePreferences} shows an example rating matrix. A simple user-based way to calculate rating would be now to use a k-nearest neighbour (kNN) algorithm and then take the average of those ratings. Using this method with $k := 2$ and euclidean distance our closest neighbours are \textit{Lucy} and \textit{Diane} therefore giving us a predicted rating of $4$. If we use item based illustration instead, we will try to find similar items based on the users rating. An example of similar items here would be \textit{Forest Gump} and \textit{Wall-E} as John and Lucy each have given them the sane rating and Eric's rating is off by one. Using again kNN with $k := 2$ we find that \textit{Forest Gump} and \textit{Wall-E} are the most similar to \textit{Titanic} thereby having a predicted rating of $4.5$. However this simple similarity and prediction function does not take into account different distances. For example Lucy's ratings are more similar compared to Eric's than Diane's but Diane's and Lucy's rating is valued the same amount. -%\subsection{Critiquing-Based Recommendation} -%Items are recommended and a user can then critique on attributes of the recommendation. Based on that a similar item which does not have those critiques can be recommended. User preferences are implicitly collected this way \cite{knijnenburgEachHisOwn2011}. -% -%With a critique based approach Eric sees a suggestion of watching \textit{The Island} and its attributes. He then can say that he finds this movie has too much action. The critique based recommender will now present a movie that has similar attributes as \textit{The Island} but with less action. For example \textit{Titanic} could be the next suggestion. +\todo[inline]{ +Critiquing-Based Recommendation %\subsection{Critiquing-Based Recommendation} +Items are recommended and a user can then critique on attributes of the recommendation. Based on that a similar item which does not have those critiques can be recommended. User preferences are implicitly collected this way \cite{knijnenburgEachHisOwn2011}. + +With a critique based approach Eric sees a suggestion of watching \textit{The Island} and its attributes. He then can say that he finds this movie has too much action. The critique based recommender will now present a movie that has similar attributes as \textit{The Island} but with less action. For example \textit{Titanic} could be the next suggestion. +} \subsection{Constraint-Based Recommendation} Hereby filter rules are defined which filter out items that don't fulfil specified rules. A user models their requirements with these rules and thereby gets a list of recommended items. This approach requires deep knowledge about a product because it needs a detailed description of features \cite[~ p. 12]{felfernigDecisionTasksBasic2018}. @@ -148,8 +150,9 @@ Using our example from \autoref{tab:Foundations:RecommenderSystem:MoviePreferenc \item No dependence of historic group preference accuracy \end{itemize} -%\subsubsection{Advantages over Critique-Based Recommendation} -%\todo[inline]{ fill out section} +\todo[inline]{ + Advantages over Critique-Based Recommendation %\subsubsection{Advantages over Critique-Based Recommendation +} \subsubsection{Advantages over Constrained-Based Recommendation} @@ -162,7 +165,6 @@ Using our example from \autoref{tab:Foundations:RecommenderSystem:MoviePreferenc \begin{table} - %\todo[inline]{ add critique based recommendation and check sources} \begin{center} \begin{tabularx}{\columnwidth}{X|X|X} \hline @@ -199,14 +201,7 @@ Using our example from \autoref{tab:Foundations:RecommenderSystem:MoviePreferenc \item Requires domain knowledge \end{itemize} \\ \hline - %Critique-Based Recommendation - %& \begin{itemize} - % \item todo - % \end{itemize} - %& \begin{itemize} - % \item todo - % \end{itemize} \\ - %\hline + \todo[inline]{Critique-Based Recommendation } & \todo[inline]{ todo: positives } & \todo[inline]{ todo: negatives } \\ Constraint-Based Recommendation & \begin{itemize} \item Transparent