IJCAI 2024poster2 citations

Model-Free Preference Elicitation

Carlos Martin, Craig Boutilier, Ofer Meshi, Tuomas Sandholm

Abstract

In recommender systems, preference elicitation (PE) is an effective way to learn about a user's preferences to improve recommendation quality. Expected value of information (EVOI), a Bayesian technique that computes expected gain in user utility, has proven to be effective in selecting useful PE queries. Most EVOI methods use probabilistic models of user preferences and query responses to compute posterior utilities. By contrast, we develop model-free variants of EVOI that rely on function approximation to obviate the need for specific modeling assumptions. Specifically, we learn user response and utility models from existing data (often available in real-world recommender systems), which are used to estimate EVOI rather than relying on explicit probabilistic inference. We augment our approach by using online planning, specifically, Monte Carlo tree search, to further enhance our elicitation policies. We show that our approach offers significant improvement in recommendation quality over standard baselines on several PE tasks.

Knowledge Representation and Reasoning: KRR: Preference modelling and preference-based reasoningData Mining: DM: Recommender systemsHumans and AI: HAI: Personalization and user modeling
BibTeX
@inproceedings{ijcai2024p387,
  title     = {Model-Free Preference Elicitation},
  author    = {Martin, Carlos and Boutilier, Craig and Meshi, Ofer and Sandholm, Tuomas},
  booktitle = {Proceedings of the Thirty-Third International Joint Conference on
               Artificial Intelligence, {IJCAI-24}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Kate Larson},
  pages     = {3493--3503},
  year      = {2024},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2024/387},
  url       = {https://doi.org/10.24963/ijcai.2024/387},
}