mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-08 07:10:41 +00:00
19 lines
594 B
JSON
19 lines
594 B
JSON
{
|
|
"zeroshot": "Zero-Shot Prompting",
|
|
"fewshot": "Few-Shot Prompting",
|
|
"cot": "Chain-of-Thought Prompting",
|
|
"consistency": "Selbstkonsistenz",
|
|
"knowledge": "Generiertes Wissens-Prompting",
|
|
"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",
|
|
"multimodalcot": "Multimodal CoT",
|
|
"graph": "Graph-Prompting"
|
|
}
|
|
|