English

Reducing the Scope of Language Models

Computation and Language 2025-11-14 v3 Artificial Intelligence Machine Learning

Abstract

Large language models (LLMs) are deployed in a wide variety of user-facing applications. Typically, these deployments have some specific purpose, like answering questions grounded on documentation or acting as coding assistants, but they require general language understanding. In such deployments, LLMs should respond only to queries that align with the intended purpose and reject all other requests, such as generating poetry or answering questions about physics, a task we refer to as `scoping'. We conduct a comprehensive empirical evaluation of various methods, ranging from prompting, fine-tuning to preference learning and the recently proposed general alignment technique known as Circuit Breakers (CB). Across three families of language models and a broad variety of tasks, we show that it is possible to scope language models. We examine scoping for multiple topics, and fine-grained topics. We ablate diversity of irrelevant queries, layer different techniques, conduct adversarial evaluations and more. Among other results, we find that when diverse examples of irrelevant queries are available, simple supervised fine-tuning produces the best results, but when such diversity is low, Circuit Breakers perform quite well. One can often get the benefits of both methods by layering them in succession. We intend our study to serve as a practitioner's guide to scoping LLMs.

Keywords

Cite

@article{arxiv.2410.21597,
  title  = {Reducing the Scope of Language Models},
  author = {David Yunis and Siyu Huo and Chulaka Gunasekara and Danish Contractor},
  journal= {arXiv preprint arXiv:2410.21597},
  year   = {2025}
}

Comments

Appears in AAAI 2026 in the Main Technical Track

R2 v1 2026-06-28T19:38:57.576Z