AICLLGMLJun 28, 2024

One Prompt is not Enough: Automated Construction of a Mixture-of-Expert Prompts

arXiv:2407.00256v124 citations
Originality Highly original
AI Analysis

This work addresses the problem of improving prompt quality for LLM generalization in complex tasks, offering a novel method that is incremental but provides strong specific gains.

The paper tackles the limitation of single-prompt methods in automated instruction design for LLMs by introducing a Mixture-of-Prompts (MoP) approach that divides the problem space into sub-regions with specialized experts, achieving an average win rate of 81% against prior methods across benchmarks.

Large Language Models (LLMs) exhibit strong generalization capabilities to novel tasks when prompted with language instructions and in-context demos. Since this ability sensitively depends on the quality of prompts, various methods have been explored to automate the instruction design. While these methods demonstrated promising results, they also restricted the searched prompt to one instruction. Such simplification significantly limits their capacity, as a single demo-free instruction might not be able to cover the entire complex problem space of the targeted task. To alleviate this issue, we adopt the Mixture-of-Expert paradigm and divide the problem space into a set of sub-regions; Each sub-region is governed by a specialized expert, equipped with both an instruction and a set of demos. A two-phase process is developed to construct the specialized expert for each region: (1) demo assignment: Inspired by the theoretical connection between in-context learning and kernel regression, we group demos into experts based on their semantic similarity; (2) instruction assignment: A region-based joint search of an instruction per expert complements the demos assigned to it, yielding a synergistic effect. The resulting method, codenamed Mixture-of-Prompts (MoP), achieves an average win rate of 81% against prior arts across several major benchmarks.

Code Implementations1 repo
Foundations

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

Your Notes