Renovamen / Text-Classification
PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类
☆148Updated 3 years ago
Alternatives and similar repositories for Text-Classification:
Users that are interested in Text-Classification are comparing it to the libraries listed below
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆76Updated 5 years ago
- ☆61Updated 4 years ago
- Convolutional Neural Networks for Sentence Classification in PyTorch☆107Updated 6 years ago
- 基于Transformers的文本分类☆339Updated 3 years ago
- codes for paper A Multi-task Learning Model for Chinese-oriented Aspect Polarity Classification and Aspect Term Extraction☆193Updated 2 years ago
- Chinese NLP Data Augmentation, BERT Contextual Augmentation☆112Updated 3 years ago
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- Clustering text with Bert☆56Updated 4 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆47Updated 4 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆291Updated 3 years ago
- The source code of NeurIPS 2020 paper "CogLTX: Applying BERT to Long Texts"☆271Updated 2 years ago
- ☆278Updated 2 years ago
- ☆226Updated 4 years ago
- EMNLP-2019 paper: A Lexicon-based Graph Neural Network for Chinese NER.☆138Updated 8 months ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 5 years ago
- using bilstm-crf,bert and other methods to do sequence tagging task☆414Updated last year
- Reject complicated operations for incorporating lexicon for Chinese NER.☆436Updated 3 years ago
- bert-bilstm-crf implemented in pytorch for named entity recognition.☆280Updated 3 years ago
- A Pytorch implementation for NER using BiLSTM-CRF☆137Updated 4 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆172Updated 5 years ago
- A PyTorch-based toolkit for natural language processing☆155Updated 2 years ago
- 论文复现《Named Entity Recognition as Dependency Parsing》☆129Updated 3 years ago
- Few-shot binary text classification with Induction Networks and Word2Vec weights initialization☆108Updated 8 months ago
- ☆221Updated 2 years ago
- Implementation of paper Does syntax matter? A strong baseline for Aspect-based Sentiment Analysis with RoBERTa.☆131Updated 2 years ago
- Code for the ACL2021 paper "Lexicon Enhanced Chinese Sequence Labelling Using BERT Adapter"☆341Updated 3 years ago
- Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"☆374Updated 4 years ago
- [EMNLP 2020] Text Classification Using Label Names Only: A Language Model Self-Training Approach☆298Updated 3 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者☆93Updated 2 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago