File size: 1,165 Bytes
ec2aa47
 
e905ded
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ec2aa47
d363f6e
e905ded
d363f6e
 
 
 
 
 
 
 
 
 
 
937df19
d363f6e
937df19
d363f6e
 
 
 
 
 
 
 
 
d600c23
d363f6e
 
 
 
937df19
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: cc-by-sa-4.0
task_categories:
- text-classification
language:
- mt
tags:
- nlp
- nli
- rte
- maltese
- malti
size_categories:
- 100K<n<1M
configs:
- config_name: snli
  data_files: "snli_mt.csv"
  sep: ";"
- config_name: mnli
  data_files: "mnli_mt.csv"
  sep: ";"
---


# 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]>