首页 > AI前沿 > ClusterFewshot: Improving Few-shot Optimization for LLMs workflow

ClusterFewshot: Improving Few-shot Optimization for LLMs workflow

arXiv自然语言 2026-09-22 17:45 5 阅读 查看原文

The performance of large language model (LLM) workflows often depends on selecting a small set of in-context demonstrations to guide model behavior on new tasks.

Recent methods improve this process by augmenting prompts with successful reasoning paths.

However, their demonstration selection relies on random sampling or metric-based rankings, overlooking the semantic structure of the task.

We propose ClusterFewshot, a strategy that combines semantic structuring with utility-aware scoring to construct representative and effective few-shot demonstration sets.

Evaluated within DSPy-based pipelines, ClusterFewshot substantially reduces optimization cost across multiple benchmarks, while consistently improving accuracy relative to prior bootstrap-based methods in both standalone prompt tuning and hybrid prompt-weight optimization.