Knowledge-Powered Deep Learning for Word Embedding
Abstract
The basis of applying deep learning to solve natural language processing tasks is to obtain high-quality distributed representations of words, i.e., word embeddings, from large amounts of text data. However, text itself usually contains incomplete and ambiguous information, which makes necessity to leverage extra knowledge to understand it. Fortunately, text itself already contains well-defined morphological and syntactic knowledge; moreover, the large amount of texts on the Web enable the extraction of plenty of semantic knowledge. Therefore, it makes sense to design novel deep learning algorithms and systems in order to leverage the above knowledge to compute more effective word embeddings. In this paper, we conduct an empirical study on the capacity of leveraging morphological, syntactic, and semantic knowledge to achieve high-quality word embeddings. Our study explores these types of knowledge to define new basis for word representation, provide additional input information, and serve as auxiliary supervision in deep learning, respectively. Experiments on an analogical reasoning task, a word similarity task, and a word completion task have all demonstrated that knowledge-powered deep learning can enhance the effectiveness of word embedding.
Cite
Text
Bian et al. "Knowledge-Powered Deep Learning for Word Embedding." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014. doi:10.1007/978-3-662-44848-9_9Markdown
[Bian et al. "Knowledge-Powered Deep Learning for Word Embedding." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014.](https://mlanthology.org/ecmlpkdd/2014/bian2014ecmlpkdd-knowledgepowered/) doi:10.1007/978-3-662-44848-9_9BibTeX
@inproceedings{bian2014ecmlpkdd-knowledgepowered,
title = {{Knowledge-Powered Deep Learning for Word Embedding}},
author = {Bian, Jiang and Gao, Bin and Liu, Tie-Yan},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2014},
pages = {132-148},
doi = {10.1007/978-3-662-44848-9_9},
url = {https://mlanthology.org/ecmlpkdd/2014/bian2014ecmlpkdd-knowledgepowered/}
}