Datasets:

Tasks:
Other
Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
License:
albertvillanova HF staff commited on
Commit
969082d
1 Parent(s): 0a6e4ce

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -118
dataset_infos.json DELETED
@@ -1,118 +0,0 @@
1
- {
2
- "cdsc-e": {
3
- "description": "Polish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wr\u00f3blewska and Krasnowska-Kiera\u015b (2017) for a detailed description of the resource.\n",
4
- "citation": "@inproceedings{wroblewska2017polish,\ntitle={Polish evaluation dataset for compositional distributional semantics models},\nauthor={Wr{'o}blewska, Alina and Krasnowska-Kiera{'s}, Katarzyna},\nbooktitle={Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},\npages={784--792},\nyear={2017}\n}\n",
5
- "homepage": "http://zil.ipipan.waw.pl/Scwad/CDSCorpus",
6
- "license": "CC BY-NC-SA 4.0",
7
- "features": {
8
- "pair_ID": {
9
- "dtype": "int32",
10
- "_type": "Value"
11
- },
12
- "sentence_A": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "sentence_B": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "entailment_judgment": {
21
- "names": [
22
- "NEUTRAL",
23
- "CONTRADICTION",
24
- "ENTAILMENT"
25
- ],
26
- "_type": "ClassLabel"
27
- }
28
- },
29
- "builder_name": "parquet",
30
- "dataset_name": "cdsc",
31
- "config_name": "cdsc-e",
32
- "version": {
33
- "version_str": "1.1.0",
34
- "major": 1,
35
- "minor": 1,
36
- "patch": 0
37
- },
38
- "splits": {
39
- "train": {
40
- "name": "train",
41
- "num_bytes": 1381894,
42
- "num_examples": 8000,
43
- "dataset_name": null
44
- },
45
- "test": {
46
- "name": "test",
47
- "num_bytes": 179392,
48
- "num_examples": 1000,
49
- "dataset_name": null
50
- },
51
- "validation": {
52
- "name": "validation",
53
- "num_bytes": 174654,
54
- "num_examples": 1000,
55
- "dataset_name": null
56
- }
57
- },
58
- "download_size": 744169,
59
- "dataset_size": 1735940,
60
- "size_in_bytes": 2480109
61
- },
62
- "cdsc-r": {
63
- "description": "Polish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wr\u00f3blewska and Krasnowska-Kiera\u015b (2017) for a detailed description of the resource.\n",
64
- "citation": "@inproceedings{wroblewska2017polish,\ntitle={Polish evaluation dataset for compositional distributional semantics models},\nauthor={Wr{'o}blewska, Alina and Krasnowska-Kiera{'s}, Katarzyna},\nbooktitle={Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},\npages={784--792},\nyear={2017}\n}\n",
65
- "homepage": "http://zil.ipipan.waw.pl/Scwad/CDSCorpus",
66
- "license": "CC BY-NC-SA 4.0",
67
- "features": {
68
- "pair_ID": {
69
- "dtype": "int32",
70
- "_type": "Value"
71
- },
72
- "sentence_A": {
73
- "dtype": "string",
74
- "_type": "Value"
75
- },
76
- "sentence_B": {
77
- "dtype": "string",
78
- "_type": "Value"
79
- },
80
- "relatedness_score": {
81
- "dtype": "float32",
82
- "_type": "Value"
83
- }
84
- },
85
- "builder_name": "parquet",
86
- "dataset_name": "cdsc",
87
- "config_name": "cdsc-r",
88
- "version": {
89
- "version_str": "1.1.0",
90
- "major": 1,
91
- "minor": 1,
92
- "patch": 0
93
- },
94
- "splits": {
95
- "train": {
96
- "name": "train",
97
- "num_bytes": 1349894,
98
- "num_examples": 8000,
99
- "dataset_name": null
100
- },
101
- "test": {
102
- "name": "test",
103
- "num_bytes": 175392,
104
- "num_examples": 1000,
105
- "dataset_name": null
106
- },
107
- "validation": {
108
- "name": "validation",
109
- "num_bytes": 170654,
110
- "num_examples": 1000,
111
- "dataset_name": null
112
- }
113
- },
114
- "download_size": 747648,
115
- "dataset_size": 1695940,
116
- "size_in_bytes": 2443588
117
- }
118
- }