Datasets:
Commit
•
a1f70da
1
Parent(s):
2ec4bf3
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +14 -5
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +65 -1
README.md
CHANGED
@@ -39,16 +39,25 @@ dataset_info:
|
|
39 |
'1': ENTAILMENT
|
40 |
splits:
|
41 |
- name: train
|
42 |
-
num_bytes:
|
43 |
num_examples: 6500
|
44 |
- name: test
|
45 |
-
num_bytes:
|
46 |
num_examples: 2448
|
47 |
- name: validation
|
48 |
-
num_bytes:
|
49 |
num_examples: 500
|
50 |
-
download_size:
|
51 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
---
|
53 |
|
54 |
# Dataset Card for ASSIN 2
|
|
|
39 |
'1': ENTAILMENT
|
40 |
splits:
|
41 |
- name: train
|
42 |
+
num_bytes: 863995
|
43 |
num_examples: 6500
|
44 |
- name: test
|
45 |
+
num_bytes: 339266
|
46 |
num_examples: 2448
|
47 |
- name: validation
|
48 |
+
num_bytes: 66824
|
49 |
num_examples: 500
|
50 |
+
download_size: 566733
|
51 |
+
dataset_size: 1270085
|
52 |
+
configs:
|
53 |
+
- config_name: default
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path: data/train-*
|
57 |
+
- split: test
|
58 |
+
path: data/test-*
|
59 |
+
- split: validation
|
60 |
+
path: data/validation-*
|
61 |
---
|
62 |
|
63 |
# Dataset Card for ASSIN 2
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7300d08098a74175b75c5be7c04ec06a69a09857f2cf5c6dbaeff59b6fbc2557
|
3 |
+
size 157085
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e30f81122db3074eb23f00a8801c47cda1a2bc4e05eaea799439450e2762f44
|
3 |
+
size 375594
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76da79e99919d4fed5888b3794e8a89fcb2635507ecd7d94965db11d45f86b33
|
3 |
+
size 34054
|
dataset_infos.json
CHANGED
@@ -1 +1,65 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "\nThe ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.\nThe training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,\nannotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment\nclasses are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same\nannotation. All data were manually annotated.\n",
|
4 |
+
"citation": "\n@inproceedings{real2020assin,\n title={The assin 2 shared task: a quick overview},\n author={Real, Livy and Fonseca, Erick and Oliveira, Hugo Goncalo},\n booktitle={International Conference on Computational Processing of the Portuguese Language},\n pages={406--412},\n year={2020},\n organization={Springer}\n}\n",
|
5 |
+
"homepage": "https://sites.google.com/view/assin2",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"sentence_pair_id": {
|
9 |
+
"dtype": "int64",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"premise": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"hypothesis": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"relatedness_score": {
|
21 |
+
"dtype": "float32",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"entailment_judgment": {
|
25 |
+
"names": [
|
26 |
+
"NONE",
|
27 |
+
"ENTAILMENT"
|
28 |
+
],
|
29 |
+
"_type": "ClassLabel"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"builder_name": "parquet",
|
33 |
+
"dataset_name": "assin2",
|
34 |
+
"config_name": "default",
|
35 |
+
"version": {
|
36 |
+
"version_str": "1.0.0",
|
37 |
+
"major": 1,
|
38 |
+
"minor": 0,
|
39 |
+
"patch": 0
|
40 |
+
},
|
41 |
+
"splits": {
|
42 |
+
"train": {
|
43 |
+
"name": "train",
|
44 |
+
"num_bytes": 863995,
|
45 |
+
"num_examples": 6500,
|
46 |
+
"dataset_name": null
|
47 |
+
},
|
48 |
+
"test": {
|
49 |
+
"name": "test",
|
50 |
+
"num_bytes": 339266,
|
51 |
+
"num_examples": 2448,
|
52 |
+
"dataset_name": null
|
53 |
+
},
|
54 |
+
"validation": {
|
55 |
+
"name": "validation",
|
56 |
+
"num_bytes": 66824,
|
57 |
+
"num_examples": 500,
|
58 |
+
"dataset_name": null
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"download_size": 566733,
|
62 |
+
"dataset_size": 1270085,
|
63 |
+
"size_in_bytes": 1836818
|
64 |
+
}
|
65 |
+
}
|