Cheneng / TextCNN
Convolutional Neural Networks for Sentence Classification in PyTorch
☆107Updated 7 years ago
Alternatives and similar repositories for TextCNN
Users that are interested in TextCNN are comparing it to the libraries listed below
Sorting:
- Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism☆199Updated 6 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建, 使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆174Updated 5 years ago
- EMNLP-2019 paper: A Lexicon-based Graph Neural Network for Chinese NER.☆137Updated 10 months ago
- Chinese NLP Data Augmentation, BERT Contextual Augmentation☆111Updated 3 years ago
- transform multi-label classification as sentence pair task, with more training data and information☆178Updated 5 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆141Updated 6 years ago
- The code of ACL 2019 paper: Matching Article Pairs with Graphical Decomposition and Convolutions☆236Updated 4 years ago
- Reproducing the paper — Deep Short Text Classification with Knowledge Powered Attention☆103Updated 4 years ago
- Chinese NER using Lattice LSTM. Reproduction for ACL 2018 paper.☆129Updated 5 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
- ☆60Updated 5 years ago
- Data Augmentation for NLP. NLP数据增强☆295Updated 4 years ago
- 从头训练MASK BERT☆137Updated 2 years ago
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆270Updated 5 years ago
- PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类☆147Updated 4 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者☆93Updated 2 years ago
- Implementation of Convolutional Neural Networks for Sentence Classification (Y.Kim, EMNLP 2014) on Pytorch.☆162Updated 7 years ago
- Pattern-Exploiting Training在中文上的简单实验☆171Updated 4 years ago
- ☆278Updated 3 years ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 5 years ago
- Implementation of the ESIM model for natural language inference with PyTorch☆367Updated 3 years ago
- Using pre-trained BERT models for Chinese and English NER with 🤗Transformers☆136Updated 4 years ago
- transformer crf 命名实体识别☆106Updated 6 years ago
- 这是一个seq2seq模型,编码器是bert,解码器是transformer的解码器,可用于自然语言处理中文本生成领域的任务☆71Updated 5 years ago
- implementation pointer-generator-network by pytorch and python3☆85Updated 5 years ago
- BERT + reproduce "Joint entity recognition and relation extraction as a multi-head selection problem" for Chinese and English IE☆141Updated 9 months ago
- Multilabel classification based on TextCNN and Attention☆77Updated 4 years ago
- source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/☆53Updated 5 years ago
- Code for the paper ``Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model''☆173Updated 5 years ago
- BERT distillation(基于BERT的蒸馏实验 )☆313Updated 4 years ago