CLAILGMay 27, 2023

Beyond Positive Scaling: How Negation Impacts Scaling Trends of Language Models

arXiv:2305.17311v1224 citations
Originality Incremental advance
AI Analysis

This work addresses a specific issue in language model evaluation for researchers, providing insights into complex scaling behaviors, but it is incremental as it builds on existing scaling studies.

The paper tackles the problem of how negation affects scaling trends in language models, showing that tasks with negation can exhibit inverse, U-shaped, or positive scaling depending on prompting methods or model families, with performance analyzed through subtasks of question answering and negation understanding.

Language models have been shown to exhibit positive scaling, where performance improves as models are scaled up in terms of size, compute, or data. In this work, we introduce NeQA, a dataset consisting of questions with negation in which language models do not exhibit straightforward positive scaling. We show that this task can exhibit inverse scaling, U-shaped scaling, or positive scaling, and the three scaling trends shift in this order as we use more powerful prompting methods or model families. We hypothesize that solving NeQA depends on two subtasks: question answering (task 1) and negation understanding (task 2). We find that task 1 has linear scaling, while task 2 has sigmoid-shaped scaling with an emergent transition point, and composing these two scaling trends yields the final scaling trend of NeQA. Our work reveals and provides a way to analyze the complex scaling trends of language models.

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