LoginSignup
0
0

More than 5 years have passed since last update.

[Review]Neural Language Models

Last updated at Posted at 2018-07-04

Foreword

This a literature review-ish article to allow me to summarise my understanding on the domain of NLM.

Papers

1. Factored Neural Language Models

Profile:

Authors : Andrei Alexandrescu, Kartin Krinchhoff
Link: http://melodi.ee.washington.edu/people/katrin/Papers/alexand-kirchhoff-hlt06.pdf
Published Year: 2006

Issue: ?? they have just investigated the further improvement in NLM.

Approach:

They viewed a word as a vector of word features or “factors” : $w = $<$f_1, f_2, . . . , f_k$> and predict a word jointly from previous words and their factors.
Based on the original neural language model introduced by Bengio et al. in 2000, they have combined the factorisation and NLM, then this technique called Factored Neural Language Model.

*Bengio's NLM
Screen Shot 2018-07-04 at 9.54.51.png
*Factored NLM
Screen Shot 2018-07-04 at 9.55.19.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0