English

Unsupervised Contextualized Document Representation

Computation and Language 2021-09-23 v1 Information Retrieval Machine Learning

Abstract

Several NLP tasks need the effective representation of text documents. Arora et. al., 2017 demonstrate that simple weighted averaging of word vectors frequently outperforms neural models. SCDV (Mekala et. al., 2017) further extends this from sentences to documents by employing soft and sparse clustering over pre-computed word vectors. However, both techniques ignore the polysemy and contextual character of words. In this paper, we address this issue by proposing SCDV+BERT(ctxd), a simple and effective unsupervised representation that combines contextualized BERT (Devlin et al., 2019) based word embedding for word sense disambiguation with SCDV soft clustering approach. We show that our embeddings outperform original SCDV, pre-train BERT, and several other baselines on many classification datasets. We also demonstrate our embeddings effectiveness on other tasks, such as concept matching and sentence similarity. In addition, we show that SCDV+BERT(ctxd) outperforms fine-tune BERT and different embedding approaches in scenarios with limited data and only few shots examples.

Keywords

Cite

@article{arxiv.2109.10509,
  title  = {Unsupervised Contextualized Document Representation},
  author = {Ankur Gupta and Vivek Gupta},
  journal= {arXiv preprint arXiv:2109.10509},
  year   = {2021}
}

Comments

9 Pages, 4 Figures, 7 tables, SustaiNLP2021 @ EMNLP-2021

R2 v1 2026-06-24T06:12:16.681Z