← Search

Thibault Sellam

6 accepted papers

2023

Dialect-robust Evaluation of Generated Text

ACL 2023long

Text generation metrics that are not robust to dialect variation make it impossible to tell how well systems perform for many groups of users, and can even penalize systems for producing text in lower-resource dialects. In this paper, we introduce a suite of methods to assess whether metrics are dia…

2023

Reward Gaming in Conditional Text Generation

ACL 2023long

To align conditional text generation model outputs with desired behaviors, there has been an increasing focus on training the model using reinforcement learning (RL) with reward functions learned from human annotations. Under this framework, we identify three common cases where high rewards are inco…

Cited by 21SourcePDFScholar
2023

SEAHORSE: A Multilingual, Multifaceted Dataset for Summarization Evaluation

EMNLP 2023long main

Reliable automatic evaluation of summarization systems is challenging due to the multifaceted and subjective nature of the task. This is especially the case for languages other than English, where human evaluations are scarce. In this work, we introduce SEAHORSE, a dataset for multilingual, multifac…

Cited by 0SourceScholar
2023

SQuId: Measuring Speech Naturalness in Many Languages

ICASSP 2023accepted

Much of text-to-speech research relies on human evaluation. This incurs heavy costs and slows down the development process, especially in heavily multilingual applications where recruiting and polling annotators can take weeks. We introduce SQuId (Speech Quality Identification), a multilingual natur…

Cited by 0SourceScholar
2022

The MultiBERTs: BERT Reproductions for Robustness Analysis

ICLR 2022spotlight

Experiments with pre-trained models such as BERT are often based on a single checkpoint. While the conclusions drawn apply to the artifact tested in the experiment (i.e., the particular instance of the model), it is not always clear whether they hold for the more general procedure which includes the…

2021

Learning Compact Metrics for MT

EMNLP 2021main

Recent developments in machine translation and multilingual text generation have led researchers to adopt trained metrics such as COMET or BLEURT, which treat evaluation as a regression problem and use representations from multilingual pre-trained models such as XLM-RoBERTa or mBERT. Yet studies on…