Views
No views yet

sequence_format_reward_func—to enforce a strict response structure and encourage deep reasoning. While we won't divulge all the details, these techniques ensure that the model generates responses in a precise sequence that includes both a detailed reasoning process and a subsequent internal reflection before providing the final answer.1Respond in the following exact format:
2<think>
3[Your detailed reasoning here...]
4</think>
5<reflection>
6[Your internal thought process about the reasoning and the question...]
7</reflection>
8<answer>
9[Your final answer here...]
10</answer><think> tags and follows it with an internal thought process (the "why" behind the reasoning) enclosed in <reflection> tags before giving the final answer in <answer> tags.