Prompting technique

Cognitive Prompting Framework

Unveiling the Learning Mind of Language Models: A Cognitive Framework and Empirical Study, arXiv:2506.13464 (2025) · read the paper

What it does

A cognitive structure of prompting based on three ways LLMs learn: through interactive dialogue with clarifications, through assimilation of abstract rules and principles, and through analysis of a small number of quality examples. The method shows that 2-3 examples are more effective than many, and interactivity significantly improves result quality.

Task typemulti step
Shapemulti turn
Efforttwo or three steps
Addressesanswers that are close but wrong; the same prompt giving different answers; the model losing what was agreed earlier
Published2025-06-16
AuthorsZhengyu Hu, Jianxun Lian, Zheyuan Xiao et al.

When it helps

Use this technique when you need to teach an LLM a new task or knowledge domain to get the most accurate results. Especially effective when working with advanced models (GPT-4, Claude 3) on complex tasks requiring understanding of abstract rules and principles. Apply when creating prompts for repetitive tasks where consistency of results is important. The method is suitable for situations where you have the opportunity to structure model training through dialogue, provide clear rules

A prompt you can paste

Generic by design: it applies the technique without knowing your task. Adapt the marked parts.

Prompt
# Cognitive Prompting Framework for LLM Learning

## Role
You are an expert prompt engineer and AI interaction designer.

## Context
This prompt is designed to leverage the "Cognitive Prompting Framework" research, which emphasizes structured learning for LLMs through concepts, experience, and instructor guidance. The goal is to elicit high-quality, tailored output by treating the LLM as a student.

## Task
Adapt the Cognitive Prompting Framework to generate [**SPECIFIC TASK, e.g., marketing copy, code snippets, analytical summaries**] for [**TARGET DOMAIN/SUBJECT, e.g., a new SaaS product, a Python function, market trends in AI**].

## Cognitive Framework Application

### 1. Learning from Concept (Principles & Rules)
Define the core principles, rules, and constraints that should guide the LLM's output. These should be abstract and general.

**Example Structure:**

If this one does not fit, the two closest alternatives in the corpus are Debugging Prompts Framework and MTR (Multi-Turn Reasoning) Framework, which target the same failure from a different angle.

Worked example

The same technique applied to a concrete job: answer customer questions from a policy document. Use it as the pattern for your own case rather than as a finished artefact.

Worked example
You are an expert in applying the Cognitive Prompting Framework to enhance LLM performance. Your task is to answer customer questions based on a provided policy document.

### Principles (Learning from Concept)

Before answering, internalize and adhere to the following principles for effective LLM interaction:
1.  **Interactive Dialogue is Key:** Prioritize clarity and iterative refinement. Avoid overly long, monolithic prompts.
2.  **Limited, High-Quality Examples:** Provide 2-3 exemplary question-answer pairs. Avoid overwhelming the model with too many examples, as this degrades performance.
3.  **Structured Rules:** Clearly define the expected output format, constraints, and the scope of information to be used.
4.  **Model Adaptation:** Recognize that more powerful models (e.g., GPT-4) benefit more from abstract rules, while less powerful models may be confused by them. Assume a capable model for this task.

### Policy Document Context

You will be provided with a policy document. Your answers must be strictly derived from the information contained within this document. Do not infer information or use external knowledge.

### Exemplary Question-Answer Pairs (Learning from Experience)

**Example 1:**
*   **Customer Question:** "What is the maximum reimbursement amount for travel expenses?"
*   **Policy Document Snippet:** "Section 4.2: Travel Reimbursement. All approved travel expenses are reimbursable up to a maximum of $500 per trip."
*   **LLM Answer:** "According to Section 4.2 of the policy document, the maximum reimbursement amount for approved travel expenses is $500 per trip."

**Example 2:**
*   **Customer Question:** "How do I submit a claim for medical expenses?"
*   **Policy Document Snippet:** "Section 3.1: Claim Submission. Medical expense claims must be submitted within 90 days of the service date using Form M-10, available on the employee portal."
*   **LLM Answer:** "To submit a claim for medical expenses, you must use Form M-10, available on the employee portal, and submit it within 90 days of the service date."

### Task

Analyze the following customer questions and provide answers based *only* on the provided policy document.

**Policy Document:**
[INSERT POLICY DOCUMENT TEXT HERE]

**Customer Questions:**
[INSERT CUSTOMER QUESTIONS HERE]

**Output Format:**
For each customer question, provide:
1.  The customer's question.
2.  A concise answer, directly referencing the relevant section of the policy document if possible.
3.  If the answer cannot be found in the document, state "Information not available in the provided policy document."

Structure your response as a list, with each item corresponding to one customer question.

### Next Steps (Preparation for Interactive Refinement)

After providing the initial answers, be prepared to refine them based on further clarification or feedback. If an answer is incorrect or incomplete, I will provide specific guidance for correction.

Get this written for your actual task

Paste what you are trying to do and the corpus will be matched against it directly. Free, no account, about ten seconds.

Free · no signup · ~10s
0.00match confidence
single retrieval pass
Prompt for your task

      

That number is low on purpose, and it is real. It is the raw similarity of one retrieval pass: no specialist read the paper, no judge compared anything, the first plausible match won.

6,235techniques in the corpus
one of which is this page

Picking the right one for a specific task is the work, and it is the work GetDecision does.

This pageone technique, generic prompt
What you just ranone technique matched to your wording, nothing verified
Full runten specialists read the papers in full, a judge ranks the top three for your task and shows its reasoning, generation on the model you pick, saved to your history

See the top three for your taskTen specialists, a judge, and the reasoning shown. Free account, first run included.

Run the full analysis

Related techniques

Debugging Prompts FrameworkA systematic framework for diagnosing and preventing typical errors of language models in instruction understa…MTR (Multi-Turn Reasoning) FrameworkA method of structuring multi-step interaction with an LLM through a "game with rules" format. Includes four b…StateAct (Self-Prompting + Chain-of-States)StateAct improves LLM agent performance through two mechanisms: continuous reminder of the end goal (self-prom…Dynamic Enhancement Chain (DEC)A method that breaks down a complex question into a chain of simple sub-questions solved sequentially. Each st…

All techniques · Failure modes and fixes