Learning To Ask Informative Questions: Enhancing Llms With Preference Optimization And Expected Information Gain · The Large Language Model Bible Contribute to LLM-Bible

Learning To Ask Informative Questions: Enhancing Llms With Preference Optimization And Expected Information Gain

Mazzaccara Davide, Testoni Alberto, Bernardi Raffaella. Arxiv 2024

[Paper]    
Efficiency And Optimization Reinforcement Learning Tools Uncategorized

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.

Similar Work