AI Logo
AI Exporter Hub
Tips & Tricks

A New Prompting Method for Large Language Models - Active-Prompt

J
Jack
2025年6月30日
prompts
A New Prompting Method for Large Language Models - Active-Prompt

A New Prompting Method for Large Language Models - Active-Prompt

The Chain-of-Thought (CoT) method relies on a fixed set of manually annotated examples. However, the problem is that these examples may not be the most effective demonstrations for different tasks. To address this issue, a new prompting method called Active-Prompt has recently been proposed to adapt large language models (LLMs) to different task-specific example prompts (annotated with human-designed CoT reasoning).

The method works as follows:

  1. Query the LLM with or without a small number of CoT examples to generate k possible answers for a set of training questions.
  2. Calculate an uncertainty metric (using inconsistency) based on the k answers.
  3. Select the most uncertain questions for human annotation.
  4. Use the new annotated examples to infer each question. 分享

想继续阅读?

探索更多指南和教程。

查看所有文章