Summary
This paper introduces negative prompts to generate undesirable responses to the process of preference optimization. Similar to most existing LLM alignment approaches, the method aligns models with human preferences by penalizing undesirable responses and encouraging desirable responses. Experiments are conducted to evaluate the proposed method.
Weaknesses
My concerns are as follows.
1. The motivation of this paper is unclear. In Lines 13-15 of Abstract, the authors claim that “existing alignment methods primarily focus on positive examples while overlooking the importance of negative responses in guiding models away from undesirable behaviors.” However, many preference alignment methods [1,2,3,4,5,6,7,8] use ranking-based loss to guide the model away from undesirable behaviors.
2. This paper uses several important concepts in a confusing way. I am not sure whether the authors can distinguish between the concepts of “example”, “response”, “sample”, and “prompt”. This seriously undermines the professionalism and reliability of the paper.
3. The technical contribution is incremental and the paper lacks novelty. I am well aware that reviewers should not hastily question the novelty of a work, but the so-called “introduction of negative examples” and the final loss in Eq. (8) seem to provide extremely limited contributions to the field of preference alignment.
4. Many important details about experiments are missing, such as learning rate, batch size, and the reward model used in the experiments.
5. The authors may want to use GPT-4 as evaluators, which is a standard experimental setting in the area of preference alignment [5,6,9,10].
6. There are lots of grammatical errors in the paper. A few minor errors in a scientific paper may be acceptable, but the unsatisfactory writing of this paper seriously affects the presentation of its method and brings great difficulty to readers to follow. Some examples of the errors (they are a small fraction of all errors) are as follows.
- In Lines 73 and 265, the quotation marks are used incorrectly.
- In Line 162, what do the authors mean by “score the dialogue with a constant”?
- In Line 198, “the training language model” should be “the model being trained”.
- In Line 269, “leading reward hacking” should be “leading to reward hacking”.
- In Line 269, the period at the end of the sentence is missing.
[1] Direct Preference Optimization: Your Language Model is Secretly a Reward Model.
[2] KTO: Model Alignment as Prospect Theoretic Optimization
[3] A General Theoretical Paradigm to Understand Learning from Human Preferences
[4] ORPO: Monolithic Preference Optimization without Reference Model
[5] SimPO: Simple Preference Optimization with a Reference-Free Reward
[6] Zephyr: Direct Distillation of LM Alignment
[7] Qwen2 Technical Report
[8] The Llama 3 Herd of Models
[9] Length-Controlled AlpacaEval: A Simple Way to Debias Automatic Evaluators
[10] Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena