Towards Automatic Evaluation of Dialog Systems: A Model-Free Off-Policy Evaluation Approach
Haoming Jiang, Bo Dai, Mengjiao Yang, Tuo Zhao, Wei Wei
TL;DR
The paper tackles the problem of automatic, scalable evaluation of dialog systems in interactive settings, where traditional static metrics poorly correlate with human judgments. It introduces ENIGMA, a model-free off-policy evaluation framework that uses pseudo-state padding to handle varying dialog horizons, a DICE-based density-ratio estimator to remain agnostic to behavior policies, and RoBERTa-based representations to manage the combinatorial state-action space. Through experiments on goal-oriented AirDialog and open-domain ConvAI2 data, ENIGMA achieves substantially higher correlation with human evaluations than BLEU/PP/LSTDQ-based approaches and self-play, demonstrating robustness to data coverage issues and sparse rewards. The work highlights the value of public human-model interaction data for advancing automatic dialog evaluation and outlines directions for extending ENIGMA to off-policy improvement.
Abstract
Reliable automatic evaluation of dialogue systems under an interactive environment has long been overdue. An ideal environment for evaluating dialog systems, also known as the Turing test, needs to involve human interaction, which is usually not affordable for large-scale experiments. Though researchers have attempted to use metrics (e.g., perplexity, BLEU) in language generation tasks or some model-based reinforcement learning methods (e.g., self-play evaluation) for automatic evaluation, these methods only show a very weak correlation with the actual human evaluation in practice. To bridge such a gap, we propose a new framework named ENIGMA for estimating human evaluation scores based on recent advances of off-policy evaluation in reinforcement learning. ENIGMA only requires a handful of pre-collected experience data, and therefore does not involve human interaction with the target policy during the evaluation, making automatic evaluations feasible. More importantly, ENIGMA is model-free and agnostic to the behavior policies for collecting the experience data (see details in Section 2), which significantly alleviates the technical difficulties of modeling complex dialogue environments and human behaviors. Our experiments show that ENIGMA significantly outperforms existing methods in terms of correlation with human evaluation scores.
