Summary
This paper introduces FINE-GRAINED RLHF, a framework that enables training and learning from reward functions that are fine-grained in different error categories. Through experiments on detoxification and long-form question answering, the authors demonstrate how learning with this FINE-GRAINED reward function leads to improved performance, supported by both automatic and human evaluation. The paper's contributions include a new framework for fine-grained reward learning, a new dataset for long-form question answering, and experiments demonstrating the effectiveness of the proposed approach. Though, the proposed method still has some limitations in terms of computational cost, algorithm complexity, and task-binding. In all, it has some contributions to the RLHF field.
Strengths
- The paper introduces a new framework for fine-grained reward learning, which is a novel approach to language model training. The authors also provide a new dataset for long-form question answering, which can be used for future research in this area.
- The paper is well-written and clearly presents the proposed framework and experimental results. The authors provide detailed descriptions of their methodology and evaluation metrics, which enhances the quality of the paper.
- The proposed framework has the potential to improve the performance of language models by providing more fine-grained feedback during training.
- The idea is simple but reveals the potential of RLHF at finer grains.
Weaknesses
- I know that data labeling is cumbersome and expensive, but the 3,853 training data collected in this work is still a bit small, not sure if this is enough to draw the conclusions mentioned in this work.
- The proposed method is a bit complicated, it will introduce more computational cost in RLHF, and it will introduce more hyper-parameters for fine-tuning.
- The design of T_i^k is not fully explored, which may have a big impact on the performance of the proposed method.
Questions
- The authors say that "the higher the KL coefficient, the lower the perplexity, and the higher toxicity". But only three KL coefficient is tested (i.e., 0.1, 0.2, 0.3) in the experiments, it is not enough to get such a conclusion. Also, what are the results on the generation fluency when the KL coefficient is 0, which means we do not employ a KL penalty? It would be better to explain the KL penalty in more detail.
- Why do you choose different models for different tasks? I.e., for the detoxification experiments, the policy model is initialized with GPT2Large, and the value model is initialized with GPT2-base; for the long-form QA experiments, the policy model is initialized with a supervised fine-tuned T5-large, and the value model is initialized with T5-base.
- Is the proposed method a good solution in terms of LLM's hallucination?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
- The training dataset is not large enough (especially for the Long-Form QA task), which limits the verification of a conjecture: As the size of training data increases, the effect of the FG-RLHF proposed in this paper will weaken.
- The proposed method is expensive, not only in the additional computational cost of the reward model, but also in the different definitions of fine-grained feedback in terms of the feedback types and the density level of each feedback type.