rzzhan commited on
Commit
edbca7a
·
verified ·
1 Parent(s): a3509c4

chore: add shared decode prompt template

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -181,6 +181,17 @@ The released TTS implementation is in [`su01-eval/decode`](https://github.com/Si
181
  <img src="https://github.com/Simplified-Reasoning/SU-01/raw/main/page/source_png/tts_action_length_distribution_1.png" alt="Test-time scaling action length distribution" width="80%">
182
  </p>
183
 
 
 
 
 
 
 
 
 
 
 
 
184
  ---
185
 
186
  <a id="evaluation"></a>
 
181
  <img src="https://github.com/Simplified-Reasoning/SU-01/raw/main/page/source_png/tts_action_length_distribution_1.png" alt="Test-time scaling action length distribution" width="80%">
182
  </p>
183
 
184
+ ### SU-01 Prompt Template (Direct Decoding)
185
+
186
+ Rendered for readability, the default prompt is:
187
+
188
+ ```text
189
+ Please solve the following mathematical olympiad problem. Show your complete reasoning and proof.
190
+ 1. Please use LaTeX format to represent the variables and formulas used in the solution process and results.
191
+ 2. If the problem asks you to find specific values, please put the final answer(s) in \boxed{}.
192
+ 3. If the problem requires a proof, present a clear and rigorous argument.
193
+ ```
194
+
195
  ---
196
 
197
  <a id="evaluation"></a>