Cheneng / TextCNN
Convolutional Neural Networks for Sentence Classification in PyTorch
☆107Updated 6 years ago
Alternatives and similar repositories for TextCNN:
Users that are interested in TextCNN are comparing it to the libraries listed below
- Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism☆200Updated 6 years ago
- BERT distillation(基于BERT的蒸馏实验 )☆311Updated 4 years ago
- Reproducing the paper — Deep Short Text Classification with Knowledge Powered Attention☆102Updated 4 years ago
- ☆84Updated 4 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆172Updated 5 years ago
- 从头训练MASK BERT☆136Updated 2 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆142Updated 5 years ago
- EMNLP-2019 paper: A Lexicon-based Graph Neural Network for Chinese NER.☆138Updated 7 months ago
- bert for chinese text classification☆142Updated 6 years ago
- transform multi-label classification as sentence pair task, with more training data and information☆178Updated 5 years ago
- ☆61Updated 4 years ago
- Use deep models including BiLSTM, ABCNN, ESIM, RE2, BERT, etc. and evaluate on 5 Chinese NLP datasets: LCQMC, BQ Corpus, ChineseSTS, OCN…☆76Updated 2 years ago
- Pytorch Bert Finetune in Chinese Text Classification☆215Updated 10 months ago
- A more than 1000X faster paralleled LSTM-CRF implementation modified from the slower version in the Pytorch official tutorial (URL//pytor…☆205Updated 4 years ago
- 使用分层注意力机制 HAN + 多任务学习 解决 AI Challenger 细粒度用户评论情感分析 。https://challenger.ai/competition/fsauor2018☆58Updated 5 years ago
- implement of LSTM+CRF with pytorch☆43Updated 4 years ago
- DIAC2019基于Adversarial Attack的问题等价性判别比赛☆81Updated 5 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者☆93Updated 2 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆289Updated 3 years ago
- ☆278Updated 4 years ago
- This repo contains a PyTorch implementation of a pretrained BERT model for text classification.☆102Updated 5 years ago
- ☆134Updated 2 years ago
- Code for the article "Semantic-Unit-Based Dilated Convolution for Multi-Label Text Classification" (EMNLP 2018)☆153Updated 6 years ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 5 years ago
- PyTorch implement of BiLSTM-CRF for Chinese NER☆60Updated 6 years ago
- Bi-LSTM+CRF sequence labeling model implemented in PyTorch☆69Updated 6 years ago
- ☆88Updated 3 years ago
- 对ACL2020 FastBERT论文的复现,论文地址//arxiv.org/pdf/2004.02178.pdf☆193Updated 3 years ago
- 这是一个seq2seq模型,编码器是bert,解码器是transformer的解码器,可用于自然语言处理中文本生成领域的任务☆71Updated 5 years ago
- Implementation of Convolutional Neural Networks for Sentence Classification (Y.Kim, EMNLP 2014) on Pytorch.☆162Updated 7 years ago