Renovamen / Text-ClassificationLinks
PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类
☆147Updated 4 years ago
Alternatives and similar repositories for Text-Classification
Users that are interested in Text-Classification are comparing it to the libraries listed below
Sorting:
- Convolutional Neural Networks for Sentence Classification in PyTorch☆108Updated 7 years ago
- Few-shot binary text classification with Induction Networks and Word2Vec weights initialization☆108Updated 10 months ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- ☆60Updated 5 years ago
- A Pytorch implementation for NER using BiLSTM-CRF☆139Updated 5 years ago
- Chinese NLP Data Augmentation, BERT Contextual Augmentation☆111Updated 3 years ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 5 years ago
- 基于Transformers的文本分类☆340Updated 3 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆291Updated 4 years ago
- bert-bilstm-crf implemented in pytorch for named entity recognition.☆280Updated 4 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- EMNLP-2019 paper: A Lexicon-based Graph Neural Network for Chinese NER.☆137Updated 10 months ago
- implementation pointer-generator-network by pytorch and python3☆85Updated 5 years ago
- ☆278Updated 3 years ago
- The source code of NeurIPS 2020 paper "CogLTX: Applying BERT to Long Texts"☆273Updated 3 years ago
- bert实现中文NER☆30Updated 2 years ago
- bert pytorch模型微调用于的多标签文本分类☆133Updated 5 years ago
- 从头训练MASK BERT☆137Updated 2 years ago
- A BERT-Transformer network for abstractive text summarization☆126Updated 2 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago
- A text classification example with Bert/ELMo/GloVe in pytorch☆91Updated 4 years ago
- NER任务SOTA模型BERT_MRC☆61Updated last year
- Source code for the paper "Leverage Lexical Knowledge for Chinese Named Entity Recognition via Collaborative Graph Network"☆119Updated 5 years ago
- [EMNLP 2020] Text Classification Using Label Names Only: A Language Model Self-Training Approach☆300Updated 3 years ago
- codes for paper A Multi-task Learning Model for Chinese-oriented Aspect Polarity Classification and Aspect Term Extraction☆198Updated 3 years ago
- MAGNET: Multi-Label Text Classification using Attention-based Graph Neural Network☆58Updated last year
- using bilstm-crf,bert and other methods to do sequence tagging task☆415Updated last year
- 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
- PyTorch implementation of BiLSTM-CRF and Bi-LSTM-CNN-CRF models for named entity recognition.☆74Updated 4 years ago
- 使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型☆480Updated 6 years ago