Response to Reviewer f1jQ (1/2)
Thank you so much for providing thoughtful and helpful feedback. We have simplified your comments for easier reference and included our respective responses. We will carefully address your concerns one by one.
---
### ***W1 : Effectiveness on Other RLHF or More Results on Online DPO or DPO Variants***
Thank you for coming up with such exciting discussion points. We think that our filtering approach, FiFA, can be effectively combined with other model alignment methods, such as online DPO, its variants, or other RLHF methods. Specifically, for DPO variants that utilize preference datasets, FiFA integrates seamlessly. For online DPO, FiFA can be applied iteratively after generating online samples with current models to continuously refine the data.
Additionally, we suggest applying FiFA to PPO by strategically selecting text prompts for training. This can be achieved by measuring the margins of online samples and evaluating LLM scores. We believe that such an extension would not only be intriguing but also significantly enhance the value of our FiFA framework.
---
### **W2 : Specific Roles of Preference Margin, Text Quality, and Text Diversity**
In the **Introduction (Section 1)** (lines 89–92) and **Method (Section 3)**, we explain the role of each component. Below, we summarize each role:
- ***Preference Margin***: This is the primary component for efficiently and effectively increasing the reward. Due to the noisy nature of preference datasets, having a clear margin significantly improves performance. The independent effect of the preference margin is shown in ${\color{blue}\text{Figure 6(b)}}$
- ***Text Quality***: Text quality is crucial for improving safety, as the naive use of open-source data can lead to serious issues, such as NSFW content. Additionally, text quality slightly enhances reward performance by removing meaningless prompts. The independent effect of text quality is shown in ${\color{blue}\text{Figure 7(b)}}$.
- ***Text Diversity***: Text diversity aids in generalization and improves performance on diverse prompts by ensuring sufficient coverage. The independent effect of text diversity is shown in ${\color{blue}\text{Figure 7(c)}}$. To further highlight the impact of diversity, we also report the win rate of FiFA over DPO with and without considering text diversity on the PartiPrompt dataset. This dataset belongs to a different domain from the training set of Pick-a-Pic v2, and the results are as follows:
| Method | Win Rate over base DPO |
|-------------------|----------|
| Without Diversity | 68.2% |
| With Diversity | **71.7%** |
If you need further clarification, we are happy to discuss this in more detail.
---
### ***W3 : Concerns on Filtering the Pick-a-Pic test set.***
We clearly understand your concern regarding the ambiguity. In the main tables (*e.g.* ${\color{blue}\text{Table 1}}$), to primarily evaluate text-image alignment and image quality, we filter out a small number (54, 10%) of highly harmful prompts (*e.g.* “Nakxx girl with tixx”) that could lead to potential harm or additional safety issues, since we aim to separate experiments for text-image alignment and aesthetics from safety experiments. Therefore, we conduct dedicated experiments to evaluate how models handle safety issues, presenting the results in ${\color{blue}\text{Figure 7(b)}}$ under controlled conditions to avoid exposing these harms to others.
Furthermore, we applied filtering only to the Pick-a-Pic v2 test set, as the PartiPrompt and HPS v2 benchmarks do not exhibit the same issues. Despite this, FiFA performs well across all three benchmarks.