Skip to content

Latest commit

 

History

History
96 lines (84 loc) · 5.35 KB

README.md

File metadata and controls

96 lines (84 loc) · 5.35 KB

NLP

Natural Language Processing techniques give machines ability to ready, understand, and derive meaning from human languages.

Applications

Machine Translation, Speech Recognition, Sentiment Analysis, Question Answering, Automatic Summarization, Chatbots, Text Classification, Character Recognition, Spell Checking

Topic Modeling

  • Useful Model

    • Latent Dirichlet Allocation (LDA)
      • Latent Dirichlet Allocation with Non-negative Matrix Factorization (LDA&NMF)
      • Hierarchical Latent Dirichlet Allocation (hLDA)
    • Latent Semantic Analysis (LSA)
    • Probabilistic Latent Semantic Analysis (PLSA)
    • Correlated Topic Model (CTM)
    • Author Topic Model
    • BERTopic
  • Tools

LLM Base-Model

  • LLaMA
  • GLM
  • BLOOM
  • GPT
  • PaLM

Fine-Tuning Technique

  • LoRA
  • Prefix Tuning
  • P-Tuning
  • AdaLoRA
  • QLoRA
  • Adapter
  • MaM
  • RLHF

Paper