Impact of Annotated Data on Verifier Capability and Final Performance
Thank you for your feedback. We have conducted additional experiments to investigate how the quantity of annotated data affects the verifier's capability and its impact on the final outcomes.
1. **Verifier Capability:** We trained the OSV on subsets of the annotated data, specifically using 25%, 50%, and 75% of the full dataset. We then evaluated its performance in detecting mathematical calculation errors, applying the same metrics defined in Section 4.2.2 with a threshold of $\theta = -0.5$. The results obtained using the full training dataset are provided below, as also presented in Table 5 of the original manuscript.
**OSV Performance in Detecting Mathematical Calculation Errors:**
| | **25%** | **50%** | **75%** | Full |
| ------------ | ------- | ------- | ------- | ---- |
| **Accuracy** | 0.78 | 0.82 | 0.84 | 0.85 |
| **Recall** | 0.81 | 0.86 | 0.88 | 0.90 |
| **F1-Score** | 0.79 | 0.83 | 0.87 | 0.88 |
**Experiment 1 Analysis:** When the training data exceeds 1/2 of the full dataset, the incremental gains become less pronounced, with the performance at 3/4 of the data closely approaching that of the full dataset. This suggests that our method remains effective even with a moderate amount of annotated data, making it adaptable to scenarios where the availability of labeled data is limited.
2. **Impact on Final Outcomes:** Additionally, we evaluated the final performance of our OSV + PSV combination on both the GSM8K and MATH test sets.
**Final Performance of OSV + PSV on the GSM8K Test Set:**
| | **25%** | | **50%** | | **75%** | | **Full** | |
| ---------------------- | ------- | --------- | ------- | --------- | ------- | --------- | -------- | --------- |
| **Response Generator** | OSV | OSV + PSV | OSV | OSV + PSV | OSV | OSV + PSV | OSV | OSV + PSV |
| Mistral-Instruct | 58.12 | 60.13 | 59.66 | 60.72 | 60.45 | 61.10 | 61.18 | 61.41 |
| Mixtral-Instruct | 71.14 | 73.75 | 72.53 | 74.39 | 73.93 | 75.52 | 74.91 | 76.04 |
| Qwen | 80.59 | 82.93 | 82.47 | 84.10 | 84.01 | 84.83 | 84.91 | 85.15 |
**Final Performance of OSV + PSV on the Math Test Set:**
| | **25%** | | **50%** | | **75%** | | **Full** | |
| ---------------------- | ------- | --------- | ------- | --------- | ------- | --------- | -------- | --------- |
| **Response Generator** | OSV | OSV + PSV | OSV | OSV + PSV | OSV | OSV + PSV | OSV | OSV + PSV |
| Mistral-Instruct | 4.13 | 4.41 | 4.55 | 4.72 | 4.95 | 5.15 | 5.10 | 5.30 |
| Mixtral-Instruct | 12.59 | 13.87 | 13.97 | 14.50 | 14.80 | 16.52 | 15.20 | 16.92 |
| Qwen | 35.20 | 36.91 | 37.10 | 38.54 | 38.13 | 39.01 | 38.94 | 39.36 |
**Experiment 2 Analysis:** A similar trend is observed in Experiment 2, where the impact of annotated training data becomes even less pronounced when combining OSV and PSV. As the verifier's capability improves with more training data, the incremental gains in the final performance of the OSV + PSV combination decrease after the training data surpasses 50% of the full dataset. For example, on the GSM8K test set, the difference in performance between using 75% and the full dataset with OSV alone is 0.73 (60.45 vs 61.18), whereas, with the OSV + PSV combination, this difference reduces to just 0.31 (61.10 vs 61.41). Similarly, this effect is consistently observed on the MATH test set. This indicates that our approach remains not only effective with a moderate amount of ground-truth-labeled data but also that **the combined OSV + PSV system is particularly robust, showing even smaller performance drops when the training data is reduced.** This further reinforces the adaptability and efficiency of our method in scenarios where labeled data for the OSV are limited.
**Overall Conclusion:** These results confirm that while more annotated data enhances verifier performance, our approach remains robust and effective even with limited data. The combined OSV + PSV system shows minimal performance degradation with reduced training data and **can also utilize unlabeled questions to improve its performance**, making it well-suited for practical applications where labeled data is limited.
We will incorporate this into the revised findings to provide a comprehensive evaluation of our method. We would love to provide any further details if you have more questions. Thank you again for your thoughtful review.