Thank you the insightful suggestions!
1. Regarding the GPT-4-Turbo + CoT filtering concern:
We want to clarify that using GPT-4-Turbo + CoT for validation serves primarily as a quality check to ensure problems are well-formed and unambiguous, not as a difficulty filter. Many problems that pass this basic validation still require more sophisticated reasoning approaches to solve efficiently or accurately. This is evidenced by our experimental results where GPT-4-Turbo with CoT alone achieves only 50.8% average accuracy across benchmarks (Table 1), while slow thinking and hybrid approaches show significant improvements (+22.4% and +21.6% respectively). Additionally, our synthesis process intentionally generates problems of varying complexity through multiple sources - using both GPT-4 and Claude-3-Opus to encourage diversity, and incorporating different genres of puzzles. The validation step simply ensures these problems are well-defined and have deterministic solutions.
2. Regarding the contamination test:
We appreciate this important point about data contamination. We have conducted additional analysis to ensure the integrity of our evaluation. We performed a detailed comparison between our synthesized training data and the evaluation benchmarks (BBH, MATH, DeepMind Math, and GameOf24) using n-gram overlap analysis. For BBH, while we used the task formats as inspiration, our synthesis process generated entirely new problems with different contexts and solutions. For mathematical problems, we ensured our generated problems use different problem scenarios compared to MATH and DeepMind Math test sets. The GameOf24 benchmark is also different as GameOf24 is a specific mathematical puzzle format not directly targeted in our training data.
To further strengthen this point, we could include detailed contamination analysis results in the appendix of our final version.
3. Regarding the accuracy claim:
We agree that our current phrasing about hybrid thinking achieving 'the highest overall accuracy' needs revision for better precision. We will modify this statement to more accurately reflect our results: 'Hybrid thinking achieves the highest accuracy on three of the four datasets (BBH, MATH, and GameOf24) while providing an effective balance between computational efficiency and performance.' This better represents our findings while maintaining scientific accuracy. As shown in Table 1, while slow thinking has a slightly higher average accuracy (73.2% vs 72.4%), hybrid thinking provides this strong performance while using significantly fewer inference tokens (3105.5 vs 4432.0 tokens on average, as shown in Table 2).
4. Regarding minor comments:
- Thank you for pointing out the discrepancy between the table captions and contents for Tables 1 and 3. We will update the captions to remove the mention of the Fast/Slow ratio, as this information is not directly shown in the tables. The Fast/Slow ratio was moved to Figure 5.
- We appreciate the suggestion to further discuss the interesting finding mentioned in Section 6.3. In the revised paper, we will expand on this point to provide additional insights and analysis regarding how the hybrid thinking tuning process not only improves the model's slow thinking capabilities but also enhances its fast thinking (CoT) performance. This deeper discussion can help highlight the benefits and trade-offs of our proposed approach.
- We recognize that there is a small typo so we will correct the sentence to "The GPT-4-Turbo model demonstrates a higher reliance on fast thinking for BBH, MATH, DeepMind MATH tasks compared with Llama-3-8B-Instruct model."