LivNLP / SCL
Implementation of Structural Correspondence Learning
☆15Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for SCL
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in keras☆71Updated 7 years ago
- Hierarchical Attention Network for Document Classification☆28Updated 7 years ago
- An implementation of the CNN model described in "A Convolutional Neural Network for Modelling Sentences". Kalchbrenner et al. 2014☆35Updated 7 years ago
- The code base for the article "Neural Structural Correspondence Learning for Domain Adaptation", CoNLL 2017☆14Updated 6 years ago
- For those who want to model the inter-sentence relations, pls use the more powerful code of "Attentive Convolution" in another repository☆92Updated 6 years ago
- (arXiv:1509.06664) Reasoning about Entailment with Neural Attention.☆45Updated 6 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆105Updated 6 years ago
- PyTorch, LSTM CRF model☆9Updated 6 years ago
- The code base for the SCL implementation used in "Neural Structural Correspondence Learning for Domain Adaptation", CoNLL 2017 and in "Pi…☆22Updated 6 years ago
- BiLSTM-CRF for sequence labeling in Dynet☆82Updated 7 years ago
- Source code for an ACL2016 paper of Chinese word segmentation☆80Updated 5 years ago
- Adversarial Training for Neural Relation Extraction☆110Updated 6 years ago
- Implementation of A Structured Self-attentive Sentence Embedding☆109Updated 6 years ago
- This is the code&dataset for the paper [Hierarchical Memory Networks for Answer Selection on Unknown Words. COLING 2016]☆45Updated 6 years ago
- implementation match mLstm in TensorFlow 1.0☆29Updated 7 years ago
- Python Linear CRF☆47Updated 10 years ago
- Tensorflow implementation of Very Deep Convolutional Networks for Natural Language Processing☆79Updated 6 years ago
- ☆150Updated last year
- Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks论文实现☆69Updated 6 years ago
- NLP tools on Lasagne☆61Updated 7 years ago
- Code for NAACL 2018 paper "Multi-task Learning of Pairwise Sequence Classification Tasks Over Disparate Label Spaces" by Isabelle Augenst…☆34Updated 6 years ago
- Noise-Contrastive Estimation for Question Answering with Convolutional Neural Networks (Rao et al. CIKM 2016)☆54Updated 7 years ago
- Tensorflow-LSTM-CRF tool for Named Entity Recognizer☆60Updated 7 years ago
- Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for Natural Language Inference.