paper-with-me

Papers

Discovering Implicit Large Language Model Alignment Objectives

2026-02-17 · Edward Chen, Sanmi Koyejo, Carlos Guestrin arxiv

Large language model (LLM) alignment relies on complex reward signals that often obscure the specific behaviors being incentivized, creating critical risks of misalignment and reward hacking. Existing interpretation methods typically rely on pre-defined rubrics, risking the omission of "unknown unknowns", or fail to identify objectives that comprehensively cover and are causal to the model behavior. To address these limitations, we introduce Obj-Disco, a framework that automatically decomposes an alignment reward signal into a sparse, weighted combination of human-interpretable natural language objectives. Our approach utilizes an iterative greedy algorithm to analyze behavioral changes across training checkpoints, identifying and validating candidate objectives that best explain the residual reward signal. Extensive evaluations across diverse tasks, model sizes, and alignment algorithms demonstrate the framework's robustness. Experiments with popular open-source reward models show that the framework consistently captures > 90% of reward behavior, a finding further corroborated by human evaluation. Additionally, a case study on alignment with an open-source reward model reveals that Obj-Disco can successfully identify latent misaligned incentives that emerge alongside intended behaviors. Our work provides a crucial tool for uncovering the implicit objectives in LLM alignment, paving the way for more transparent and safer AI development.

📄 PDF Abstract BibTeX arXiv:2602.15338

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Alignment Tuning for Large Language Models: A Data-Centric Lens on Alignment Data Pipelines

2026-04-07 · Hwanjun Song arxiv

Much of the alignment tuning literature is organized around optimization objectives, while the construction of alignment data is often treated implicitly. In this survey, we adopt a data centric perspective and reframe a…

You Know What I'm Saying: Jailbreak Attack via Implicit Reference

2024-10-04 · Tianyu Wu, Lingrui Mei, Ruibin Yuan, Lujun Li 외

While recent advancements in large language model (LLM) alignment have enabled the effective identification of malicious objectives involving scene nesting and keyword rewriting, our study reveals that these methods rema…

Language ModelingLanguage ModellingLarge Language Model

MixDPO: Modeling Preference Strength for Pluralistic Alignment

2026-01-07 · Saki Imai, Pedram Heydari, Anthony Sicilia, Asteria Kaeberlein 외 arxiv

Preference based alignment objectives implicitly assume that all human preferences are expressed with equal strength. In practice, however, preference strength varies across individuals and contexts -- a phenomenon estab…

Unified Preference Optimization: Language Model Alignment Beyond the Preference Frontier

2024-05-28 · Anirudhan Badrinath, Prabhat Agarwal, Jiajing Xu

For aligning large language models (LLMs), prior work has leveraged reinforcement learning via human feedback (RLHF) or variations of direct preference optimization (DPO). While DPO offers a simpler framework based on ma…

Language ModelingLanguage ModellingOffline RL

APEX: Learning Adaptive Priorities for Multi-Objective Alignment in Vision-Language Generation

2026-01-10 · Dongliang Chen, Xinlin Zhuang, Junjie Xu, Luojian Xie 외 arxiv

Multi-objective alignment for text-to-image generation is commonly implemented via static linear scalarization, but fixed weights often fail under heterogeneous rewards, leading to optimization imbalance where models ove…

Text-to-Image Generation