English

LISTEN to Your Preferences: An LLM Framework for Multi-Objective Selection

Computation and Language 2026-05-19 v2

Abstract

Human experts often struggle to select the best option from a large set of items with multiple competing objectives, a process bottlenecked by the difficulty of formalizing complex, implicit preferences. To address this, we introduce LISTEN (LLM-based Iterative Selection with Trade-off Evaluation from Natural-language), an agentic LLM-based framework that treats the LLM as a decision-making agent capable of iteratively refining its internal preference model and taking actions (e.g., proposing utilities or selecting candidates) to maximize alignment with a user's implicit goals. To operate within LLM constraints like context windows and inference costs, we propose two iterative algorithms: LISTEN-U, which uses the LLM to refine a parametric utility function, and LISTEN-T, a non-parametric method that performs tournament-style selections over small batches of solutions. Evaluated on diverse tasks including flight booking, shopping, and exam scheduling, our results show LISTEN-U excels when preferences are parametrically aligned (a property we measure with a novel concordance metric), while LISTEN-T offers more robust performance overall. This work explores a promising direction for steering complex multi-objective decisions directly with natural language, reducing the cognitive burden of traditional preference elicitation. Code is available at https://github.com/AdamJovine/LISTEN.

Keywords

Cite

@article{arxiv.2510.25799,
  title  = {LISTEN to Your Preferences: An LLM Framework for Multi-Objective Selection},
  author = {Adam S. Jovine and Tinghan Ye and Francis Bahk and Jingjing Wang and Matthew Ford and David B. Shmoys and Peter I. Frazier},
  journal= {arXiv preprint arXiv:2510.25799},
  year   = {2026}
}

Comments

Accepted at IJCAI-ECAI 2026 (the 35th International Joint Conference on Artificial Intelligence)

R2 v1 2026-07-01T07:12:33.109Z