Prompt-Engineering-Guide/pages/techniques/_meta.jp.json

17 lines
693 B
JSON
Raw Normal View History

{
"zeroshot": "Zero-shotプロンプティング",
"fewshot": "Few-shotプロンプティング",
"cot": "Chain-of-Thoughtプロンプティング",
"consistency": "自己整合性Self-Consistency",
"knowledge": "知識生成プロンプティング",
2023-06-05 02:19:59 +00:00
"tot": "Tree of Thoughts",
2023-06-08 20:52:35 +00:00
"rag": "Retrieval Augmented Generation",
2023-06-05 02:19:59 +00:00
"art": "Automatic Reasoning and Tool-use",
"ape": "自動プロンプトエンジニア",
"activeprompt": "アクティブプロンプト",
"dsp": "方向性刺激プロンプティング",
"react": "ReAct",
"multimodalcot": "マルチモーダルCoT",
"graph": "グラフプロンプトGraphPrompts"
}