#
natural-language-inference
Here are
87 public repositories
matching this topic...
Natural Language Processing Best Practices & Examples
Updated
Apr 8, 2021
Python
A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
Updated
Jul 8, 2021
Scheme
BiMPM: Bilateral Multi-Perspective Matching for Natural Language Sentences
Updated
Aug 18, 2021
Python
PhoBERT: Pre-trained language models for Vietnamese (EMNLP-2020 Findings)
Compendium of the resources available from top NLP conferences.
A Model for Natural Language Attack on Text Classification and Inference
Updated
Jun 7, 2021
Python
Neural network toolkit for sentence pair modeling.
Updated
Jan 7, 2021
Python
Updated
Feb 9, 2019
Python
Provide Semantic Parsing solutions and Natural Language Inferences for multiple languages following the idea of the syntax-semantics interface.
Updated
Jul 7, 2021
Python
Repository for paper "SWAG: A Large-Scale Adversarial Dataset for Grounded Commonsense Inference"
Updated
Aug 14, 2020
Python
Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for Natural Language Inference.
Updated
Feb 24, 2018
Python
This repository contains the dataset and the PyTorch implementations of the models from the paper Recognizing Emotion Cause in Conversations.
Updated
Jul 24, 2021
Python
TensorFlow implementation of the ESIM model (Enhanced LTSM for natural language inference)
Updated
Jan 12, 2019
Python
A Natural Language Inference (NLI) model based on Transformers (BERT and ALBERT)
Updated
Jun 2, 2021
Python
Repository for NLI models (EMNLP 2018)
Updated
Nov 14, 2018
Python
[ACM-WSDM] 3rd place solution at WSDM Cup 2019, Fake News Classification on Kaggle.
Updated
Nov 16, 2019
Jupyter Notebook
Updated
Mar 29, 2021
Python
pair2vec: Compositional Word-Pair Embeddings for Cross-Sentence Inference
Updated
Jun 1, 2021
Python
The implementation of the paper "Evaluating Coherence in Dialogue Systems using Entailment"
Updated
Jun 4, 2021
Python
Worth-reading papers and related awesome resources on matching task. 值得一读的匹配任务相关论文与资源集合
Mining Discourse Markers for Unsupervised Sentence Representation Learning
Updated
Dec 15, 2020
Jupyter Notebook
A curated list of natural language processing courses, video lectures, books, library and many more.
TensorFlow implementation of the Decomposable Attention model (A Decomposable Attention Model for Natural Language Inference)
Updated
Aug 3, 2018
Python
Updated
Jan 21, 2021
Jupyter Notebook
Diverse Natural Language Inference Collection - NLI dataset that can used to evaluate how well models perform distinct types of reasoning (EMNLP 2018)
Updated
Feb 10, 2021
Python
Keras implementation (tensorflow backend) of natural language inference
Updated
Apr 16, 2019
Python
Enhanced BiLSTM Inference Model for Natural Language Inference
Updated
May 23, 2018
Jupyter Notebook
This repo contains some experiments of text matching on Chinese dataset LCQMC
Updated
Dec 5, 2019
Python
A collection of natural language processing notebooks.
Updated
Jul 10, 2019
Python
Improve this page
Add a description, image, and links to the
natural-language-inference
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
natural-language-inference
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Description
While using tokenizers.create with the model and vocab file for a custom corpus, the code throws an error and is not able to generate the BERT vocab file
Error Message
ValueError: Mismatch vocabulary! All special tokens specified must be control tokens in the sentencepiece vocabulary.
To Reproduce
from gluonnlp.data import tokenizers
tokenizers.create('spm', model_p