CLAIOct 11, 2023

Diversity of Thought Improves Reasoning Abilities of LLMs

arXiv:2310.07088v228 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses the challenge of complex reasoning in LLMs for AI applications, offering an incremental improvement over existing methods by focusing on prompt diversity.

The paper tackles the problem of LLMs struggling with complex reasoning by introducing a method that creates diverse input prompts to improve reasoning abilities, resulting in state-of-the-art performance on planning and graph coloring benchmarks and enhancing the accuracy-cost trade-off.

Large language models (LLMs) are documented to struggle in settings that require complex reasoning. Nevertheless, instructing the model to break down the problem into smaller reasoning steps, or ensembling various generations through modifying decoding steps boosts performance. However, these methods assume that the input prompt is fixed and expect the decoding strategies to introduce the diversity needed for ensembling. In this work, we discuss how one can create and leverage variations of the input prompt as a means of diversity of thought. We propose a method that automatically improves prompt diversity by soliciting feedback from the LLM to ideate approaches that are apt for the problem. We then ensemble the diverse prompts in our method DIVSE (DIVerse reasoning path Self-Ensemble) across multiple inference calls, or use diverse approaches within a single inference call; we call the latter IDIV-SE (In-call DIVerse reasoning path Self-Ensemble). Apart from our approaches outperforming prior work, DIV-SE(in particular) advances state-of-the-art performance on the challenging planning and graph coloring benchmarks. Our results improve the Pareto frontier of the accuracy-cost trade-off.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes