Update crs_arena/arena.py
Browse files- crs_arena/arena.py +2 -3
crs_arena/arena.py
CHANGED
@@ -5,9 +5,8 @@ conversational recommender systems (CRSs) and vote on which one they prefer.
|
|
5 |
All the conversations are recorded and saved for future analysis. When the user
|
6 |
arrives on the app, they are assigned a unique ID. Then, two CRSs are chosen
|
7 |
for the battle depending on the number of conversations already recorded (i.e.,
|
8 |
-
the CRSs with the least number of conversations are chosen). The user
|
9 |
-
|
10 |
-
the CRSs one after the other. The user can then vote on which CRS they prefer,
|
11 |
upon voting a pop-up will appear giving the user the option to provide a more
|
12 |
detailed feedback. Once the vote is submitted, all data is logged and the app
|
13 |
restarts for a new battle.
|
|
|
5 |
All the conversations are recorded and saved for future analysis. When the user
|
6 |
arrives on the app, they are assigned a unique ID. Then, two CRSs are chosen
|
7 |
for the battle depending on the number of conversations already recorded (i.e.,
|
8 |
+
the CRSs with the least number of conversations are chosen). The user interacts
|
9 |
+
with the CRSs one after the other. The user can then vote on which CRS they prefer,
|
|
|
10 |
upon voting a pop-up will appear giving the user the option to provide a more
|
11 |
detailed feedback. Once the vote is submitted, all data is logged and the app
|
12 |
restarts for a new battle.
|