mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
69 lines
7.0 KiB
TeX
69 lines
7.0 KiB
TeX
\chapter{Introduction}
|
|
\label{ch:Introduction}
|
|
|
|
\section{Motivation}
|
|
\label{sec:Introduction:Goals}
|
|
|
|
Customers and sales people used to be faced with big catalogues that describe how a complex product can be build. This catalogues specified what is possible to combine but it was easy to make mistakes. The sales process took a long time because orders have to be manually validated. With the advent of mass customization these issues started to be addressed. In mass customization a configurator is used. The configurator has a rulebook that contains all the attributes of a product, their corresponding characteristics and rules on how these can be combined. A system like that allows to reduce the workload and cost of sales \cite{shafieeCostBenefitAnalysis2018}. "[P]roduct configuration is seen as a team activity with divergent interests" \cite{mendoncaCollaborativeProductConfiguration2008} and therefore research in the field of group-based configuration started receiving more attention.
|
|
To give an idea of situations that can use group-based configuration, here are some examples:
|
|
\begin{itemize}
|
|
\item A companies truck fleet (e.g. driver, purchasing-manager, marketing manager)
|
|
\item A companies customer management software system (e.g. salesperson, human resource manager, accounting manager)
|
|
\item A public project to get a new area at a zoo (e.g. visitor, director, animal keeper)
|
|
\item Managing a forest (e.g. owner, environmental protection agency, consumer representative)
|
|
\item An existing company building and how it should be furnished (e.g. landlord, employee representative, CEO)
|
|
\end{itemize}
|
|
|
|
Unfortunately making decisions in the group comes with problems as a lack of communication leads to worse decision outcomes \cite{atasItemRecommendationUsing2017}. Group dynamics and biases can lead to suboptimal decisions \cite{kerrBiasJudgmentComparing1996}.
|
|
Generally group decisions are complex and often the process that yields the decision result is unstructured, thereby not providing any reproducibility of the success. Groups have different power structures and usually individuals have different interests. Moreover finding solutions is a rather complex task and group decisions can suffer intransparency.
|
|
|
|
Group recommenders promise to help with that as they can take individual user preferences and find good compromises for the whole group. They are used in movies and music. Group recommenders have received much attention in the past but to date there have not been any approaches to combine them with group-based configuration. There have been approaches to combine recommendation techniques with configuration but these were limited to configuration for a single user only.
|
|
|
|
The above listed examples of use cases for group-based configuration show that ordinary group recommenders cannot be used here as they, unlike configuration, operate on finished products. Configuration on the other hand operates with solutions that are build from standardised features. This makes it highly individual because there are a high number of variants. The solution space therefore is rather large. Therefore it is necessary to think of ways in which knowledge from group recommendation can be used in this space.
|
|
|
|
\section{Goals of this Thesis}
|
|
\label{sec:Introduction:Goals}
|
|
This thesis aims to show the viability of using group recommenders in a configuration setting. It is discussed what needs to be done to adapt group recommenders to allow usage of the basic recommendation technique of item-based recommendation. The following questions shall be answered in this thesis.
|
|
|
|
\begin{itemize}
|
|
\item How can a recommender system for group configuration be used in a decision to increase satisfaction within the group?
|
|
\item How can a group recommender translate individual preferences into recommendations that improve the overall satisfaction of group members while considering constraints given by the configuration state?
|
|
\end{itemize}
|
|
|
|
|
|
\section{Structure of this Thesis}
|
|
\label{sec:Introduction:Structure}
|
|
|
|
\todo[inline]{write structure}
|
|
|
|
\pagebreak
|
|
|
|
\section{Idea}
|
|
\label{sec:Introduction:Idea}
|
|
|
|
To support groups in their decision making product configuration can be used. It allows to accurately map constraints and dependencies in complex problems and to map the solution space. Using a group recommender a group is supported in their configuration decisions. The goal is to show that these approaches can help a group with the configuration task presented by the usage of a configurator and to better process individual preferences than a human can.
|
|
|
|
|
|
There does not exists much research on recommendation for group configuration, however it is comprised of two different areas of research, recommenders for groups and recommenders for configuration.
|
|
The existing literature on recommenders for groups is extensive with many different approaches and domains \cite{delicResearchMethodsGroup2016, chenInterfaceInteractionDesign2011, atasItemRecommendationUsing2017, jamesonRecommendationGroups2007, chenEmpatheticonsDesigningEmotion2014, liuCGSPAComprehensiveGroup2019}. \citeauthor{felfernigGroupRecommenderSystems2018} \cite{felfernigGroupRecommenderSystems2018} give an overview about basic approaches.
|
|
In the area of product configuration research about recommender systems is undertaken as well \cite{pereiraFeatureBasedPersonalizedRecommender2016, scholzConfigurationbasedRecommenderSystem2017, scholzEffectsDecisionSpace2017}.
|
|
Group configuration is a more specialized sub field of configuration therefore less attention has been directed towards it and because of that there has not been much research on recommenders that are for group recommendation in a configuration setting.
|
|
|
|
\section{Benefits}
|
|
\label{sec:Introduction:Benefits}
|
|
|
|
The benefits of this approach are, that the need for a group to communicate directly is reduced. Each user gives their own preferences and the group will get a recommendation based on that. This allows to reduce problems arising in groups decisions like lack of communication and bias in groups. Additionally this shows the viability of combining group recommendations and configuration approaches.
|
|
|
|
\section{Action}
|
|
\label{sec:Introduction:Action}
|
|
|
|
\todo[inline]{move to evaluation}
|
|
|
|
As resulting action in this thesis a prototype will be designed, implemented and evaluated that achieves the following objectives.
|
|
\begin{itemize}
|
|
\item A system should give recommendation for the group using a scoring function that takes into account preferences of group members and the current state of the situation.
|
|
\item Recommendations should allow different scoring functions.
|
|
\item Recommendations should always be valid options.
|
|
\item The system should consider all preferences of individuals in a group and find a solution that most people of the group are happy with.
|
|
\end{itemize}
|
|
The results are communicated through this thesis. Thereby adhering to the research method of design science research \cite{peffersDesignScienceResearch2007}. |