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