coetaur0 / ESIM
Implementation of the ESIM model for natural language inference with PyTorch
☆367Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for ESIM
- Text-Similarity Method in Pytorch☆469Updated 5 years ago
- Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".☆340Updated 5 years ago
- The code of ACL 2019 paper: Matching Article Pairs with Graphical Decomposition and Convolutions☆235Updated 3 years ago
- Facilitating the design, comparison and sharing of deep text matching models.☆496Updated 6 months ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆288Updated 3 years ago
- ☆323Updated 5 years ago
- A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".☆305Updated 2 years ago
- TensorFlow implementation of On the Sentence Embeddings from Pre-trained Language Models (EMNLP 2020)☆529Updated 3 years ago
- ☆279Updated 3 years ago
- Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism☆201Updated 6 years ago
- Data Augmentation for NLP. NLP数据增强☆294Updated 3 years ago
- BERT for Multitask Learning☆546Updated last year
- Enhanced LTSM for natural language inference☆265Updated 4 years ago
- Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"☆373Updated 4 years ago
- using bilstm-crf,bert and other methods to do sequence tagging task☆414Updated last year
- Implemention some Baseline Model upon Bert for Text Classification☆683Updated 5 years ago
- Papers I have read, mainly about NLP. Welcome everyone to supplement in issue.☆256Updated 3 years ago
- A Abstractive Summarization Implementation with Transformer and Pointer-generator☆395Updated 3 years ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 5 years ago
- 文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据☆467Updated 2 years ago
- LSTM-CRF in PyTorch☆459Updated 3 months ago
- ☆200Updated last year
- 以词为基本单位的中文BERT☆458Updated 3 years ago
- Neural Relation Extraction implemented in PyTorch☆219Updated 6 years ago
- PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.☆440Updated last year
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆269Updated 4 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆172Updated 5 years ago
- Sequence Generation Model for Multi-label Classification (COLING 2018)☆433Updated 4 years ago
- Re-implementation of BiDAF(Bidirectional Attention Flow for Machine Comprehension, Minjoon Seo et al., ICLR 2017) on PyTorch.☆245Updated 3 months ago