Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
Italian
Size:
100K - 1M
License:
Commit
•
6a6ee6f
1
Parent(s):
dfcac8f
Convert dataset to Parquet
Browse files- README.md +27 -4
- data/train-00000-of-00001.parquet +3 -0
- dataset_infos.json +45 -1
README.md
CHANGED
@@ -2,16 +2,14 @@
|
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
4 |
- expert-generated
|
5 |
-
language:
|
6 |
-
- it
|
7 |
language_creators:
|
8 |
- expert-generated
|
|
|
|
|
9 |
license:
|
10 |
- cc-by-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
-
pretty_name: Annotated dataset to assess the accuracy of the textual description of
|
14 |
-
cultural heritage records
|
15 |
size_categories:
|
16 |
- 10K<n<100K
|
17 |
source_datasets:
|
@@ -20,6 +18,31 @@ task_categories:
|
|
20 |
- text-classification
|
21 |
task_ids:
|
22 |
- acceptability-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Annotated dataset to assess the accuracy of the textual description of cultural heritage records
|
|
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
4 |
- expert-generated
|
|
|
|
|
5 |
language_creators:
|
6 |
- expert-generated
|
7 |
+
language:
|
8 |
+
- it
|
9 |
license:
|
10 |
- cc-by-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
|
|
|
|
13 |
size_categories:
|
14 |
- 10K<n<100K
|
15 |
source_datasets:
|
|
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
- acceptability-classification
|
21 |
+
pretty_name: Annotated dataset to assess the accuracy of the textual description of
|
22 |
+
cultural heritage records
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: metadata_text
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
'0': Low_Quality
|
32 |
+
'1': High_Quality
|
33 |
+
- name: source
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 29309108
|
38 |
+
num_examples: 100821
|
39 |
+
download_size: 16309144
|
40 |
+
dataset_size: 29309108
|
41 |
+
configs:
|
42 |
+
- config_name: default
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: data/train-*
|
46 |
---
|
47 |
|
48 |
# Dataset Card for Annotated dataset to assess the accuracy of the textual description of cultural heritage records
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5406cceec351e27db9d8fc74329370ba65053170fd13343852101230bf9860e
|
3 |
+
size 16309144
|
dataset_infos.json
CHANGED
@@ -1 +1,45 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "The dataset contains more than 100K textual descriptions of cultural items from Cultura Italia (http://www.culturaitalia.it/opencms/index.jsp?language=en), the Italian National Cultural aggregator. \nEach of the description is labeled either HIGH or LOW quality, according its adherence to the standard cataloguing guidelines provided by Istituto Centrale per il Catalogo e la Documentazione (ICCD). \n",
|
4 |
+
"citation": "@article{Lorenzini2020,\nauthor = \"Matteo Lorenzini and Marco Rospocher and Sara Tonelli\",\ntitle = \"{Annotated dataset to assess the accuracy of the textual description of cultural heritage records}\",\nyear = \"2020\",\nmonth = \"12\",\nurl = \"https://figshare.com/articles/dataset/Annotated_dataset_to_assess_the_accuracy_of_the_textual_description_of_cultural_heritage_records/13359104\",\ndoi = \"10.6084/m9.figshare.13359104.v1\"\n}\n",
|
5 |
+
"homepage": "https://doi.org/10.6084/m9.figshare.13359104.v1",
|
6 |
+
"license": "Creative Commons Attribution 4.0 International",
|
7 |
+
"features": {
|
8 |
+
"metadata_text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"label": {
|
13 |
+
"names": [
|
14 |
+
"Low_Quality",
|
15 |
+
"High_Quality"
|
16 |
+
],
|
17 |
+
"_type": "ClassLabel"
|
18 |
+
},
|
19 |
+
"source": {
|
20 |
+
"dtype": "string",
|
21 |
+
"_type": "Value"
|
22 |
+
}
|
23 |
+
},
|
24 |
+
"builder_name": "cultural_heritage_metadata_accuracy",
|
25 |
+
"dataset_name": "cultural_heritage_metadata_accuracy",
|
26 |
+
"config_name": "default",
|
27 |
+
"version": {
|
28 |
+
"version_str": "1.1.0",
|
29 |
+
"major": 1,
|
30 |
+
"minor": 1,
|
31 |
+
"patch": 0
|
32 |
+
},
|
33 |
+
"splits": {
|
34 |
+
"train": {
|
35 |
+
"name": "train",
|
36 |
+
"num_bytes": 29309108,
|
37 |
+
"num_examples": 100821,
|
38 |
+
"dataset_name": null
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"download_size": 16309144,
|
42 |
+
"dataset_size": 29309108,
|
43 |
+
"size_in_bytes": 45618252
|
44 |
+
}
|
45 |
+
}
|