AILGMLJun 28, 2017

Generative Bridging Network in Neural Sequence Prediction

arXiv:1706.09152v65 citations
Originality Incremental advance
AI Analysis

This addresses overfitting issues in neural sequence prediction for tasks such as machine translation and text summarization, offering an incremental improvement over existing methods.

The paper tackles data sparsity and overfitting in sequence prediction tasks like machine translation and text summarization by proposing Generative Bridging Networks (GBNs), which introduce a bridge module to optimize KL-divergence instead of maximum likelihood, resulting in significant improvements over strong baselines.

In order to alleviate data sparsity and overfitting problems in maximum likelihood estimation (MLE) for sequence prediction tasks, we propose the Generative Bridging Network (GBN), in which a novel bridge module is introduced to assist the training of the sequence prediction model (the generator network). Unlike MLE directly maximizing the conditional likelihood, the bridge extends the point-wise ground truth to a bridge distribution conditioned on it, and the generator is optimized to minimize their KL-divergence. Three different GBNs, namely uniform GBN, language-model GBN and coaching GBN, are proposed to penalize confidence, enhance language smoothness and relieve learning burden. Experiments conducted on two recognized sequence prediction tasks (machine translation and abstractive text summarization) show that our proposed GBNs can yield significant improvements over strong baselines. Furthermore, by analyzing samples drawn from different bridges, expected influences on the generator are verified.

Foundations

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

Your Notes