Summary
The submission proposes to use response times to obtain additional information from participants in preference learning settings. They apply a variant of the Drift-Diffusion Model, a popular model of human decision making from psychology, and combine it with an algorithm applicable to linear bandits. In asymptotic analysis and application to real data, they demonstrate the benefits of taking advantage of response times, especially for queries with large value differences.
Strengths
I think this is a very sensible approach to improving preference learning, considering the fact that response times can be available "for free" from existing preference learning paradigms. I also think the application of a simplified variant of the DDM (EZ-Diffusion) as a way to get an analytic handle on things is also a good idea, and I think the results are compelling. It's a good paper, and I enjoyed reading it.
Weaknesses
* I think the paper slightly misrepresents the actual model it's using. Unless I'm missing something, the DDM is usually defined as the first passage time of a two-boundary Wiener process, and the likelihood of a RT under that model involves solving an SDE which has no closed-form solution. However, moments of the DDM RT distribution are available, which is what enables approaches that use them to approximately solve for parameters (this includes the E-Z Diffusion model of Wagenmakers et al., the current contribution (as far as I can tell), as well as the related work of Shvartsman et al. 2023 (arxiv:2306.06296). I think using E-Z diffusion type approaches is great, I just think the paper shouldn't represent them as the full DDM. Also note that the E-Z diffusion line of work provides for closed-form estimation of nondecision time (by estimating drift (i.e. value difference) based on response time variance, and then backing into the response time mean from there -- this might help address the issue of unknown nondecision time identified by the authors.
* Related to the above, moving away from the simplifying assumption of E-Z diffusion would introduce the concern of other unknown DDM parameters such as drift variability, nonsymmetrical initial conditions, etc.
Questions
* Why should choice-only would ever do better asymptotically. L186 makes this claim w.r.t. section 3.2 but I don't see it in the figure -- the orange lines (dashed or solid) seem always above the gray lines.
* For figure 2, if possible it should be moved below section 3.2., so that it can be interpreted after the asymptotic min-weight of both estimators has been discussed. This is also the part of the submission which is most confusing -- mental calisthenics are needed to map from asymptotic min-weight to the variance of theta estimates and therefore to the influence of observations at various value differences. Another editing / clarification pass could be helpful.
Additional notes:
* All figure axis tick labels are very tiny, should ideally be larger. In addition, adding color legends in fig 4 (outside the caption) would help with readability.
Limitations
Discussed and addressed, even with additional analyses (and as noted above, the limitation regarding nondecision time might be possible to work around, though I could be missing something there).