← Search

Emma Strubell

29 accepted papers

2026

Expert Routing with Synthetic Data for Domain Incremental Learning

ICML 2026poster

In many real-world settings, regulations and economic incentives permit the sharing of models but not data across institutional boundaries. In such scenarios, practitioners might hope to adapt models to new domains, without losing performance on previous domains (so-called catastrophic forgetting). …

Cited by 0SourceScholar
2026

Position: Evaluation of ML Resource Utilization Requires Model Life Cycle Assessment

ICML 2026poster

Proper accounting of the energy requirements and environmental impact of artificial intelligence (AI) systems is necessary for researchers, developers, policy makers, and users to assess the barriers to building systems at scale. With the growing complexity of pipelines and underlying infrastructure…

Cited by 0SourceScholar
2026

SpreadsheetArena: Decomposing Preference in LLM Generation of Spreadsheet Workbooks

ICML 2026poster

Large language models (LLMs) are increasingly tasked with producing and manipulating structured artifacts. We consider the task of end-to-end **spreadsheet generation**, where language models are prompted to produce spreadsheet artifacts to satisfy users' explicit and implicit constraints, specified…

Cited by 0SourceScholar
2025

Beyond Text: Characterizing Domain Expert Needs in Document Research

ACL 2025finding

Working with documents is a key part of almost any knowledge work, from contextualizing research in a literature review to reviewing legal precedent. Recently, as their capabilities have expanded, primarily text-based NLP systems have often been billed as able to assist or even automate this kind of…

Cited by 0SourcePDFScholar
2025

Energy Considerations of Large Language Model Inference and Efficiency Optimizations

ACL 2025long

As large language models (LLMs) scale in size and adoption, their computational and environmental costs continue to rise. Prior benchmarking efforts have primarily focused on latency reduction in idealized settings, often overlooking the diverse real-world inference workloads that shape energy use.…

Cited by 0SourcePDFScholar
2025

FicSim: A Dataset for Multi-Faceted Semantic Similarity in Long-Form Fiction

EMNLP 2025

As language models become capable of processing increasingly long and complex texts, there has been growing interest in their application within computational literary studies. However, evaluating the usefulness of these models for such tasks remains challenging due to the cost of fine-grained annot

2025

Holistically Evaluating the Environmental Impact of Creating Language Models

ICLR 2025spotlight

As the performance of artificial intelligence systems has dramatically increased, so too has the environmental impact of creating these systems. While many model developers release estimates of the power consumption and carbon emissions from the final training runs for their latest models, there is…

Cited by 0SourcePDFScholar
2025

Stereotype or Personalization? User Identity Biases Chatbot Recommendations

ACL 2025finding

While personalized recommendations are often desired by users, it can be difficult in practice to distinguish cases of bias from cases of personalization: we find that models generate racially stereotypical recommendations regardless of whether the user revealed their identity intentionally through…

2025

What is Your Data Worth to GPT? LLM-Scale Data Valuation with Influence Functions

NeurIPS 2025poster

Large language models (LLMs) are trained on a vast amount of human-written data, but data providers often remain uncredited. In response to this issue, data valuation (or data attribution), which quantifies the contribution or value of each data to the model output, has been discussed as a potential…

Cited by 0SourcecodeScholar
2024

AboutMe: Using Self-Descriptions in Webpages to Document the Effects of English Pretraining Data Filters

ACL 2024long

Large language models’ (LLMs) abilities are drawn from their pretraining data, and model development begins with data curation. However, decisions around what data is retained or removed during this initial stage are under-scrutinized. In our work, we ground web text, which is a popular pretraining…

2024

Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research

ACL 2024long

Information about pretraining corpora used to train the current best-performing language models is seldom discussed: commercial models rarely detail their data, and even open models are often released without accompanying training data or recipes to reproduce them. As a result, it is challenging to…

2024

Gradient Localization Improves Lifelong Pretraining of Language Models

EMNLP 2024finding

Large Language Models (LLMs) trained on web-scale text corpora have been shown to capture world knowledge in their parameters. However, the mechanism by which language models store different types of knowledge is poorly understood. In this work, we examine two types of knowledge relating to temporal…

Cited by 0SourcePDFScholar
2024

OLMo: Accelerating the Science of Language Models

ACL 2024long

Language models (LMs) have become ubiquitous in both NLP research and in commercial product offerings. As their commercial importance has surged, the most powerful models have become closed off, gated behind proprietary interfaces, with important details of their training data, architectures, and de…

2024

Scalable Data Ablation Approximations for Language Models through Modular Training and Merging

EMNLP 2024main

Training data compositions for Large Language Models (LLMs) can significantly affect their downstream performance. However, a thorough data ablation study exploring large sets of candidate data mixtures is typically prohibitively expensive since the full effect is seen only after training the models…

2023

Annotating Mentions Alone Enables Efficient Domain Adaptation for Coreference Resolution

ACL 2023long

Although recent neural models for coreference resolution have led to substantial improvements on benchmark datasets, it remains a challenge to successfully transfer these models to new target domains containing many out-of-vocabulary spans and requiring differing annotation schemes. Typical approach…

Cited by 0SourcePDFScholar
2023

DSI++: Updating Transformer Memory with New Documents

EMNLP 2023long main

Differentiable Search Indices (DSIs) encode a corpus of documents in the parameters of a model and use the same model to map queries directly to relevant document identifiers. Despite the solid performance of DSI models, successfully deploying them in scenarios where document corpora change with tim…

Cited by 0SourceScholar
2023

Data-efficient Active Learning for Structured Prediction with Partial Annotation and Self-Training

EMNLP 2023long findings

In this work we propose a pragmatic method that reduces the annotation cost for structured label spaces using active learning. Our approach leverages partial annotation, which reduces labeling costs for structured outputs by selecting only the most informative sub-structures for annotation. We also…

Cited by 0SourcecodeScholar
2023

Energy and Carbon Considerations of Fine-Tuning BERT

EMNLP 2023short findings

Despite the popularity of the pre-train then fine-tune paradigm in the NLP community, existing work quantifying energy costs and associated carbon emissions has largely focused on language model pre-training. Although a single pre-training run draws substantially more energy than fine-tuning, fine-t…

Cited by 0SourceScholar
2023

Making Scalable Meta Learning Practical

NeurIPS 2023poster

Despite its flexibility to learn diverse inductive biases in machine learning programs, meta learning (i.e.,\ learning to learn) has long been recognized to suffer from poor scalability due to its tremendous compute/memory costs, training instability, and a lack of efficient distributed training sup…

2023

The Framework Tax: Disparities Between Inference Efficiency in NLP Research and Deployment

EMNLP 2023long main

Increased focus on the computational efficiency of systems in natural language processing has motivated the design of efficient model architectures and improvements to underlying hardware accelerators. However, the resulting increases in computational throughput and reductions in floating point ope…

Cited by 0SourcecodeScholar
2023

To Adapt or to Annotate: Challenges and Interventions for Domain Adaptation in Open-Domain Question Answering

ACL 2023long

Recent advances in open-domain question answering (ODQA) have demonstrated impressive accuracy on general-purpose domains like Wikipedia. While some work has been investigating how well ODQA models perform when tested for out-of-domain (OOD) generalization, these studies have been conducted only und…

2023

To Build Our Future, We Must Know Our Past: Contextualizing Paradigm Shifts in Natural Language Processing

EMNLP 2023long main

NLP is in a period of disruptive change that is impacting our methodologies, funding sources, and public perception. In this work, we seek to understand how to shape our future by better understanding our past. We study factors that shape NLP as a field, including culture, incentives, and infrastru…

Cited by 0SourceScholar
2023

Understanding the Effect of Model Compression on Social Bias in Large Language Models

EMNLP 2023short main

Large Language Models (LLMs) trained with self-supervision on vast corpora of web text fit to the social biases of that text. Without intervention, these social biases persist in the model's predictions in downstream tasks, leading to representational harm. Many strategies have been proposed to miti…

Cited by 0SourcecodeScholar
2022

Bridging Fairness and Environmental Sustainability in Natural Language Processing

EMNLP 2022main

Fairness and environmental impact are important research directions for the sustainable development of artificial intelligence. However, while each topic is an active research area in natural language processing (NLP), there is a surprising lack of research on the interplay between the two fields. T…

Cited by 17SourcePDFScholar
2022

Improving Compositional Generalization with Self-Training for Data-to-Text Generation

ACL 2022long

Data-to-text generation focuses on generating fluent natural language responses from structured meaning representations (MRs). Such representations are compositional and it is costly to collect responses for all possible combinations of atomic meaning schemata, thereby necessitating few-shot general…

2022

Train Flat, Then Compress: Sharpness-Aware Minimization Learns More Compressible Models

EMNLP 2022finding

Model compression by way of parameter pruning, quantization, or distillation has recently gained popularity as an approach for reducing the computational requirements of modern deep neural network models for NLP. Inspired by prior works suggesting a connection between simpler, more generalizable mod…

Cited by 20SourcePDFScholar
2022

Transfer Learning from Semantic Role Labeling to Event Argument Extraction with Template-based Slot Querying

EMNLP 2022main

In this work, we investigate transfer learning from semantic role labeling (SRL) to event argument extraction (EAE), considering their similar argument structures. We view the extraction task as a role querying problem, unifying various methods into a single framework. There are key discrepancies on…

2021

On the Benefit of Syntactic Supervision for Cross-lingual Transfer in Semantic Role Labeling

EMNLP 2021main

Although recent developments in neural architectures and pre-trained representations have greatly increased state-of-the-art model performance on fully-supervised semantic role labeling (SRL), the task remains challenging for languages where supervised SRL training data are not abundant. Cross-lingu…