← Search

Kevin Gimpel

18 accepted papers

2024

GEE! Grammar Error Explanation with Large Language Models

NAACL 2024findings

Existing grammatical error correction tools do not provide natural language explanations of the errors that they correct in user-written text. However, such explanations are essential for helping users learn the language by gaining a deeper understanding of its grammatical rules (DeKeyser, 2003; Ell…

2024

MAP’s not dead yet: Uncovering true language model modes by conditioning away degeneracy

ACL 2024long

It has been widely observed that exact or approximate MAP (mode-seeking) decoding from natural language generation (NLG) models consistently leads to degenerate outputs (Holtzman et al., 2019; Stahlberg and Byrne, 2019). Prior work has attributed this behavior to either a fundamental and unavoidable…

2024

Structured Tree Alignment for Evaluation of (Speech) Constituency Parsing

ACL 2024long

We present the structured average intersection-over-union ratio (STRUCT-IOU), an evaluation metric that compares a constituency parse tree over automatically recognized spoken word boundaries with the ground-truth parse tree over written words. To compute the metric, we (1) project the ground-truth…

2023

The Benefits of Label-Description Training for Zero-Shot Text Classification

EMNLP 2023long main

Pretrained language models have improved zero-shot text classification by allowing the transfer of semantic knowledge from the training data in order to classify among specific label sets in downstream tasks. We propose a simple way to further improve zero-shot accuracies with minimal effort. We cur…

Cited by 0SourcecodeScholar
2022

Chess as a Testbed for Language Model State Tracking

AAAI 2022technical

Transformer language models have made tremendous strides in natural language understanding tasks. However, the complexity of natural language makes it challenging to ascertain how accurately these models are tracking the world state underlying the text. Motivated by this issue, we consider the task…

2022

Deep Clustering of Text Representations for Supervision-Free Probing of Syntax

AAAI 2022technical

We explore deep clustering of multilingual text representations for unsupervised model interpretation and induction of syntax. As these representations are high-dimensional, out-of-the-box methods like K-means do not work well. Thus, our approach jointly transforms the representations into a lower-d…

Cited by 8SourcePDFScholar
2022

Moment Distributionally Robust Tree Structured Prediction

NeurIPS 2022accept

Structured prediction of tree-shaped objects is heavily studied under the name of syntactic dependency parsing. Current practice based on maximum likelihood or margin is either agnostic to or inconsistent with the evaluation loss. Risk minimization alleviates the discrepancy between training and tes…

Cited by 3SourcePDFScholar
2022

Substructure Distribution Projection for Zero-Shot Cross-Lingual Dependency Parsing

ACL 2022long

We present substructure distribution projection (SubDP), a technique that projects a distribution over structures in one domain to another, by projecting substructure distributions separately. Models for the target domain can then be trained, using the projected distributions as soft silver labels.…

Cited by 11SourcePDFScholar
2022

SummScreen: A Dataset for Abstractive Screenplay Summarization

ACL 2022long

We introduce SummScreen, a summarization dataset comprised of pairs of TV series transcripts and human written recaps. The dataset provides a challenging testbed for abstractive summarization for several reasons. Plot details are often expressed indirectly in character dialogues and may be scattered…

2020

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations

ICLR 2020spotlight

Increasing model size when pretraining natural language representations often results in improved performance on downstream tasks. However, at some point further model increases become harder due to GPU/TPU memory limitations and longer training times. To address these problems, we present two para…

Cited by 8832SourcecodeScholar
2018

A Study of All-Convolutional Encoders for Connectionist Temporal Classification

ICASSP 2018accepted

Connectionist temporal classification (CTC) is a popular sequence prediction approach for automatic speech recognition that is typically used with models based on recurrent neural networks (RNNs). We explore whether deep convolutional neural networks (CNNs) can be used effectively instead of RNNs as…

Cited by 0SourceScholar
2018

Using Trusted Data to Train Deep Networks on Labels Corrupted by Severe Noise

NeurIPS 2018poster

The growing importance of massive datasets with the advent of deep learning makes robustness to label noise a critical property for classifiers to have. Sources of label noise include automatic labeling for large datasets, non-expert labeling, and label corruption by data poisoning adversaries. In t…

2017

A Baseline for Detecting Misclassified and Out-of-Distribution Examples in Neural Networks

ICLR 2017poster

We consider the two related problems of detecting if an example is misclassified or out-of-distribution. We present a simple baseline that utilizes probabilities from softmax distributions. Correctly classified examples tend to have greater maximum softmax probabilities than erroneously classified a…

Cited by 4314SourcecodeScholar