Character-Aware Neural Language Models
Abstract
We describe a simple neural language model that relies only on character-level inputs. Predictions are still made at the word-level. Our model employs a convolutional neural network (CNN) and a highway net work over characters, whose output is given to a long short-term memory (LSTM) recurrent neural network language model (RNN-LM). On the English Penn Treebank the model is on par with the existing state-of-the-art despite having 60% fewer parameters. On languages with rich morphology (Arabic, Czech, French, German, Spanish, Russian), the model outperforms word-level/morpheme-level LSTM baselines, again with fewer parameters. The results suggest that on many languages, character inputs are sufficient for language modeling. Analysis of word representations obtained from the character composition part of the model reveals that the model is able to encode, from characters only, both semantic and orthographic information.
Cite
Text
Kim et al. "Character-Aware Neural Language Models." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10362Markdown
[Kim et al. "Character-Aware Neural Language Models." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/kim2016aaai-character/) doi:10.1609/AAAI.V30I1.10362BibTeX
@inproceedings{kim2016aaai-character,
title = {{Character-Aware Neural Language Models}},
author = {Kim, Yoon and Jernite, Yacine and Sontag, David A. and Rush, Alexander M.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2016},
pages = {2741-2749},
doi = {10.1609/AAAI.V30I1.10362},
url = {https://mlanthology.org/aaai/2016/kim2016aaai-character/}
}