Skip to content

Commit 01eecfe

Browse files
authored
Merge pull request #839 from juandpenan/fix/#827-incorporing-survey
Social competence survey for bonus points
2 parents 8f4002e + ed2d76b commit 01eecfe

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

general_rules/PenaltiesBonuses.tex

+38
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,44 @@ \subsection{Bonus for outstanding performance}\label{rule:outstanding_performanc
4242
\item It is the decision of the \iaterm{Technical Committee}{TC} if (and to which degree) the bonus score is granted.
4343
\end{enumerate}
4444

45+
\subsection{Bonus for perceived social intelligence}\label{rule:perceived_intelligence}
46+
\begin{enumerate}
47+
\item For the test \iterm{Receptionist} in \iterm{Stage~I} and, \iterm{Restaurant} in \iterm{Stage~II} tests. Teams are evaluated on the robot's perceived social intelligence
48+
performance
49+
50+
\item This bonus, ranging from 0 to 50, depends on the robot's social performance which will be assessed by Referees using a specially designed scale in a survey.
51+
52+
\item The survey evaluates how the robot recognizes, adapts to, and predicts emotions, behaviors, and cognitions. Each component is assessed through several questions, scored on a scale from 1 to 5, where 1 represents "strongly disagree" and 5 represents "strongly agree." The questions used for evaluation include:
53+
\begin{itemize}
54+
\item This robot notices human presence
55+
\item This robot enjoys meeting people
56+
\item This robot recognizes individual people
57+
\item This robot notices when people do things
58+
\item This robot adapts effectively to different things people do
59+
\item This robot anticipates people's behavior
60+
\item This robot tries to be helpful
61+
\item This robot is trustworthy
62+
\item This robot cares about others
63+
\item This robot tries to hurt people
64+
\item This robot knows if someone is part of a social group
65+
\item This robot thinks it is better than everyone else
66+
\item This robot adapts its behavior based upon what people around it know
67+
\item This robot is impolite
68+
\item This robot is socially competent
69+
\end{itemize}
70+
Detailed information can be found in this \href{https://ipip.ori.org/PSIManualSeptember2018.pdf}{manual}.
71+
72+
\item In each evaluation, the score for every question is summed up and then normalized as follows:
73+
\[ x' = N \cdot \frac{{x - x_{\text{min}}}}{{x_{\text{max}} - x_{\text{min}}}} \]
74+
75+
Here, \( N \) is the normalizing factor (50), \( x \) is the sum of scores for each question in the current evaluation, \( x_{\text{min}} \) is set to 15 (since there are 15 questions), and \( x_{\text{max}} \) is set to 75 (as the maximum score for each question is 5).
76+
77+
\item The final score is calculated as the average of individual evaluator scores.
78+
79+
\item The referee has the authority to skip the social assessment test if they believe the robot's performance is not suitable for measurement.
80+
81+
\item After the test is completed, the evaluators will fill out the form, and the scores will be automatically recorded in this \href{https://urjc-my.sharepoint.com/:x:/g/personal/juan_pena_urjc_es/Eb4WyP1H4-FCqeW-qVZ3mF0BRzBR1Cn-J5ltluy90fhTJQ?rtime=guRqYF483Eg}{spreadsheet}.
82+
\end{enumerate}
4583

4684
% Local Variables:
4785
% TeX-master: "../Rulebook"

scoresheets/Receptionist.tex

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
\scoreitem[2]{100}{Offer a free seat to the new guest}
1010
\scoreitem[2]{25}{Look at the person talking}
1111
\scoreitem[2]{50}{Look at the person the robot is introducing the guest to}
12+
\scoreitem{50}{Qualitative robot social performance (see sec. ~\ref{rule:perceived_intelligence})}
1213

1314
\scoreheading{Bonus Rewards}
1415
\scoreitem[2]{100}{Open the entrance door for a guest}

scoresheets/Restaurant.tex

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
\scoreitem[2]{300}{Take an order.}
1313
\scoreitem[2]{300}{Serve an order.}
14+
\scoreitem{50}{Qualitative robot social performance (see sec. ~\ref{rule:perceived_intelligence})}
1415

1516
\scoreheading{Bonus Rewards}
1617
\scoreitem[2]{200}{Use an unattached tray to transport}

0 commit comments

Comments
 (0)