Learning to Ask Informative Questions: Enhancing LLMs with Preference Optimization and Expected Information Gain
Davide Mazzaccara, Alberto Testoni, Raffaella Bernardi

TL;DR
This paper introduces a method to improve the informativeness of questions generated by large language models using preference optimization and expected information gain, leading to more effective information-seeking questions.
Contribution
It presents a novel approach combining preference optimization with EIG to enhance question quality in LLMs, especially for open-source models.
Findings
Questions generated with the method have higher expected information gain.
The approach improves question quality across different domains.
Enhanced questions lead to better information-seeking performance.
Abstract
Questions are essential tools for acquiring the necessary information to complete information-seeking tasks. However, large language models (LLMs), especially open-source models, often perform poorly in generating informative questions, as measured by expected information gain (EIG). In this paper, we propose a method to enhance the informativeness of LLM-generated questions in 20-question game dialogues. We sample multiple questions from the same model (LLAMA 2-CHAT 7B) for each game and create pairs of low-EIG and high-EIG questions to apply a Direct Preference Optimization (DPO) algorithm. Our results show that this method produces more effective questions (in terms of EIG), even in domains different from those used to train the DPO model.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsExpert finding and Q&A systems · Advanced Text Analysis Techniques · Information Retrieval and Search Behavior
MethodsDirect Preference Optimization
