roomylee / rcnn-text-classification
Tensorflow Implementation of "Recurrent Convolutional Neural Network for Text Classification" (AAAI 2015)
☆151Updated 6 years ago
Alternatives and similar repositories for rcnn-text-classification:
Users that are interested in rcnn-text-classification are comparing it to the libraries listed below
- Tensorflow+bilstm+attention+multi label text classify☆121Updated 6 years ago
- all kinds of baseline models for sentence similarity 句子对语义相似度模型☆296Updated 6 years ago
- About Text Pairs (Sentence Level) Classification (Similarity Modeling) Based on Neural Network.☆189Updated 4 years ago
- ACL 2018: Hybrid semi-Markov CRF for Neural Sequence Labeling (http://aclweb.org/anthology/P18-2038)☆304Updated 6 years ago
- export bert model for serving☆141Updated 6 years ago
- This is a implementation of the paper A SIMPLE BUT TOUGH-TO-BEAT BASELINE FOR SENTENCE EMBEDDING.☆86Updated 7 years ago
- Code for the article "Semantic-Unit-Based Dilated Convolution for Multi-Label Text Classification" (EMNLP 2018)☆153Updated 6 years ago
- Deep contextualized word representations for Chinese☆151Updated 5 years ago
- Using pre trained word embeddings (Fasttext, Word2Vec)☆157Updated 6 years ago
- A (CNN+)RNN(LSTM/BiLSTM)+CRF model for sequence labelling.☆139Updated 7 years ago
- Neural network toolkit for sentence pair modeling.☆303Updated 4 years ago
- 基于BERT的中文序列标注☆141Updated 6 years ago
- use ELMo in chinese environment☆104Updated 6 years ago
- A TensorFlow implementation for "Interactive Attention Networks for Aspect-Level Sentiment Classification"☆99Updated 5 years ago
- Bert-classification and bert-dssm implementation with keras.☆93Updated 4 years ago
- ☆322Updated 5 years ago
- ☆340Updated 2 years ago
- Coupled Multi-Layer Attentions for Co-Extraction of Aspect and Opinion Terms☆95Updated 5 years ago
- hierarchical attention model☆101Updated 7 years ago
- All kinds of neural text classifiers implemented by Keras☆64Updated 5 years ago
- Tensorflow-implemented text classificators including FastText, TextCNN, TextRNN, TextBiRNN, TextRCNN, HAN, etc.☆104Updated 6 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…