CLAILGJun 4, 2024

Aligning Large Language Models via Fine-grained Supervision

arXiv:2406.02756v132 citations
Originality Incremental advance
AI Analysis

This work addresses alignment issues in LLMs for users needing more truthful and less toxic outputs, but it is incremental as it builds on existing RLHF methods.

The paper tackles the problem of aligning large language models (LLMs) with user expectations by addressing the lack of precision in sequence-level feedback from reinforcement learning with human feedback (RLHF). It proposes a method using fine-grained token-level supervision, achieving up to a 5.1% absolute improvement in win rate against a reference model.

Pre-trained large-scale language models (LLMs) excel at producing coherent articles, yet their outputs may be untruthful, toxic, or fail to align with user expectations. Current approaches focus on using reinforcement learning with human feedback (RLHF) to improve model alignment, which works by transforming coarse human preferences of LLM outputs into a feedback signal that guides the model learning process. However, because this approach operates on sequence-level feedback, it lacks the precision to identify the exact parts of the output affecting user preferences. To address this gap, we propose a method to enhance LLM alignment through fine-grained token-level supervision. Specifically, we ask annotators to minimally edit less preferred responses within the standard reward modeling dataset to make them more favorable, ensuring changes are made only where necessary while retaining most of the original content. The refined dataset is used to train a token-level reward model, which is then used for training our fine-grained Proximal Policy Optimization (PPO) model. Our experiment results demonstrate that this approach can achieve up to an absolute improvement of $5.1\%$ in LLM performance, in terms of win rate against the reference model, compared with the traditional PPO model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes