CLNov 26, 2018

Implanting Rational Knowledge into Distributed Representation at Morpheme Level

arXiv:1811.10188v1
Originality Incremental advance
AI Analysis

This addresses the challenge of expressing exact word meanings in languages like Chinese, where corpus-based methods face heavy disambiguation issues, though it appears incremental in its approach.

The paper tackles the problem of creating unambiguous morpheme embeddings for parataxis languages like Chinese by implanting structured rational knowledge into distributed representations, achieving improvements of over 5 Spearman scores or 8 percentage points in word similarity tasks compared to classical models.

Previously, researchers paid no attention to the creation of unambiguous morpheme embeddings independent from the corpus, while such information plays an important role in expressing the exact meanings of words for parataxis languages like Chinese. In this paper, after constructing the Chinese lexical and semantic ontology based on word-formation, we propose a novel approach to implanting the structured rational knowledge into distributed representation at morpheme level, naturally avoiding heavy disambiguation in the corpus. We design a template to create the instances as pseudo-sentences merely from the pieces of knowledge of morphemes built in the lexicon. To exploit hierarchical information and tackle the data sparseness problem, the instance proliferation technique is applied based on similarity to expand the collection of pseudo-sentences. The distributed representation for morphemes can then be trained on these pseudo-sentences using word2vec. For evaluation, we validate the paradigmatic and syntagmatic relations of morpheme embeddings, and apply the obtained embeddings to word similarity measurement, achieving significant improvements over the classical models by more than 5 Spearman scores or 8 percentage points, which shows very promising prospects for adoption of the new source of knowledge.

Code Implementations1 repo
Foundations

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

Your Notes