mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
15 lines
457 B
JSON
15 lines
457 B
JSON
|
{
|
||
|
"zeroshot": "Zero-shot Prompting",
|
||
|
"fewshot": "Few-shot Prompting",
|
||
|
"cot": "Chain-of-Thought Prompting",
|
||
|
"zerocot": "Zero-shot CoT",
|
||
|
"consistency": "Self-Consistency",
|
||
|
"knowledge": "Generate Knowledge Prompting",
|
||
|
"ape": "Automatic Prompt Engineer",
|
||
|
"activeprompt": "Active-Prompt",
|
||
|
"dsp": "Directional Stimulus Prompting",
|
||
|
"react": "ReAct",
|
||
|
"multimodalcot": "Multimodal CoT",
|
||
|
"graph": "Graph Prompting"
|
||
|
}
|
||
|
|