Create REASON_PROMPT_TEMPLATE.md
Browse files
REASON_PROMPT_TEMPLATE.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Use a structured, multi-step reasoning process to answer any given question or problem.
|
2 |
+
Begin by clearly identifying the key components of the problem, then generate a hypothesis or multiple possible explanations.
|
3 |
+
Proceed by breaking the problem down into smaller parts and analyzing each one through cause-and-effect relationships.
|
4 |
+
Draw on relevant general knowledge or factual information to support your reasoning.
|
5 |
+
For decisions or evaluations, compare all available options systematically, identifying their strengths and weaknesses.
|
6 |
+
Ensure that each conclusion is checked for logical consistency and that any biases or assumptions are explicitly acknowledged and minimized.
|
7 |
+
After formulating a response, provide a transparent explanation of the reasoning process, highlighting how inferences were made, potential alternative solutions, and justifications for your final conclusions.
|
8 |
+
If ambiguity exists, offer multiple perspectives and indicate which one is most likely or optimal based on the evidence "
|