Skip to content

Commit 6416af9

Browse files
authored
Update README.md
1 parent 5c53c82 commit 6416af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository contains the code employed for the experiments and the analysis
33

44
### Human Strategic Steering Improves Performance of Interactive Optimization
55
Fabio Colella*, Pedram Daee*, Jussi Jokinen, Antti Oulasvirta, Samuel Kaski
6-
<br>**UMAP 2020** *Link to be added once published*, also on arXiv *Link to be added*
6+
<br>**UMAP 2020** *Link to be added once published*, also on arXiv https://arxiv.org/abs/2005.01291
77

88
#### Abstract
99
A central concern in an interactive intelligent system is optimization of its actions, to be maximally helpful to its human user. In recommender systems for instance, the action is to choose what to recommend, and the optimization task is to recommend items the user prefers. The optimization is done based on earlier user's feedback (e.g. "likes" and "dislikes"), and the algorithms assume the feedback to be faithful. That is, when the user clicks “like,” they actually prefer the item. We argue that this fundamental assumption can be extensively violated by human users, who are not passive feedback sources. Instead, they are in control, actively steering the system towards their goal. To verify this hypothesis, that humans steer and are able to improve performance by steering, we designed a function optimization task where a human and an optimization algorithm collaborate to find the maximum of a 1-dimensional function. At each iteration, the optimization algorithm queries the user for the value of a hidden function *f* at a point *x*, and the user, who sees the hidden function, provides an answer about *f*(*x*). Our study on 21 participants shows that users who understand how the optimization works, strategically provide biased answers (answers not equal to *f*(*x*)), which results in the algorithm finding the optimum significantly faster. Our work highlights that next-generation intelligent systems will need user models capable of helping users who steer systems to pursue their goals.

0 commit comments

Comments
 (0)