← 返回论文检索
NeurIPS 2024PosterAccept (poster)

Uncertainty of Thoughts: Uncertainty-Aware Planning Enhances Information Seeking in LLMs

Zhiyuan Hu, Chumin Liu, Xidong Feng, Yilun Zhao, See-Kiong Ng, Anh Tuan Luu, Junxian He, Pang Wei Koh, Bryan Hooi

National University of Singapore · Nanyang Technological University · University College London · Yale University · Nanyang Technological University, Singapore · HKUST · University of Washington

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

In the face of uncertainty, the ability to *seek information* is of fundamental importance. In many practical applications, such as medical diagnosis and troubleshooting, the information needed to solve the task is not initially given, and has to be actively sought by asking follow-up questions (for example, a doctor asking a patient for more details about their symptoms). In this work, we introduce **Uncertainty of Thoughts (UoT)**, an algorithm to augment large language models with the ability to actively seek information by asking effective questions. UoT combines:1. An *uncertainty-aware simulation approach* which enables the model to simulate possible future scenarios and how likely they are to occur,2. *Uncertainty-based rewards* motivated by information gain which incentivizes the model to seek information, and3. A *reward propagation scheme* to select the optimal question to ask in a way that maximizes the expected reward.In experiments on medical diagnosis, troubleshooting and the `20 Questions' game, UoT achieves an average performance improvement of 38.1% in the rate of successful task completion across multiple LLMs compared with direct prompting, and also improves efficiency (i.e., the number of questions needed to complete the task).