AICLLGNov 6, 2023

Can LLMs Follow Simple Rules?

Berkeley
arXiv:2311.04235v350 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses the need for reliable rule-following in LLMs for real-world deployment, though it is incremental as it focuses on evaluation rather than solving the underlying problem.

The authors tackled the problem of reliably measuring whether Large Language Models (LLMs) can follow explicit rules, such as avoiding abusive content, by proposing RuLES, a programmatic evaluation framework. Their evaluations showed that almost all current models struggle to follow rules, with simple optimization attacks significantly increasing failure rates.

As Large Language Models (LLMs) are deployed with increasing real-world responsibilities, it is important to be able to specify and constrain the behavior of these systems in a reliable manner. Model developers may wish to set explicit rules for the model, such as "do not generate abusive content", but these may be circumvented by jailbreaking techniques. Existing evaluations of adversarial attacks and defenses on LLMs generally require either expensive manual review or unreliable heuristic checks. To address this issue, we propose Rule-following Language Evaluation Scenarios (RuLES), a programmatic framework for measuring rule-following ability in LLMs. RuLES consists of 14 simple text scenarios in which the model is instructed to obey various rules while interacting with the user. Each scenario has a programmatic evaluation function to determine whether the model has broken any rules in a conversation. Our evaluations of proprietary and open models show that almost all current models struggle to follow scenario rules, even on straightforward test cases. We also demonstrate that simple optimization attacks suffice to significantly increase failure rates on test cases. We conclude by exploring two potential avenues for improvement: test-time steering and supervised fine-tuning.

Code Implementations1 repo
Foundations

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

Your Notes