QiutingWang / NLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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