Skip to content

Latest commit

 

History

History
147 lines (94 loc) · 6.34 KB

README.md

File metadata and controls

147 lines (94 loc) · 6.34 KB

Learning NLP and Large Language Model (LLM)

  • Personal learning path for NLP and Large Language Model (LLM)
  • Paper recommendations

Chinese version: README_CN.md (in progress)

NLP Learning Materials

**Notes: **

  1. I don't recommend older materials (even if they are "classic") because everything changes fast in NLP
  2. You need to know basic knowledge of machine learning and Python
    1. Machine learning courses:
      1. Home | CS 189/289A (eecs189.org)
      2. CS229: Machine Learning (stanford.edu) (theoretic perspective)
    2. Python: too many courses... (ex: CS50's Introduction to Programming with Python (harvard.edu) )

Courses / Tutorials:

Books:

Articles:

Important Papers

Note: I haven't read all of the papers in detail so I may change this list frequently

Surveys

Language Model Papers and Reports

LLM Learning and Tuning Techniques

Prompt Tuning

Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing

In-Context Learning

Instruction Tuning

Chain of Thoughts

Chain of Thought Prompting Elicits Reasoning in Large Language Models

Parameter-Efficient Fine-Tuning (PEFT)

LLM Inference, Benchmark and Development Tools