paper-with-me

Papers

Neural Network Acceptability Judgments

2018-05-31 · TACL 2019 3 · Alex Warstadt, Amanpreet Singh, Samuel R. Bowman

This paper investigates the ability of artificial neural networks to judge the grammatical acceptability of a sentence, with the goal of testing their linguistic competence. We introduce the Corpus of Linguistic Acceptability (CoLA), a set of 10,657 English sentences labeled as grammatical or ungrammatical from published linguistics literature. As baselines, we train several recurrent neural network models on acceptability classification, and find that our models outperform unsupervised models by Lau et al (2016) on CoLA. Error-analysis on specific grammatical phenomena reveals that both Lau et al.'s models and ours learn systematic generalizations like subject-verb-object order. However, all models we test perform far below human level on a wide range of grammatical constructions.

📄 PDF Abstract BibTeX arXiv:1805.12471

Code (2)

nyu-mll/CoLA-baselines pytorch
praveentn/nlpaeg

Tasks

CoLAGeneral ClassificationLanguage AcquisitionLinguistic AcceptabilitySentence

Similar Papers 제목 키워드 기반

Predicting Sentence Acceptability Judgments in Multimodal Contexts

2026-02-24 · Hyewon Jang, Nikolai Ilinykh, Sharid Loáiciga, Jey Han Lau 외 arxiv

Previous work has examined the capacity of deep neural networks (DNNs), particularly transformers, to predict human sentence acceptability judgments, both independently of context, and in document contexts. We consider t…

Do We Need Neural Models to Explain Human Judgments of Acceptability?

2019-09-18 · Wang Jing, M. A. Kelly, David Reitter

Native speakers can judge whether a sentence is an acceptable instance of their language. Acceptability provides a means of evaluating whether computational language models are processing language in a human-like manner.…

SentenceWord EmbeddingsWord Similarity

Language Modeling with Syntactic and Semantic Representation for Sentence Acceptability Predictions

2019-09-01 · WS (NoDaLiDa) 2019 9 · Adam Ek, Jean-Philippe Bernardy, Shalom Lappin

In this paper, we investigate the effect of enhancing lexical embeddings in LSTM language models (LM) with syntactic and semantic representations. We evaluate the language models using perplexity, and we evaluate the per…

Language ModelingLanguage ModellingSentence

A Discerning Several Thousand Judgments: GPT-3 Rates the Article + Adjective + Numeral + Noun Construction

2023-01-29 · Kyle Mahowald

Knowledge of syntax includes knowledge of rare, idiosyncratic constructions. LLMs must overcome frequency biases in order to master such constructions. In this study, I prompt GPT-3 to give acceptability judgments on the…

CoLA

If Probable, Then Acceptable? Understanding Conditional Acceptability Judgments in Large Language Models

2025-10-09 · Jasmin Orth, Philipp Mondorf, Barbara Plank arxiv

Conditional acceptability refers to how plausible a conditional statement is perceived to be. It plays an important role in communication and reasoning, as it influences how individuals interpret implications, assess arg…