Skip to content
/ NLP Public

本仓库将使用Paddle框架实现经典的NLP预训练模型、文本分类、机器翻译等NLP经典任务

Notifications You must be signed in to change notification settings

codecat0/NLP

Repository files navigation

NLPer集合

1. 词向量和语言模型

Word2Vec (2013)

2. 预训练模型

ELMo (2018)

  • 论文地址:Deep contextualized word representations
  • 简介:ELMo只预训练language model,而word embedding是通过输入的句子实时输出的, 这样可以得到与上下文相关的动态word embedding,很大程度上缓解了歧义的发生。
  • 代码实现:elmo.py

GPT (2018)

Bert (2018)

3. 文本分类

3.1 中文情感分析所用的模型

TextCNN (2014)
TextRNN (2015)
Text Bi-LSTM Attention (2016)
Text Bi-LSTM Hierarchical Attention (2016)

About

本仓库将使用Paddle框架实现经典的NLP预训练模型、文本分类、机器翻译等NLP经典任务

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published