paper-with-me

홈 › Papers

Inverse scaling can become U-shaped

2022-11-03 · Jason Wei, Najoung Kim, Yi Tay, Quoc V. Le

Scaling up language models has been empirically shown to improve performance on a wide range of downstream tasks. However, if we were to observe worse performance as a function of scale ("inverse scaling") on certain tasks, this would indicate that scaling can also encourage behaviors that are misaligned with human preferences. The Inverse Scaling Prize (McKenzie et al. 2022) identified eleven such inverse scaling tasks, evaluated on models of up to 280B parameters and up to 500 zettaFLOPs of training compute. This paper takes a closer look at these inverse scaling tasks. We evaluate models of up to 540B parameters, trained on five times more compute than those evaluated in the Inverse Scaling Prize. With this increased range of model sizes and training compute, only four out of the eleven tasks remain inverse scaling. Six out of the eleven tasks exhibit "U-shaped scaling", where performance decreases up to a certain size, and then increases again up to the largest model evaluated (the one remaining task displays positive scaling). In addition, we find that 1-shot examples and chain-of-thought can help mitigate undesirable scaling patterns even further. U-shaped scaling suggests that the inverse scaling trend observed in McKenzie et al. (2022) may not continue to hold for larger models, which we attribute to the presence of distractor tasks that only sufficiently large models can avoid.

📄 PDF Abstract BibTeX arXiv:2211.02011

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Similar Papers 제목 키워드 기반

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

2023-05-27 · Yuhui Zhang, Michihiro Yasunaga, Zhengping Zhou, Jeff Z. HaoChen 외

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 …

NegationQuestion AnsweringTask 2

U-shaped and Inverted-U Scaling behind Emergent Abilities of Large Language Models

2024-10-02 · Tung-Yu Wu, Pei-Yu Lo

Large language models (LLMs) have been shown to exhibit emergent abilities in some downstream tasks, where performance seems to stagnate at first and then improve sharply and unpredictably with scale beyond a threshold. …

Inverse Scaling: When Bigger Isn't Better

2023-06-15 · Ian R. McKenzie, Alexander Lyzhov, Michael Pieler, Alicia Parrish 외

Work on scaling laws has found that large language models (LMs) show predictable improvements to overall loss with increased scale (model size, training data, and compute). Here, we present evidence for the claim that LM…

The Bayesian Origin of the Probability Weighting Function in Human Representation of Probabilities

2025-10-06 · Xin Tong, Thi Thu Uyen Hoang, Xue-Xin Wei, Michael Hahn arxiv

Humans systematically misrepresent probability in a stereotyped inverse-S pattern. It has been documented for decades, but its origin remains unexplained. We propose a Bayesian encoding-decoding account in which probabil…

Differential Equation Scaling Limits of Shaped and Unshaped Neural Networks

2023-10-18 · Mufan Bill Li, Mihai Nica

Recent analyses of neural networks with shaped activations (i.e. the activation function is scaled as the network size grows) have led to scaling limits described by differential equations. However, these results do not …