SOTAVerified

PBoS: Probabilistic Bag-of-Subwords for Generalizing Word Embedding

2020-10-21Findings of the Association for Computational LinguisticsCode Available1· sign in to hype

Zhao Jinman, Shawn Zhong, Xiaomin Zhang, YIngyu Liang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We look into the task of generalizing word embeddings: given a set of pre-trained word vectors over a finite vocabulary, the goal is to predict embedding vectors for out-of-vocabulary words, without extra contextual information. We rely solely on the spellings of words and propose a model, along with an efficient algorithm, that simultaneously models subword segmentation and computes subword-based compositional word embedding. We call the model probabilistic bag-of-subwords (PBoS), as it applies bag-of-subwords for all possible segmentations based on their likelihood. Inspections and affix prediction experiment show that PBoS is able to produce meaningful subword segmentations and subword rankings without any source of explicit morphological knowledge. Word similarity and POS tagging experiments show clear advantages of PBoS over previous subword-level models in the quality of generated word embeddings across languages.

Tasks

Reproductions