English

Spherical Text Embedding

Computation and Language 2019-11-05 v1 Machine Learning Machine Learning

Abstract

Unsupervised text embedding has shown great power in a wide range of NLP tasks. While text embeddings are typically learned in the Euclidean space, directional similarity is often more effective in tasks such as word similarity and document clustering, which creates a gap between the training stage and usage stage of text embedding. To close this gap, we propose a spherical generative model based on which unsupervised word and paragraph embeddings are jointly learned. To learn text embeddings in the spherical space, we develop an efficient optimization algorithm with convergence guarantee based on Riemannian optimization. Our model enjoys high efficiency and achieves state-of-the-art performances on various text embedding tasks including word similarity and document clustering.

Keywords

Cite

@article{arxiv.1911.01196,
  title  = {Spherical Text Embedding},
  author = {Yu Meng and Jiaxin Huang and Guangyuan Wang and Chao Zhang and Honglei Zhuang and Lance Kaplan and Jiawei Han},
  journal= {arXiv preprint arXiv:1911.01196},
  year   = {2019}
}

Comments

NeurIPS 2019. (Code: https://github.com/yumeng5/Spherical-Text-Embedding)

R2 v1 2026-06-23T12:04:00.081Z