QqqingYuan / fasttext
fasttext with hierarchical softmax, implemented by tensorflow
☆19Updated 7 years ago
Alternatives and similar repositories for fasttext:
Users that are interested in fasttext are comparing it to the libraries listed below
- ☆39Updated 7 years ago
- TensorFlow implementation of the ESIM model (Enhanced LTSM for natural language inference)☆76Updated 6 years ago
- ESIM model : implementation of Enhanced LSTM for Natural language inference☆21Updated 6 years ago
- This is a implementation of the paper A SIMPLE BUT TOUGH-TO-BEAT BASELINE FOR SENTENCE EMBEDDING.☆86Updated 7 years ago
- Our experience & lesson & code☆48Updated 7 years ago
- Code for the article "Semantic-Unit-Based Dilated Convolution for Multi-Label Text Classification" (EMNLP 2018)☆153Updated 6 years ago
- ☆87Updated 5 years ago
- Tensorflow+bilstm+attention+multi label text classify☆121Updated 6 years ago
- pytorch用Textcnn-bilstm-crf模型实现命名实体识别☆41Updated 6 years ago
- Source codes for paper "Neural Networks Incorporating Dictionaries for Chinese Word Segmentation", AAAI 2018☆90Updated 6 years ago
- use ELMo in chinese environment☆104Updated 6 years ago
- ☆56Updated 7 years ago
- Resources, datasets, papers on Question Answering☆56Updated 3 years ago
- ☆23Updated 6 years ago
- keras sparse implement of margin-softmax☆100Updated 6 years ago
- Chinese new word discovery☆41Updated 4 months ago
- ☆123Updated 5 years ago
- Coupled Multi-Layer Attentions for Co-Extraction of Aspect and Opinion Terms☆95Updated 5 years ago
- 基于BiLSTM和Self-Attention的文本分类、表示学习网络☆29Updated 5 years ago
- 2019年百度的实体链指比赛(ccks2019),一个baseline☆113Updated 5 years ago
- Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks论文实现☆68Updated 6 years ago
- Neural word segmentation with rich pretraining, code for ACL 2017 paper☆165Updated 6 years ago
- A tensorflow implementation of siamese lstm.☆89Updated 7 years ago
- siamese dssm sentence_similarity sentece_similarity_rank tensorflow☆60Updated 6 years ago
- Paper notes: Linguistically Regularized LSTM for Sentiment Classification☆7Updated 6 years ago
- Code for Fine-grained Sentiment Analysis of User Reviews of AI Challenger 2018☆169Updated 5 years ago
- AAAI18 paper 《Improving Review Representations with User Attention and Product Attention for Sentiment Classification》☆51Updated 6 years ago
- 2019达观杯 第六名代码☆44Updated last year
- Character-level Convolutional Networks for Text Classification论文仿真实现