paper-with-me

Papers

Active Preference Inference using Language Models and Probabilistic Reasoning

2023-12-19 · Wasu Top Piriyakulkij, Volodymyr Kuleshov, Kevin Ellis

Actively inferring user preferences, for example by asking good questions, is important for any human-facing decision-making system. Active inference allows such systems to adapt and personalize themselves to nuanced individual preferences. To enable this ability for instruction-tuned large language models (LLMs), one may prompt them to ask users questions to infer their preferences, transforming the language models into more robust, interactive systems. However, out of the box, these models are not efficient at extracting preferences: the questions they generate are not informative, requiring a high number of user interactions and impeding the usability of the downstream system. In this work, we introduce an inference-time algorithm that helps LLMs quickly infer preferences by using more informative questions. Our algorithm uses a probabilistic model whose conditional distributions are defined by prompting an LLM, and returns questions that optimize expected entropy and expected model change. Results in a simplified interactive web shopping setting with real product items show that an LLM equipped with our entropy reduction algorithm outperforms baselines with the same underlying LLM on task performance while using fewer user interactions.

📄 PDF Abstract BibTeX arXiv:2312.12009

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Reactive Knowledge Representation and Asynchronous Reasoning

2026-02-05 · Simon Kohaut, Benedict Flade, Julian Eggert, Kristian Kersting 외 arxiv

Exact inference in complex probabilistic models often incurs prohibitive computational costs. This challenge is particularly acute for autonomous agents in dynamic environments that require frequent, real-time belief upd…

Bridging Probabilistic Inference and Behavior Trees: An Interactive Framework for Adaptive Multi-Robot Cooperation

2025-12-04 · Chaoran Wang, Jingyuan Sun, Yanhui Zhang, Changju Wu arxiv

This paper proposes an Interactive Inference Behavior Tree (IIBT) framework that integrates behavior trees (BTs) with active inference under the free energy principle for distributed multi-robot decision-making. The prop…

Inferring User Preferences by Probabilistic Logical Reasoning over Social Networks

2014-11-11 · Jiwei Li, Alan Ritter, Dan Jurafsky

We propose a framework for inferring the latent attitudes or preferences of users by performing probabilistic first-order logical reasoning over the social network graph. Our method answers questions about Twitter users …

AttributeLogical ReasoningRelation Extraction

Bob and Alice Go to a Bar: Reasoning About Future With Probabilistic Programs

2021-08-09 · David Tolpin, Tomer Dobkin

It is well known that reinforcement learning can be cast as inference in an appropriate probabilistic model. However, this commonly involves introducing a distribution over agent trajectories with probabilities proportio…

Bayesian InferenceProbabilistic Programmingreinforcement-learningReinforcement Learning+1

Right in Time: Reactive Reasoning in Regulated Traffic Spaces

2026-03-04 · Simon Kohaut, Benedict Flade, Julian Eggert, Kristian Kersting 외 arxiv

Exact inference in probabilistic First-Order Logic offers a promising yet computationally costly approach for regulating the behavior of autonomous agents in shared traffic spaces. While prior methods have combined logic…