Response to Reviewer 7YzN Part (1/2)
Dear reviewer 7YzN, we thank you for your valuable suggestions and positive feedback. We are happy to hear that you found our paper to be well-motivated and strong in both empirical and theoretical aspects. The following is our response to your comments:
---
**Q1. It would be better if the experiments can show the proposed method works well across different scales of models.**
**A1.** Thank you for your valuable suggestion! Following your suggestion, we conducted additional experiments on more different scales of models. Given the short rebuttal time, we choose the recent Qwen2-1.5B-Instruct and Gemma2-9B-Instruct models. The new results are provided in Table 10 in the updated submission (the results on Qwen2-1.5B-Instruct are provided in the table below for your reference).
| Model | AlpacaEval 2 LC | AlpacaEval 2 WR | Arena-Hard | GSM8K | TruthfulQA |
|---------|--------|--------|--------|--------|------------|
| SFT | 5.42 | 3.55 | 2.5 | 59.32 | 28.37 |
| DPO | 8.71 | 6.05 | 4.0 | 65.31 | 34.59 |
| SimPO | 10.11 | 7.52 | 4.9 | 68.21 | 39.37 |
| **SimPER** | **12.59** | **9.31** | **5.5** | **72.75** | **40.33** |
These results show that SimPER continues to outperform the baselines on
other scales of models. Combined with the comparisons involving 5 base models already presented in our paper, these results strongly validate the effectiveness and robustness of SimPER. We will include these new results in the final version.
---
**Q2. In addition, I am confused about the choice of the model. It seems only Fig.4 uses Pythia-2.8B**
**A2.** Thank you for your question, and we apologize for any confusion. The reason we chose Pythia-2.8B for Anthropic-HH is to strictly align all settings with those in the well-known original DPO paper and its widely-used code for Anthropic-HH, ensuring fair and reproducible comparisons. We apologize for the confusion and will clearly state this in the main text of our final version.
---
**Q3. The proposed loss is fairly simple and I do believe simplicity is good. But the presentation of Eq. (5)(6)(7)(8) is redundant, and (8) should be enough.**
**A3.** Thank you for your great suggestion! We included Eqs. (5), (6), and (7) to explicitly connect our simple objective with the well-known perplexity. However, we agree with the reviewer that they are somewhat redundant given SimPER's simplicity. In the final version, we will reorganize the content and remove some of these equations to enhance clarity.
---
**Q4. In addition, as suggested by Fig. 2, TVD would encourage the appearance of non-existing mode, i.e., it will also encourage the probability of regions with zero/low probabilities in the support of the chosen responses. Do you observe such behavior in practice?**
**A4.** Thank you for your questions! We would like to clarify the following points.
As shown in Figure 2, **SimPER, which optimizes reverse TVD for mode-seeking behavior, sharpens the probability mass on only certain high-density regions. In contrast, SimPO, which optimizes forward KLD, forces the model to learn a flat distribution that spans itself to cover all the non-zero probability regions due to its mass-covering behavior [1,2,3].**
To highlight the differences between SimPO (Forward KLD) and SimPER (Reverse TVD), as well as the unique benefits of Reverse TVD, we conducted additional experiments on Anthropic-HH, chosen for its controllability. We studied how these divergences affect the trade-off between alignment and diversity in generated responses. For diversity, we generated 25 responses using top-p sampling (p=0.95) for each test prompt and measured predictive entropy and distinct-n [4].
| Anthropic-HH | Alignment (Win-Rate) | Diversity (Entropy) | Diversity (Distinct-1) | Diversity (Distinct-2) |
| --- | --- | --- | --- | --- |
| SimPER | 59.87 | 12.15 | 0.024 | 0.165 |
| SimPO | 50.33 | 14.71 | 0.028 | 0.197 |
As shown in the above, SimPER’s mode-seeking property achieves significantly higher alignment performance but slight lower diversity compared to SimPO, whose mass-covering behavior results in higher diversity but lower alignment [3]. These results support our intuition: the mode-seeking nature of reverse TVD reduces diversity but is highly effective for alignment optimization, as noted in [1,3].
Additionally, SimPER outperforms SimPO in challenging tasks such as math and safety alignment. One possible reason is that these tasks have few valid answers per input, making mode-seeking more beneficial. This reinforces the potential of mode-seeking for alignment, consistent with prior observations [1,3]. We will clearly state this in the main text of our submission.