PengboLiu / NLP-PapersLinks
Papers I have read, mainly about NLP. Welcome everyone to supplement in issue.
☆255Updated 4 years ago
Alternatives and similar repositories for NLP-Papers
Users that are interested in NLP-Papers are comparing it to the libraries listed below
Sorting:
- BERT 源码阅读☆231Updated 6 years ago
- Data Augmentation for NLP. NLP数据增强☆295Updated 4 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆176Updated 6 years ago
- Implementation of the ESIM model for natural language inference with PyTorch☆373Updated 4 years ago
- Text-Similarity Method in Pytorch☆470Updated 6 years ago
- BERT distillation(基于BERT的蒸馏实验 )☆315Updated 5 years ago
- Paper Lists, Notes and Slides, Focus on NLP. For summarization, please refer to https://github.com/xcfcode/Summarization-Papers☆165Updated 3 years ago
- transform multi-label classification as sentence pair task, with more training data and information☆178Updated 5 years ago
- 注意力机制on自然语言处理文章整理笔记☆170Updated 6 years ago
- 中文预训练XLNet模型: Pre-Trained Chinese XLNet_Large☆231Updated 6 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者