← Search

Amanda Bertsch

9 accepted papers

2026

Prompt-MII: Meta-Learning Instruction Induction for LLMs

ICLR 2026poster

A popular method to adapt large language models (LLMs) to new tasks is in-context learning (ICL), which is effective but incurs high inference costs as context length grows. In this paper we propose a method to perform instruction induction, where we take training examples and reduce them to a compa…

Cited by 0SourcecodeScholar
2025

Better Instruction-Following Through Minimum Bayes Risk

ICLR 2025spotlight

General-purpose LLM judges capable of human-level evaluation provide not only a scalable and accurate way of evaluating instruction-following LLMs but also new avenues for supervising and improving their performance. One promising way of leveraging LLM judges for supervision is through Minimum Bayes…

Cited by 5SourcePDFScholar
2025

Efficient Many-Shot In-Context Learning with Dynamic Block-Sparse Attention

ACL 2025long

Many-shot in-context learning has recently shown promise as an alternative to finetuning, with the major advantage that the same model can be served for multiple tasks. However, this shifts the computational burden from training-time to inference-time, making deployment of many-shot ICL challenging…

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

In-Context Learning with Long-Context Models: An In-Depth Exploration

NAACL 2025long

As model context lengths continue to increase, the number of demonstrations that can be provided in-context approaches the size of entire training datasets. We study the behavior of in-context learning (ICL) at this extreme scale on multiple datasets and models. We show that, for many datasets with…

Cited by 65SourcePDFScholar
2025

Not-Just-Scaling Laws: Towards a Better Understanding of the Downstream Impact of Language Model Design Decisions

EMNLP 2025

Improvements in language model capabilities are often attributed to increasing model size or training data, but in some cases smaller models trained on curated data or with different architectural decisions can outperform larger ones trained on more tokens. What accounts for this? To quantify the im

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

Unlimiformer: Long-Range Transformers with Unlimited Length Input

NeurIPS 2023poster

Since the proposal of transformers, these models have been limited to bounded input lengths, because of their need to attend to every token in the input. In this work, we propose Unlimiformer: a general approach that wraps any existing pretrained encoder-decoder transformer, and offloads the cross-a…

2022

He Said, She Said: Style Transfer for Shifting the Perspective of Dialogues

EMNLP 2022finding

In this work, we define a new style transfer task: perspective shift, which reframes a dialouge from informal first person to a formal third person rephrasing of the text. This task requires challenging coreference resolution, emotion attribution, and interpretation of informal text. We explore seve…