← Search

Jesse Vig

10 accepted papers

2025

On Positional Bias of Faithfulness for Long-form Summarization

NAACL 2025long

Large Language Models (LLMs) often exhibit positional bias in long-context settings, under-attending to information in the middle of inputs. We investigate the presence of this bias in long-form summarization, its impact on faithfulness, and various techniques to mitigate this bias. To consistently…

2023

CaPE: Contrastive Parameter Ensembling for Reducing Hallucination in Abstractive Summarization

ACL 2023findings

Hallucination is a known issue for neural abstractive summarization models. Recent work suggests that the degree of hallucination may depend on factual errors in the training data. In this work, we propose a new method called Contrastive Parameter Ensembling (CaPE) to use training data more effectiv…

Cited by 20SourcePDFScholar
2023

Did You Read the Instructions? Rethinking the Effectiveness of Task Definitions in Instruction Learning

ACL 2023long

Large language models (LLMs) have shown impressive performance in following natural language instructions to solve unseen tasks. However, it remains unclear whether models truly understand task definitions and whether the human-written definitions are optimal. In this paper, we systematically study…

2023

SWiPE: A Dataset for Document-Level Simplification of Wikipedia Pages

ACL 2023long

Text simplification research has mostly focused on sentence-level simplification, even though many desirable edits - such as adding relevant background information or reordering content - may require document-level context. Prior work has also predominantly framed simplification as a single-step, in…

2022

Exploring Neural Models for Query-Focused Summarization

NAACL 2022findings

Query-focused summarization (QFS) aims to produce summaries that answer particular questions of interest, enabling greater user control and personalization. While recently released datasets, such as QMSum or AQuaMuSe, facilitate research efforts in QFS, the field lacks a comprehensive study of the b…

2022

Improving Factual Consistency in Summarization with Compression-Based Post-Editing

EMNLP 2022main

State-of-the-art summarization models still struggle to be factually consistent with the input text. A model-agnostic way to address this problem is post-editing the generated summaries. However, existing approaches typically fail to remove entity errors if a suitable input entity replacement is not…

2021

BERTology Meets Biology: Interpreting Attention in Protein Language Models

ICLR 2021poster

Transformer architectures have proven to learn useful representations for protein classification and generation tasks. However, these representations present challenges in interpretability. In this work, we demonstrate a set of methods for analyzing protein Transformer models through the lens of att…

2021

Goodwill Hunting: Analyzing and Repurposing Off-the-Shelf Named Entity Linking Systems

NAACL 2021industry

Named entity linking (NEL) or mapping “strings” to “things” in a knowledge base is a fundamental preprocessing step in systems that require knowledge of entities such as information extraction and question answering. In this work, we lay out and investigate two challenges faced by individuals or org…

Cited by 7SourcePDFScholar
2021

Robustness Gym: Unifying the NLP Evaluation Landscape

NAACL 2021system demonstrations

Despite impressive performance on standard benchmarks, natural language processing (NLP) models are often brittle when deployed in real-world systems. In this work, we identify challenges with evaluating NLP systems and propose a solution in the form of Robustness Gym (RG), a simple and extensible e…

2020

Investigating Gender Bias in Language Models Using Causal Mediation Analysis

NeurIPS 2020spotlight

Many interpretation methods for neural models in natural language processing investigate how information is encoded inside hidden representations. However, these methods can only measure whether the information exists, not whether it is actually used by the model. We propose a methodology grounded…