← Search

Mara Finkelstein

7 accepted papers

2025

From Jack of All Trades to Master of One: Specializing LLM-based Autoraters to a Test Set

ICML 2025poster

As LLMs continue to become more powerful and versatile, human evaluation has become intractable at scale and reliance on automatic metrics has become the norm. Recently, it has been shown that LLMs are themselves state-of-the-art evaluators for many tasks. These *Autoraters* are typically designed s…

Cited by 0SourcePDFScholar
2025

Learning from others' mistakes: Finetuning machine translation models with span-level error annotations

ICML 2025poster

Despite growing interest in incorporating feedback to improve language models, most efforts focus only on sequence-level annotations. In this work, we explore the potential of utilizing fine-grained span-level annotations from offline datasets to improve model quality. We develop a simple finetuning…

Cited by 1SourcePDFScholar
2025

WMT24++: Expanding the Language Coverage of WMT24 to 55 Languages & Dialects

ACL 2025finding

As large language models (LLM) become more and more capable in languages other than English, it is important to collect benchmark datasets in order to evaluate their multilingual performance, including on tasks like machine translation (MT). In this work, we extend the WMT24 dataset to cover 55 lang…

Cited by 0SourcePDFScholar
2024

Efficient Minimum Bayes Risk Decoding using Low-Rank Matrix Completion Algorithms

NeurIPS 2024poster

Minimum Bayes Risk (MBR) decoding is a powerful decoding strategy widely used for text generation tasks but its quadratic computational complexity limits its practical application. This paper presents a novel approach for approximating MBR decoding using matrix completion techniques, focusing on a m…

Cited by 4SourcePDFScholar
2024

LLMRefine: Pinpointing and Refining Large Language Models via Fine-Grained Actionable Feedback

NAACL 2024findings

Recent large language models (LLM) areleveraging human feedback to improve theirgeneration quality. However, human feedbackis costly to obtain, especially during inference.In this work, we propose LLMRefine, aninference time optimization method to refineLLM’s output. The core idea is to usea learned…

Cited by 21SourcePDFScholar
2024

MBR and QE Finetuning: Training-time Distillation of the Best and Most Expensive Decoding Methods

ICLR 2024poster

Recent research in decoding methods for Natural Language Generation (NLG) tasks has shown that MAP decoding is not optimal, because model probabilities do not always align with human preferences. Stronger decoding methods, including Quality Estimation (QE) reranking and Minimum Bayes' Risk (MBR) dec…

Cited by 16SourcePDFScholar
2024

Quality-Aware Translation Models: Efficient Generation and Quality Estimation in a Single Model

ACL 2024long

Maximum-a-posteriori (MAP) decoding is the most widely used decoding strategy for neural machine translation (NMT) models. The underlying assumption is that model probability correlates well with human judgment, with better translations getting assigned a higher score by the model. However, research…