A Study on Neural Network Language Modeling (1708.07252v1)
Abstract: An exhaustive study on neural network LLMing (NNLM) is performed in this paper. Different architectures of basic neural network LLMs are described and examined. A number of different improvements over basic neural network LLMs, including importance sampling, word classes, caching and bidirectional recurrent neural network (BiRNN), are studied separately, and the advantages and disadvantages of every technique are evaluated. Then, the limits of neural network LLMing are explored from the aspects of model architecture and knowledge representation. Part of the statistical information from a word sequence will loss when it is processed word by word in a certain order, and the mechanism of training neural network by updating weight matrixes and vectors imposes severe restrictions on any significant enhancement of NNLM. For knowledge representation, the knowledge represented by neural network LLMs is the approximate probabilistic distribution of word sequences from a certain training data set rather than the knowledge of a language itself or the information conveyed by word sequences in a natural language. Finally, some directions for improving neural network LLMing further is discussed.