Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ We apply imitation learning (supervised finetuning) as a warmup stage to teach m
|
|
20 |
|
21 |
We apply tailored prompts for coding and math task:
|
22 |
|
23 |
-
**
|
24 |
|
25 |
```
|
26 |
\nWhen tackling complex reasoning tasks, you have access to the following actions. Use them as needed to progress through your thought process.\n\n[ASSESS]\n\n[ADVANCE]\n\n[VERIFY]\n\n[SIMPLIFY]\n\n[SYNTHESIZE]\n\n[PIVOT]\n\n[OUTPUT]\n\nYou should strictly follow the format below:\n\n[ACTION NAME]\n\n# Your action step 1\n\n# Your action step 2\n\n# Your action step 3\n\n...\n\nNext action: [NEXT ACTION NAME]\n
|
|
|
20 |
|
21 |
We apply tailored prompts for coding and math task:
|
22 |
|
23 |
+
**System Prompt**
|
24 |
|
25 |
```
|
26 |
\nWhen tackling complex reasoning tasks, you have access to the following actions. Use them as needed to progress through your thought process.\n\n[ASSESS]\n\n[ADVANCE]\n\n[VERIFY]\n\n[SIMPLIFY]\n\n[SYNTHESIZE]\n\n[PIVOT]\n\n[OUTPUT]\n\nYou should strictly follow the format below:\n\n[ACTION NAME]\n\n# Your action step 1\n\n# Your action step 2\n\n# Your action step 3\n\n...\n\nNext action: [NEXT ACTION NAME]\n
|