/deep-nlp-reading-list

Deep Learning / Machine Learning reading list - mainly related to NLP

Deep NLP Reading List

This serves as my own detailed roadmap and reading list/notes for studying Deep Learning and/with NLP. Each section will refer to useful materials that can help, including MOOCs, blog posts, books, lecture notes, papers, and other awesome paper lists and roadmaps.

Table of Contents

  1. Mathematical Foundations
  2. Machine Learning
  3. Deep Learning
  4. Statistical NLP
  5. Deep Learning for NLP

Mathematical Foundations

Basics

[Back To TOC]

If you are confident in these math subjects, you can just skip this part or simply take a look at some refreshers.

Advanced

[Back To TOC]

The following subjects are some advanced materials that could be useful in understanding many Deep Learning theories and NLP. Particularly relevant ones are bolded.

Machine Learning

[Back To TOC]

Machine Learning without Deep Learning.

Deep Learning

[Back To TOC]

Statistical NLP

[Back To TOC]

Deep Learning for NLP

[Back To TOC]

Here I mainly organize papers I have read or plan to read. Among the ones I read, some accompany notes in a separate .md file linked.

Text Classification

[Back To TOC]

  • Abusive Language
  • Sentiment Analysis

Word Embeddings

[Back To TOC]

  • Language Modeling
  • Contextualized Word Embeddings
  • Probailistic Word Embeddings
  • Interpretable Word Embeddings

Question Answering

[Back To TOC]

  • SQuAD 1.0 Models

End-to-End Dialog

[Back To TOC]

  • Goal-oriented
    • Dialog State Tracking
    • Latent Intents
    • Knowledge Base
    • Model Architectures
    • Datasets
    • Using RL
  • Chit Chat

Neural Machine Translation

[Back To TOC]

  • Multi-linguality

Multi-task Learning

[Back To TOC]

Memory Augmented

[Back To TOC]

  • Memory Networks
  • Pointer Networks
  • Neural Turing Machines

Meta Learning

[Back To TOC]

  • MAML