Implementation of the ESIM model for natural language inference with PyTorch
-
Updated
Aug 29, 2021 - Python
Implementation of the ESIM model for natural language inference with PyTorch
Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
Implementation of Siamese Neural Networks built upon multihead attention mechanism for text semantic similarity task.
Repository for NLI models (EMNLP 2018)
Implementation of the NLI model in our ACL 2019 paper: Augmenting Neural Networks with First-order Logic.
pytorch implementation of various models for snli and mnli task
Unofficial implementation algorithms of attention models on SNLI dataset
Implementation of models in our EMNLP 2019 paper: A Logic-Driven Framework for Consistency of Neural Models
Keras implementation (tensorflow backend) of natural language inference
PyTorch Implementation of "Learning Natural Language Inference with LSTM", 2016, S. Wang et al. (https://arxiv.org/pdf/1512.08849.pdf)
Models for Nature Language Inference (Tensorflow Version), including 'A Decomposable Attention Model for Natural Language Inference', ..., to be continued.
Implementation of the Character-level Intra Attention Network (CIAN) for Natural Language Inference (NLI) upon SNLI and MultiNLI corpus
From Hero to Zéroe: A Benchmark of Low-Level Adversarial Attacks
Text pair classification
Pytorch implementations of several text semantic matching models. The repository currently contains ESIM, CAFE, RE2
In this repository, we deal with the task of implementing Natural Language Inferencing (NLI) using the SNLI dataset. Different methods such as SumEmbeddings, BiLSTM, BiGRU, Transformers, and Logistic Regression are experimented.
Add a description, image, and links to the snli topic page so that developers can more easily learn about it.
To associate your repository with the snli topic, visit your repo's landing page and select "manage topics."