Thank you for your response and for acknowledging the parts where we have addressed your concerns. We understand that your remaining concern is the number of explored models (we experiment with FLAN-T5 XXL, 11B) and algorithms (where we use Best-of-N). While we agree that having even more results is always nice, we believe the number of experiments we have conducted has merit. Nevertheless, we will expand on this in the limitations section of the camera-ready version. We would like to elaborate on our arguments from the rebuttal:
1. Our attack does not pose any assumption on the model architecture or training algorithm. Any model that can be trained with BoN or RL can be attacked in our setup. Our results (Figure 6) show that BoN successfully increases the reward over the course of training, and other reward-optimization algorithms (e.g., PPO and DPO) should yield similar trends.
2. We show comprehensively the effectiveness of our attack. We explore 6 entities paired with 2 sentiments on 2 popular datasets (e.g., HH-RLHF has been downloaded from HF 163k times in the last month alone). Therefore, to conduct the main experiments, this results in running the BoN algorithm 24 times (each including 4 rounds of fine-tuning of the 11B model). Moreover, we also extensively explored the poisoning of the Reward Model. For this, we explore the same setups plus even more configurations, including the number of poisonous samples, mixing strategies, and model size (Table 1 and Table 9).
3. It is common in the data poisoning literature to reduce the number of models and datasets to understand the attack dynamics better. Particularly when poisoning RLHF this is reasonable since two models are involved (LM and RM) compared to supervised fine-tuning, where only a single model is poisoned. Concretely, Yan et al. [1] also only explore a single 7B model (Alpaca) on one dataset, despite their attack using supervised fine-tuning. The most related work to ours, Wang et al [3], explores a single 7B model with a single RLHF algorithm (PPO) on one dataset (PKU-SafeRLHF); Rando et al [2] explore a single model with two sizes (7B and 13B) with a single RLHF algorithm (PPO) on one dataset (HH-RLHF).
[1] [Backdooring Instruction-Tuned Large Language Models with Virtual Prompt Injection, Yan et al, NAACL 2024](https://arxiv.org/abs/2307.16888)
[2] [Universal Jailbreak Backdoors from Poisoned Human Feedback, Rando et al, ICLR 2024](https://arxiv.org/abs/2311.14455)
[3] [On the Exploitability of Reinforcement Learning with Human Feedback for Large Language Models, Wang et al, 2023](https://arxiv.org/abs/2311.09641)