riejohnson / ConText
ConText v4: Neural networks for text categorization
☆122Updated 5 years ago
Alternatives and similar repositories for ConText:
Users that are interested in ConText are comparing it to the libraries listed below
- Methods about Deep Learning for Text Matching☆88Updated 5 years ago
- TextNet: A deep neural network framework for text matching☆106Updated 5 years ago
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in Tensorflow☆142Updated 7 years ago
- A simple version of MatchPyramid implement in TensorFlow. Paper https://arxiv.org/abs/1602.06359.☆133Updated 6 years ago
- BiLSTM-CRF for sequence labeling in Dynet☆81Updated 7 years ago
- implementation match mLstm in TensorFlow 1.0☆28Updated 7 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆104Updated 7 years ago
- Reproducing Densely Interactive Inference Network in Keras☆74Updated 6 years ago
- Dilated CNNs for NER in TensorFlow☆242Updated 5 years ago
- Keras (re)implementation of paper "Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks. SIGIR, 2015"☆67Updated 8 years ago
- The models run on Textnet.☆26Updated 5 years ago
- Mutli-label text classification using ConvNet and graph embedding (Tensorflow implementation)☆44Updated 2 years ago
- ☆149Updated last year
- Multilingual hierarchical attention networks toolkit☆77Updated 5 years ago
- For those who want to model the inter-sentence relations, pls use the more powerful code of "Attentive Convolution" in another repository☆90Updated 6 years ago
- An Open-source Neural Hierarchical Multi-label Text Classification Toolkit☆77Updated 5 years ago
- Keras implementation of Bilateral Multi-Perspective Matching.☆61Updated 7 years ago
- Educational material on using the TensorFlow Estimator framework for text classification☆135Updated 6 years ago
- Decomposable Attention Model for Sentence Pair Classification (from https://arxiv.org/abs/1606.01933)☆95Updated 7 years ago
- Inference with state-of-the-art models (pre-trained by LD-Net / AutoNER / VanillaNER / ...)☆115Updated 6 years ago
- PyTorch deep learning models for text processing☆176Updated 5 years ago
- Neural network toolkit for sentence pair modeling.☆303Updated 4 years ago
- Deep Relevance Ranking Using Enhanced Document-Query Interactions☆111Updated 6 years ago
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in keras