Perturbed examples reveal invariances shared by language models
Ruchit Rawal, Mariya Toneva
TL;DR
This work addresses the challenge of comparing NLP models beyond IID benchmarks by introducing a shared-invariances framework that uses interpretable perturbations targeting specific linguistic capabilities. It defines goal-conditioned perturbation generation and two invariance-based metrics, Hard-SCoPE and Soft-SCoPE, to quantify how much a target model preserves perturbation invariances established by a reference model. Through experiments across architectures and with black-box APIs (e.g., InstructGPT vs GPT-2), the authors show that larger models tend to share more invariances, while distillation can weaken invariances for certain capabilities. The framework provides insights into how design choices and pretraining influence linguistic capabilities, offering a practical tool for nuanced model evaluation and safer deployment of AI systems. The authors also release code to enable reproducibility and further exploration in this area.
Abstract
The rapid growth in natural language processing (NLP) research has led to numerous new models, outpacing our understanding of how they compare to established ones. One major reason for this difficulty is saturating benchmarks, which may not well reflect differences in model performance in the wild. In this work, we introduce a novel framework to compare two NLP models by revealing their shared invariance to interpretable input perturbations targeting a specific linguistic capability. Via experiments on models from the same and different architecture families, this framework offers insights about how changes in models (e.g., distillation, size increase) affect linguistic capabilities. Furthermore, our framework enables evaluation of invariances between commercial black-box models (e.g., InstructGPT family) and models that are better understood (e.g., GPT-2). Across experiments, we observe that large language models share many invariances encoded by models of various sizes, whereas the invariances by large models are only shared by other large models. Possessing a wide variety of invariances may be key to the recent successes of large language models, and our framework can shed light on the types of invariances retained or emerging in new models. We make the code publicly available.
