File size: 10,055 Bytes
68adb43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
    "ELI5": [
        {
            "description": "Simplify complex concepts for easy understanding.",
            "template": "Explain {topic} as if you're talking to a 5-year-old in the context of {category}.",
            "keywords": ["simple", "explain", "easy", "understand", "basic"]
        },
        {
            "description": "Make a complex topic simple for beginners.",
            "template": "Describe {topic} in {category} using simple terms a 5-year-old could understand.",
            "keywords": ["simple", "beginner", "basic", "easy", "child"]
        },
        {
            "description": "Break down a difficult topic into easy steps.",
            "template": "Break down the concept of {topic} in {category} into simple steps for anyone to grasp.",
            "keywords": ["break down", "easy steps", "simplify", "understand", "concept"]
        },
        {
            "description": "Provide an analogy to simplify a complex concept.",
            "template": "Compare {topic} in {category} to something simple, like {analogy}.",
            "keywords": ["analogy", "compare", "simplify", "concept", "understand"]
        }
    ],
    "Chain-of-Thought": [
        {
            "description": "Show step-by-step reasoning.",
            "template": "Walk through the process of {topic} in {category}, explaining each step in detail.",
            "keywords": ["process", "steps", "reasoning", "walkthrough", "detailed"]
        },
        {
            "description": "Break down the steps to understand a concept.",
            "template": "Explain the steps involved in {topic} within {category}, detailing each stage.",
            "keywords": ["steps", "breakdown", "process", "detailed", "explain"]
        },
        {
            "description": "Explore the progression of {topic} in {category} from start to finish.",
            "template": "Trace the evolution of {topic} in {category}, starting from its origins to its current state.",
            "keywords": ["progression", "evolution", "trace", "origins", "current state"]
        },
        {
            "description": "Outline the logical steps in understanding {topic} in {category}.",
            "template": "Outline the logical sequence of understanding {topic} in {category}, step by step.",
            "keywords": ["logical steps", "outline", "sequence", "understanding", "concept"]
        }
    ],
    "Role Play": [
        {
            "description": "Respond as a specific character or expert.",
            "template": "As a {category} expert, describe {topic} and its implications.",
            "keywords": ["expert", "perspective", "role", "character", "specialist"]
        },
        {
            "description": "Take on the role of a specialist to explain a concept.",
            "template": "Imagine you're a {category} specialist. Explain {topic} and its significance.",
            "keywords": ["specialist", "role-play", "character", "explain", "perspective"]
        },
        {
            "description": "Present a scenario where {topic} in {category} is crucial.",
            "template": "Create a scenario where understanding {topic} in {category} is essential, playing the role of an expert.",
            "keywords": ["scenario", "essential", "role-play", "expert", "understanding"]
        }
    ],
    "Socratic Method": [
        {
            "description": "Use probing questions to explore a topic.",
            "template": "What are the key aspects of {topic} in {category}? What counterarguments exist for each point?",
            "keywords": ["questions", "explore", "debate", "socratic", "inquiry"]
        },
        {
            "description": "Ask deep questions to delve into a subject.",
            "template": "Explore {topic} in {category} by asking probing questions and considering counterarguments.",
            "keywords": ["questions", "deep", "probe", "explore", "counterarguments"]
        },
        {
            "description": "Question the assumptions underlying {topic} in {category}.",
            "template": "Challenge the assumptions behind {topic} in {category} by asking critical questions.",
            "keywords": ["question assumptions", "critical questions", "challenge", "understanding", "topic"]
        }
    ],
    "Comparative Analysis": [
        {
            "description": "Compare and contrast different ideas.",
            "template": "Compare and contrast {topic} with {topic2} in the field of {category}.",
            "keywords": ["compare", "contrast", "differences", "similarities", "analysis"]
        },
        {
            "description": "Analyze the differences and similarities between two concepts.",
            "template": "Discuss the similarities and differences between {topic} and {topic2} within {category}.",
            "keywords": ["differences", "similarities", "analyze", "compare", "contrast"]
        },
        {
            "description": "Evaluate the pros and cons of {topic} versus {topic2} in {category}.",
            "template": "Evaluate the advantages and disadvantages of {topic} compared to {topic2} in {category}.",
            "keywords": ["evaluate", "advantages", "disadvantages", "pros", "cons"]
        }
    ],
    "Few-Shot Learning": [
        {
            "description": "Learn about {topic} in {category} with minimal information.",
            "template": "Explain {topic} in {category} using limited knowledge as a starting point.",
            "keywords": ["learn", "minimal information", "starting point", "topic", "category"]
        },
        {
            "description": "Understand {topic} in {category} with just a few examples.",
            "template": "Use a few examples to illustrate the concept of {topic} in {category} effectively.",
            "keywords": ["understand", "examples", "illustrate", "concept", "effective"]
        },
        {
            "description": "Introduce {topic} in {category} with minimal background.",
            "template": "Introduce the basics of {topic} in {category} with only a few pieces of information.",
            "keywords": ["introduce", "basics", "minimal background", "topic", "category"]
        }
    ],
    "Template Filling": [
        {
            "description": "Fill in the blanks to explain {topic} in {category}.",
            "template": "Complete the sentence: {topic} is important in {category} because _________________.",
            "keywords": ["fill in the blank", "complete", "sentence", "explain", "topic"]
        },
        {
            "description": "Complete the template: {topic} is essential in {category} because _________________.",
            "template": "Fill in the missing part: {topic} plays a crucial role in {category} because _________________.",
            "keywords": ["complete", "essential", "template", "role", "category"]
        },
        {
            "description": "Use a template to explain the significance of {topic} in {category}.",
            "template": "Explain why {topic} matters in {category} using the following template: _________________.",
            "keywords": ["explain", "significance", "template", "matter", "category"]
        }
    ],
    "Storytelling": [
        {
            "description": "Tell a story related to {topic} in {category}.",
            "template": "Share a story that illustrates the impact of {topic} in {category}.",
            "keywords": ["story", "impact", "illustrate", "related", "topic"]
        },
        {
            "description": "Narrate a scenario involving {topic} in {category}.",
            "template": "Imagine a scenario where {topic} in {category} led to a significant outcome.",
            "keywords": ["scenario", "narrate", "significant outcome", "involving", "topic"]
        },
        {
            "description": "Create a narrative around {topic} in {category}.",
            "template": "Craft a narrative that explores the journey of {topic} in {category}.",
            "keywords": ["create", "narrative", "explore", "journey", "topic"]
        }
    ],
    "Constraint Addition": [
        {
            "description": "Explain {topic} within {category} with a specific constraint.",
            "template": "Describe {topic} in {category}, adhering to the constraint of _________________.",
            "keywords": ["explain", "specific constraint", "describe", "adhering", "topic"]
        },
        {
            "description": "Provide insights about {topic} in {category} under a defined condition.",
            "template": "Offer insights into {topic} within {category}, considering the condition of _________________.",
            "keywords": ["provide insights", "defined condition", "offer", "considering", "topic"]
        },
        {
            "description": "Explore {topic} in {category} while considering a specific limitation.",
            "template": "Explore {topic} in {category}, taking into account the limitation of _________________.",
            "keywords": ["explore", "considering", "specific limitation", "taking into account", "topic"]
        }
    ],
    "Reverse Prompting": [
        {
            "description": "Create a question or topic from {topic} in {category}.",
            "template": "Formulate a question or topic based on {topic} in {category}.",
            "keywords": ["create", "question", "formulate", "topic", "based on"]
        },
        {
            "description": "Generate a new idea or concept inspired by {topic} in {category}.",
            "template": "Develop a new idea or concept that builds on {topic} in {category}.",
            "keywords": ["generate", "new idea", "develop", "concept", "builds on"]
        },
        {
            "description": "Propose a different perspective or angle on {topic} in {category}.",
            "template": "Present an alternative viewpoint or approach to {topic} in {category}.",
            "keywords": ["propose", "different perspective", "alternative viewpoint", "approach", "topic"]
        }
    ]
}