← Search

Mark Dredze

22 accepted papers

2026

FIRE-Bench: Evaluating Agents on the Rediscovery of Scientific Insights

ICML 2026poster

Autonomous agents powered by large language models (LLMs) promise to accelerate scientific discovery, but rigorously evaluating their capacity for verifiable discovery remains a central challenge. Existing benchmarks face a trade-off: they either rely on LLM-as-judge evaluations of automatically gen…

Cited by 0SourceScholar
2025

Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions

NAACL 2025long

LLMs have demonstrated impressive performance in answering medical questions, such as achieving passing scores on medical licensing examinations. However, medical board exams or general clinical questions do not capture the complexity of realistic clinical cases. Moreover, the lack of reference expl…

2025

DnDScore: Decontextualization and Decomposition for Factuality Verification in Long-Form Text Generation

EMNLP 2025

The decompose-then-verify strategy for verification of Large Language Model (LLM) generations decomposes claims that are then independently verified. Decontextualization augments text (claims) to ensure it can be verified outside of the original context, enabling reliable verification. While decompo

Cited by 0SourcePDFScholar
2025

Evaluating the Evaluators: Are readability metrics good measures of readability?

EMNLP 2025

Plain Language Summarization (PLS) aims to distill complex documents into accessible summaries for non-expert audiences. In this paper, we conduct a thorough survey of PLS literature, and identify that the current standard practice for readability evaluation is to use traditional readability metrics

Cited by 0SourcePDFScholar
2025

LLMs are Better Than You Think: Label-Guided In-Context Learning for Named Entity Recognition

EMNLP 2025

In-context learning (ICL) enables large language models (LLMs) to perform new tasks using only a few demonstrations. In Named Entity Recognition (NER), demonstrations are typically selected based on semantic similarity to the test instance, ignoring training labels and resulting in suboptimal perfor

Cited by 0SourcePDFScholar
2025

Making FETCH! Happen: Finding Emergent Dog Whistles Through Common Habitats

ACL 2025long

Dog whistles are coded expressions with dual meanings: one intended for the general public (outgroup) and another that conveys a specific message to an intended audience (ingroup). Often, these expressions are used to convey controversial political opinions while maintaining plausible deniability an…

2025

RAG LLMs are Not Safer: A Safety Analysis of Retrieval-Augmented Generation for Large Language Models

NAACL 2025long

Efforts to ensure the safety of large language models (LLMs) include safety fine-tuning, evaluation, and red teaming.However, despite the widespread use of the Retrieval-Augmented Generation (RAG) framework, AI safety work focuses on standard LLMs, which means we know little about how RAG use cases…

2024

Academics Can Contribute to Domain-Specialized Language Models

EMNLP 2024main

Commercially available models dominate academic leaderboards. While impressive, this has concentrated research on creating and adapting general-purpose models to improve NLP leaderboard standings for large language models. However, leaderboards collect many individual tasks and general-purpose model…

2024

Do LLMs Plan Like Human Writers? Comparing Journalist Coverage of Press Releases with LLMs

EMNLP 2024main

Journalists engage in multiple steps in the news writing process that depend on human creativity, like exploring different “angles” (i.e. the specific perspectives a reporter takes). These can potentially be aided by large language models (LLMs). By affecting planning decisions, such interventions c…

Cited by 9SourcePDFScholar
2024

Evaluating Biases in Context-Dependent Sexual and Reproductive Health Questions

EMNLP 2024finding

Chat-based large language models have the opportunity to empower individuals lacking high-quality healthcare access to receive personalized information across a variety of topics. However, users may ask underspecified questions that require additional context for a model to correctly answer. We stud…

Cited by 2SourcePDFScholar
2024

Gender Bias in Decision-Making with Large Language Models: A Study of Relationship Conflicts

EMNLP 2024finding

Large language models (LLMs) acquire beliefs about gender from training data and can therefore generate text with stereotypical gender attitudes. Prior studies have demonstrated model generations favor one gender or exhibit stereotypes about gender, but have not investigated the complex dynamics tha…

2024

Schema-Driven Information Extraction from Heterogeneous Tables

EMNLP 2024finding

In this paper, we explore the question of whether large language models can support cost-efficient information extraction from tables. We introduce schema-driven information extraction, a new task that transforms tabular data into structured records following a human-authored schema. To assess vario…

2023

Characterization of Stigmatizing Language in Medical Records

ACL 2023short

Widespread disparities in clinical outcomes exist between different demographic groups in the United States. A new line of work in medical sociology has demonstrated physicians often use stigmatizing language in electronic medical records within certain groups, such as black patients, which may exac…

2023

Geo-Seq2seq: Twitter User Geolocation on Noisy Data through Sequence to Sequence Learning

ACL 2023findings

Location information can support social media analyses by providing geographic context. Some of the most accurate and popular Twitter geolocation systems rely on rule-based methods that examine the user-provided profile location, which fail to handle informal or noisy location names. We propose Geo-…

Cited by 4SourcePDFScholar
2023

MixCE: Training Autoregressive Language Models by Mixing Forward and Reverse Cross-Entropies

ACL 2023long

Autoregressive language models are trained by minimizing the cross-entropy of the model distribution Q relative to the data distribution P – that is, minimizing the forward cross-entropy, which is equivalent to maximum likelihood estimation (MLE). We have observed that models trained in this way may…

2022

Bernice: A Multilingual Pre-trained Encoder for Twitter

EMNLP 2022main

The language of Twitter differs significantly from that of other domains commonly included in large language model training. While tweets are typically multilingual and contain informal language, including emoji and hashtags, most pre-trained language models for Twitter are either monolingual, adapt…

2022

Do Text-to-Text Multi-Task Learners Suffer from Task Conflict?

EMNLP 2022finding

Traditional multi-task learning architectures learn a single model across multiple tasks through a shared encoder followed by task-specific decoders. Learning these models often requires specialized training algorithms that address task-conflict in the shared parameter updates, which otherwise can l…

2022

Updated Headline Generation: Creating Updated Summaries for Evolving News Stories

ACL 2022long

We propose the task of updated headline generation, in which a system generates a headline for an updated article, considering both the previous article and headline. The system must identify the novel information in the article update, and modify the existing headline accordingly. We create data fo…

2021

Everything Is All It Takes: A Multipronged Strategy for Zero-Shot Cross-Lingual Information Extraction

EMNLP 2021main

Zero-shot cross-lingual information extraction (IE) describes the construction of an IE model for some target language, given existing annotations exclusively in some other language, typically English. While the advance of pretrained multilingual encoders suggests an easy optimism of “train on Engli…

2021

Fine-tuning Encoders for Improved Monolingual and Zero-shot Polylingual Neural Topic Modeling

NAACL 2021long

Neural topic models can augment or replace bag-of-words inputs with the learned representations of deep pre-trained transformer-based word prediction models. One added benefit when using representations from multilingual models is that they facilitate zero-shot polylingual topic modeling. However, w…