Deriving Language Models from Masked Language Models

By Lucas Torroba Hennigen, Yoon Kim

Published in Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics, 2023

Masked language models (MLM) do not explicitly define a distribution over language, i.e., they are not language models per se. However, recent work has implicitly treated them as such for the purposes of generation and scoring. This paper studies methods for deriving explicit joint distributions from MLMs, focusing on distributions over two tokens, which makes it possible to calculate exact distributional properties. We find that an approach based on identifying joints whose conditionals are closest to those of the MLM works well and outperforms existing Markov random field-based approaches.

Paper Code