CLAIHCSep 10, 2024

RNR: Teaching Large Language Models to Follow Roles and Rules

arXiv:2409.13733v14 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This addresses the need for safer and more reliable deployment of LLMs by ensuring they adhere to developer-defined guidelines, though it is incremental as it builds on existing instruction fine-tuning methods.

The paper tackles the problem of large language models failing to follow complex roles and rules specified by developers, proposing an automated data generation pipeline that improves role and rule following capability, evidenced by over 25% increase in pass-rate on rule adherence without regression on standard benchmarks.

Instruction fine-tuning (IFT) elicits instruction following capabilities and steers the behavior of large language models (LLMs) via supervised learning. However, existing models trained on open-source IFT datasets only have the ability to follow instructions from users, and often fail to follow complex role and rules specified by developers, a.k.a. system prompts. The ability to follow these roles and rules is essential for deployment, as it ensures that the model safely interacts with users within developer defined guidelines. To improve such role and rule following ability, we propose \model, an automated data generation pipeline that generates diverse roles and rules from existing IFT instructions, along with corresponding responses. This data can then be used to train models that follow complex system prompts. The models are evaluated on our newly created benchmarks for role and rule following ability, as well as standard instruction-following benchmarks and general NLP tasks. Our framework significantly improves role and rule following capability in LLMs, as evidenced by over 25% increase in pass-rate on rule adherence, i.e. following all requirements, in our experiments with the Alpaca and Ultrachat datasets. Moreover, our models achieves this increase without any regression on popular instruction following benchmarks.

Foundations

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

Your Notes