From d78b2e080d0167fb224246ad65a3452bd6bcc8e5 Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Tue, 3 Dec 2019 10:21:29 +0100 Subject: [PATCH] add comments to section --- 02_Proposal/sections/10_foundations.tex | 8 ++++++++ 02_Proposal/sections/20_related_work.tex | 2 ++ 2 files changed, 10 insertions(+) diff --git a/02_Proposal/sections/10_foundations.tex b/02_Proposal/sections/10_foundations.tex index 3dd4a1b..45f553e 100644 --- a/02_Proposal/sections/10_foundations.tex +++ b/02_Proposal/sections/10_foundations.tex @@ -24,6 +24,8 @@ Hereby filter rules are defined which filter out items that don't fulfil specifi \subsection{Hybrid Recommendation} A hybrid recommender combines different recommendation approaches to use the strengths of each individual one and to reduce effects of weaknesses \cite{burkeHybridRecommenderSystems2002}. +\todo[inline]{add more detailed description of recommendation systems - do they need historicle data which conditions for usage are needed, strengths and weaknesses} + \section{Group Recommender System} A group recommender system is a recommender system aimed at making recommendations for a group instead of a single user. To make recommendations group members preferences have to be aggregated. This can be done by either aggregating single user recommendations or by merging preferences of each user into a group preference model. Based on this model recommendation strategies as described in \ref{sec:Foundations:RecommenderSystem} can be used to generate recommendations \cite{jamesonRecommendationGroups2007}. @@ -58,5 +60,11 @@ with preferences of user \( i \) as \( PREF_i \) \cite{ felferningGroupBasedConf \] and where \( C_{CONF} \cup C_{PREF} \cup C_{KB} \) is consistent \cite{ felferningGroupBasedConfiguration2016}. +\todo[inline]{add group descision part, conflict resolution, types of conflict, differences in knowledge/decision power; + +group dynamics (e.g. biases in decision making, anchoring, etc.) + +Why are group decision interesting?} + diff --git a/02_Proposal/sections/20_related_work.tex b/02_Proposal/sections/20_related_work.tex index 70e5c6f..22a8f5d 100644 --- a/02_Proposal/sections/20_related_work.tex +++ b/02_Proposal/sections/20_related_work.tex @@ -1,6 +1,8 @@ \chapter{Related Work} \label{ch:Related_Work} +\todo[inline]{add a few books and papers to related work} + \section{Group-Based Configuration} \label{sec:Related_Work:GroupBasedConfiguration}