hsinyuan-huang/FusionNet-NLI
An example for applying FusionNet to Natural Language Inference
This project helps natural language processing engineers determine if a conclusion can be logically inferred from a given premise. It takes in pairs of text statements (a premise and a hypothesis) and outputs a judgment on whether the hypothesis is true, false, or undetermined based on the premise. NLP developers and researchers working on understanding textual relationships would use this to build or evaluate inference systems.
134 stars. No commits in the last 6 months.
Use this if you are an NLP developer looking for an example implementation of the FusionNet model for natural language inference tasks.
Not ideal if you are a business user or data analyst wanting a ready-to-use tool for text analysis without any coding.
Stars
134
Forks
36
Language
Python
License
—
Category
Last pushed
Dec 10, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hsinyuan-huang/FusionNet-NLI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
coetaur0/ESIM
Implementation of the ESIM model for natural language inference with PyTorch
erickrf/multiffn-nli
Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for...
vanzytay/EMNLP2018_NLI
Repository for NLI models (EMNLP 2018)
sdnr1/EBIM-NLI
Enhanced BiLSTM Inference Model for Natural Language Inference
davidschulte/hf-dataset-selector
Find the best datasets for intermediate fine-tuning