CLFeb 28, 2020

UniLMv2: Pseudo-Masked Language Models for Unified Language Model Pre-Training

arXiv:2002.12804v1425 citations
AI Analysis

This addresses the need for efficient and effective pre-training of language models that can handle both natural language understanding and generation, though it is incremental as it builds on existing masked language modeling approaches.

The authors tackled the problem of pre-training a unified language model for both understanding and generation tasks by introducing a pseudo-masked language model (PMLM) that combines autoencoding and partially autoregressive modeling, achieving new state-of-the-art results on various benchmarks.

We propose to pre-train a unified language model for both autoencoding and partially autoregressive language modeling tasks using a novel training procedure, referred to as a pseudo-masked language model (PMLM). Given an input text with masked tokens, we rely on conventional masks to learn inter-relations between corrupted tokens and context via autoencoding, and pseudo masks to learn intra-relations between masked spans via partially autoregressive modeling. With well-designed position embeddings and self-attention masks, the context encodings are reused to avoid redundant computation. Moreover, conventional masks used for autoencoding provide global masking information, so that all the position embeddings are accessible in partially autoregressive language modeling. In addition, the two tasks pre-train a unified language model as a bidirectional encoder and a sequence-to-sequence decoder, respectively. Our experiments show that the unified language models pre-trained using PMLM achieve new state-of-the-art results on a wide range of natural language understanding and generation tasks across several widely used benchmarks.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes