CLAIFeb 5, 2025

SPRI: Aligning Large Language Models with Context-Situated Principles

arXiv:2502.03397v25 citationsh-index: 12Has CodeICML
AI Analysis

This work addresses the problem of resource-intensive alignment for AI researchers and practitioners, offering an incremental improvement over prior methods by automating principle generation.

The paper tackles the challenge of aligning large language models with human values by introducing SPRI, a framework that automatically generates context-specific principles for each query, achieving performance comparable to expert-crafted principles and improving truthfulness in synthetic data.

Aligning Large Language Models to integrate and reflect human values, especially for tasks that demand intricate human oversight, is arduous since it is resource-intensive and time-consuming to depend on human expertise for context-specific guidance. Prior work has utilized predefined sets of rules or principles to steer the behavior of models (Bai et al., 2022; Sun et al., 2023). However, these principles tend to be generic, making it challenging to adapt them to each individual input query or context. In this work, we present Situated-PRInciples (SPRI), a framework requiring minimal or no human effort that is designed to automatically generate guiding principles in real-time for each input query and utilize them to align each response. We evaluate SPRI on three tasks, and show that 1) SPRI can derive principles in a complex domain-specific task that leads to on-par performance as expert-crafted ones; 2) SPRI-generated principles lead to instance-specific rubrics that outperform prior LLM-as-a-judge frameworks; 3) using SPRI to generate synthetic SFT data leads to substantial improvement on truthfulness. We release our code and model generations at https://github.com/honglizhan/SPRI-public.

Foundations

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

Your Notes