CLLGAug 20, 2019

Learning document embeddings along with their uncertainties

arXiv:1908.07599v315 citations
AI Analysis

This addresses the need for uncertainty-aware document embeddings in natural language processing, offering a novel method for capturing representation confidence, though it is incremental in improving existing models.

The authors tackled the problem of text modeling techniques lacking uncertainty estimates for document embeddings by introducing Bayesian SMM, which learns Gaussian distributions to encode uncertainty, and showed it fits data better than state-of-the-art models on Fisher speech and 20Newsgroups corpora, with topic identification achieving comparable results to supervised models.

Majority of the text modelling techniques yield only point-estimates of document embeddings and lack in capturing the uncertainty of the estimates. These uncertainties give a notion of how well the embeddings represent a document. We present Bayesian subspace multinomial model (Bayesian SMM), a generative log-linear model that learns to represent documents in the form of Gaussian distributions, thereby encoding the uncertainty in its co-variance. Additionally, in the proposed Bayesian SMM, we address a commonly encountered problem of intractability that appears during variational inference in mixed-logit models. We also present a generative Gaussian linear classifier for topic identification that exploits the uncertainty in document embeddings. Our intrinsic evaluation using perplexity measure shows that the proposed Bayesian SMM fits the data better as compared to the state-of-the-art neural variational document model on Fisher speech and 20Newsgroups text corpora. Our topic identification experiments show that the proposed systems are robust to over-fitting on unseen test data. The topic ID results show that the proposed model is outperforms state-of-the-art unsupervised topic models and achieve comparable results to the state-of-the-art fully supervised discriminative models.

Code Implementations2 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