paper-with-me

홈 › Papers

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

2023-05-27 · Yuhui Zhang, Michihiro Yasunaga, Zhengping Zhou, Jeff Z. HaoChen, James Zou, Percy Liang, Serena Yeung

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.

📄 PDF Abstract BibTeX arXiv:2305.17311

Code (1)

yuhui-zh15/neqa 공식 구현 pytorch

Tasks

NegationQuestion AnsweringTask 2

Similar Papers 제목 키워드 기반

Inference Scaling fLaws: The Limits of LLM Resampling with Imperfect Verifiers

2024-11-26 · Benedikt Stroebl, Sayash Kapoor, Arvind Narayanan

Recent research has generated hope that inference scaling could allow weaker language models to match or exceed the accuracy of stronger models, such as by repeatedly sampling solutions to a coding problem until it passe…

HumanEvalmbpp

Inference-Time Scaling for Diffusion Models beyond Scaling Denoising Steps

2025-01-16 · Nanye Ma, Shangyuan Tong, HaoLin Jia, Hexiang Hu 외

Generative models have made significant impacts across various domains, largely due to their ability to scale during training by increasing data, computational resources, and model size, a phenomenon characterized by the…

DenoisingImage Generation

A Corpus of Negations and their Underlying Positive Interpretations

2019-06-01 · SEMEVAL 2019 6 · Zahra Sarabi, Erin Killian, Eduardo Blanco, Alexis Palmer

Negation often conveys implicit positive meaning. In this paper, we present a corpus of negations and their underlying positive interpretations. We work with negations from Simple Wikipedia, automatically generate potent…

Negation

A unified weighting framework for evaluating nearest neighbour classification

2023-11-28 · Oliver Urs Lenz, Henri Bollaert, Chris Cornelis

We present the first comprehensive and large-scale evaluation of classical (NN), fuzzy (FNN) and fuzzy rough (FRNN) nearest neighbour classification. We standardise existing proposals for nearest neighbour weighting with…

ClassificationNegation

NegVQA: Can Vision Language Models Understand Negation?

2025-05-28 · Yuhui Zhang, Yuchang Su, Yiming Liu, Serena Yeung-Levy

Negation is a fundamental linguistic phenomenon that can entirely reverse the meaning of a sentence. As vision language models (VLMs) continue to advance and are deployed in high-stakes applications, assessing their abil…

NegationQuestion AnsweringSentenceVisual Question Answering+1