Cheneng / TextCNNLinks
Convolutional Neural Networks for Sentence Classification in PyTorch
☆110Updated 7 years ago
Alternatives and similar repositories for TextCNN
Users that are interested in TextCNN are comparing it to the libraries listed below
Sorting:
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆176Updated 6 years ago
- Implementation of the ESIM model for natural language inference with PyTorch☆373Updated 4 years ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 6 years ago
- Reproducing the paper — Deep Short Text Classification with Knowledge Powered Attention☆102Updated 4 years ago
- A more than 1000X faster paralleled LSTM-CRF implementation modified from the slower version in the Pytorch official tutorial (URL//pytor…☆204Updated 4 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆294Updated 4 years ago
- Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism☆202Updated 7 years ago
- Sequence Generation Model for Multi-label Classification (COLING 2018)☆438Updated 5 years ago
- BERT distillation(基于BERT的蒸馏实验 )☆315Updated 5 years ago
- Data Augmentation for NLP. NLP数据增强☆296Updated 4 years ago
- An attempt at replicating the Induction Network for FewRel data in Tensorflow☆178Updated 5 years ago
- transform multi-label classification as sentence pair task, with more training data and information☆178Updated 5 years ago
- Using pre-trained BERT models for Chinese and English NER with 🤗Transformers☆137Updated 5 years ago
- The code of ACL 2019 paper: Matching Article Pairs with Graphical Decomposition and Convolutions☆236Updated 4 years ago
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆273Updated 5 years ago
- PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类☆152Updated 4 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者☆93Updated 3 years ago
- ☆134Updated 2 years ago
- 从头训练MASK BERT☆138Updated 2 years ago
- Pytorch Bert Finetune in Chinese Text Classification☆221Updated last year
- The CRF Layer was implemented by using Chainer 2.0. Please see more details here: https://createmomo.github.io/2017/09/12/CRF_Layer_on_th…☆207Updated 3 years ago
- Neural Relation Extraction implemented in PyTorch☆220Updated 6 years ago
- TensorFlow code and pre-trained models for BERT and ERNIE☆148Updated 6 years ago
- ☆203Updated 2 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆78Updated 5 years ago
- NLP☆134Updated last year
- EMNLP-2019 paper: A Lexicon-based Graph Neural Network for Chinese NER.☆138Updated last year
- Deep Pyramid Convolutional Neural Networks for Text Categorization in PyTorch☆198Updated 6 years ago
- PyTorch Bert Text Classification☆31Updated 6 years ago
- 对ACL2020 FastBERT论文的复现,论文地址//arxiv.org/pdf/2004.02178.pdf☆194Updated 3 years ago