ir-nlp-csui/indonli
IndoNLI
This project provides a dataset for determining if a given Indonesian sentence (the hypothesis) is true, false, or undetermined based on another Indonesian sentence (the premise). It takes pairs of Indonesian sentences and labels them with their logical relationship. This is useful for researchers and practitioners in natural language processing (NLP) working on understanding logical connections in Indonesian text.
No commits in the last 6 months.
Use this if you are developing or evaluating systems that need to understand logical relationships between Indonesian sentences, such as identifying entailment or contradiction.
Not ideal if you are looking for tools to generate Indonesian text or perform tasks like machine translation or text summarization.
Stars
19
Forks
3
Language
Python
License
—
Category
Last pushed
Dec 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ir-nlp-csui/indonli"
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)
hsinyuan-huang/FusionNet-NLI
An example for applying FusionNet to Natural Language Inference
sdnr1/EBIM-NLI
Enhanced BiLSTM Inference Model for Natural Language Inference