Beyond Imitation: Leveraging Fine-grained Quality Signals For Alignment · The Large Language Model Bible Contribute to LLM-Bible

Beyond Imitation: Leveraging Fine-grained Quality Signals For Alignment

Guo Geyang, Zhao Ranchi, Tang Tianyi, Zhao Wayne Xin, Wen Ji-rong. Arxiv 2023

[Paper]    
Fine Tuning Pretraining Methods RAG Reinforcement Learning Training Techniques

Alignment with human preference is a desired property of large language models (LLMs). Currently, the main alignment approach is based on reinforcement learning from human feedback (RLHF). Despite the effectiveness of RLHF, it is intricate to implement and train, thus recent studies explore how to develop alternative alignment approaches based on supervised fine-tuning (SFT). A major limitation of SFT is that it essentially does imitation learning, which cannot fully understand what are the expected behaviors. To address this issue, we propose an improved alignment approach named FIGA. Different from prior methods, we incorporate fine-grained (i.e., token or phrase level) quality signals that are derived by contrasting good and bad responses. Our approach has made two major contributions. Firstly, we curate a refined alignment dataset that pairs initial responses and the corresponding revised ones. Secondly, we devise a new loss function can leverage fine-grained quality signals to instruct the learning of LLMs for alignment. Extensive experiments have demonstrated the effectiveness of our approaches by comparing a number of competitive baselines.

Similar Work