English

Aligners: Decoupling LLMs and Alignment

Computation and Language 2024-10-07 v4 Artificial Intelligence Machine Learning

Abstract

Large Language Models (LLMs) need to be aligned with human expectations to ensure their safety and utility in most applications. Alignment is challenging, costly, and needs to be repeated for every LLM and alignment criterion. We propose to decouple LLMs and alignment by training aligner models that can be used to align any LLM for a given criteria on an as-needed basis, thus also reducing the potential negative impacts of alignment on performance. Our recipe for training the aligner models solely relies on synthetic data generated with a (prompted) LLM and can be easily adjusted for a variety of alignment criteria. We use the same synthetic data to train inspectors, binary miss-alignment classification models to guide a "squad" of multiple aligners. Our empirical results demonstrate consistent improvements when applying aligner squad to various LLMs, including chat-aligned models, across several instruction-following and red-teaming datasets.

Keywords

Cite

@article{arxiv.2403.04224,
  title  = {Aligners: Decoupling LLMs and Alignment},
  author = {Lilian Ngweta and Mayank Agarwal and Subha Maity and Alex Gittens and Yuekai Sun and Mikhail Yurochkin},
  journal= {arXiv preprint arXiv:2403.04224},
  year   = {2024}
}

Comments

Short version accepted as a Tiny Paper at the International Conference on Learning Representations (ICLR) 2024. Long version accepted to the Conference on Empirical Methods in Natural Language Processing (EMNLP) 2024 Findings

R2 v1 2026-06-28T15:11:50.368Z