🤖 AI Summary
To address the challenge of dynamically aligning large language models (LLMs) with human values in complex tasks, this paper proposes SPRI—a framework leveraging meta-reasoning and principle synthesis to generate contextualized, fine-grained guidance principles for each input query, enabling lightweight, automatic, instance-level value alignment. SPRI eliminates reliance on handcrafted rules by dynamically guiding response generation, synthesizing supervised fine-tuning (SFT) data, and constructing principle-driven, instance-specific evaluation rubrics—thereby overcoming the generalization bottleneck of universal principles. Experiments demonstrate that SPRI matches expert-designed principles in domain-specific tasks; its automatically generated evaluation rubrics significantly outperform existing LLM-as-a-judge approaches; and the synthesized SFT data substantially improves model response veracity and value consistency.
📝 Abstract
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.