CLOct 22, 2022

P$^3$LM: Probabilistically Permuted Prophet Language Modeling for Generative Pre-Training

arXiv:2210.12339v11 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses sequence generation bottlenecks for NLP applications, though it appears incremental as it builds on existing transformer-based methods.

The paper tackles the limitations of unidirectional and locally dependent autoregressive sequence generation by proposing P$^3$LM, a model that generates tokens in permuted order with multi-stream attention, achieving state-of-the-art results on the GLGE benchmark across multiple datasets.

Conventional autoregressive left-to-right (L2R) sequence generation faces two issues during decoding: limited to unidirectional target sequence modeling, and constrained on strong local dependencies. To address the aforementioned problem, we propose P$^3$LM, a probabilistically permuted prophet language model, which strengthens the modeling of bidirectional information and long token dependencies for sequence generation. Specifically, P$^3$LM learns to generate tokens in permuted order upon an order-aware transformer decoder, as well as to generate the corresponding future $N$ tokens with a multi-stream attention mechanism. Extensive experiments are conducted on the GLGE benchmark, which includes four datasets for summarization, two for question generation, one for conversational question answering, and one for dialog response generation, where P$^3$LM achieves state-of-the-art results compared with strong publicly available generative pre-training methods.

Foundations

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

Your Notes