mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-10 01:13:36 +00:00
20 lines
664 B
JSON
20 lines
664 B
JSON
{
|
|
"zeroshot": "Zero-shot Prompting",
|
|
"fewshot": "Few-shot Prompting",
|
|
"cot": "Chain-of-Thought Prompting",
|
|
"consistency": "Self-Consistency",
|
|
"knowledge": "Generate Knowledge Prompting",
|
|
"prompt_chaining": "Prompt Chaining",
|
|
"tot": "Tree of Thoughts",
|
|
"rag": "Retrieval Augmented Generation",
|
|
"art": "Automatic Reasoning and Tool-use",
|
|
"ape": "Automatic Prompt Engineer",
|
|
"activeprompt": "Active-Prompt",
|
|
"dsp": "Directional Stimulus Prompting",
|
|
"pal": "Program-Aided Language Models",
|
|
"react": "ReAct",
|
|
"reflexion": "Reflexion",
|
|
"multimodalcot": "Multimodal CoT",
|
|
"graph": "Graph Prompting"
|
|
}
|
|
|