File size: 914 Bytes
ec2aa47 d363f6e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
license: cc-by-sa-4.0
---
# Dataset Card for the SMNLI-MT
The SMNLI-MT datasets are machine-translated versions of the Stanford NLI and MultiNLI datasets in Maltese.
## Dataset Details
### Dataset Description
The datasets were translated using the Google Cloud Translate as part of the initial exploration of NLI in the Maltese language.
- **Curated by:** [Matthew Darmanin]
- **Language(s) (NLP):** Maltese
- **License:** [CC 4.0]
## Dataset Structure
The datasets are in the form of CSV files, delimited by semi-colons (;) and encoded in UTF-8.
Each dataset contains the following columns:
- **id** - the index of the sentence pair
- **premise** - the premise sentence
- **hypothesis** - the hypothesis sentence
- **gold label** - the consensus label assigned in the original datasets; either _entailment_, _contradiction_ or _neutral_
## Dataset Card Contact
E-mail: [email protected] |