Joint Learning of Character and Word Embeddings

Abstract

Most word embedding methods take a word as a basic unit and learn embeddings according to words' external contexts, ignoring the internal structures of words. However, in some languages such as Chinese, a word is usually composed of several characters and contains rich internal information. The semantic meaning of a word is also related to the meanings of its composing characters. Hence, we take Chinese for example, and present a character-enhanced word embedding model (CWE). In order to address the issues of character ambiguity and non-compositional words, we propose multiple-prototype character embeddings and an effective word selection method. We evaluate the effectiveness of CWE on word relatedness computation and analogical reasoning. The results show that CWE outperforms other baseline methods which ignore internal character information.

Cite

Text

Chen et al. "Joint Learning of Character and Word Embeddings." International Joint Conference on Artificial Intelligence, 2015.

Markdown

[Chen et al. "Joint Learning of Character and Word Embeddings." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/chen2015ijcai-joint/)

BibTeX

@inproceedings{chen2015ijcai-joint,
  title     = {{Joint Learning of Character and Word Embeddings}},
  author    = {Chen, Xinxiong and Xu, Lei and Liu, Zhiyuan and Sun, Maosong and Luan, Huan-Bo},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2015},
  pages     = {1236-1242},
  url       = {https://mlanthology.org/ijcai/2015/chen2015ijcai-joint/}
}