CLAIJun 17, 2024

Aligning Large Language Models from Self-Reference AI Feedback with one General Principle

arXiv:2406.11190v12 citations
Originality Incremental advance
AI Analysis

This addresses the problem of scaling alignment for LLMs by reducing reliance on human feedback, though it is incremental as it builds on existing AI feedback methods.

The paper tackles the challenge of aligning large language models (LLMs) by using AI feedback instead of human input, proposing a self-reference-based framework that enables a 13B Llama2-Chat model to provide high-quality feedback under simple principles like 'best for humanity', resulting in policy models trained with this feedback achieving significant advantages on benchmark datasets.

In aligning large language models (LLMs), utilizing feedback from existing advanced AI rather than humans is an important method to scale supervisory signals. However, it is highly challenging for AI to understand human intentions and societal values, and provide accurate preference feedback based on these. Current AI feedback methods rely on powerful LLMs, carefully designed specific principles to describe human intentions, and are easily influenced by position bias. To address these issues, we propose a self-reference-based AI feedback framework that enables a 13B Llama2-Chat to provide high-quality feedback under simple and general principles such as ``best for humanity``. Specifically, we allow the AI to first respond to the user's instructions, then generate criticism of other answers based on its own response as a reference, and finally determine which answer better fits human preferences according to the criticism. Additionally, we use a self-consistency method to further reduce the impact of position bias, and employ semantic perplexity to calculate the preference strength differences between different answers. Experimental results show that our method enables 13B and 70B Llama2-Chat annotators to provide high-quality preference feedback, and the policy models trained based on these preference data achieve significant advantages in benchmark datasets through reinforcement learning.

Code Implementations1 repo
Foundations

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

Your Notes