system HF staff commited on
Commit
d68a6d0
1 Parent(s): 74f33f3

Update files from the datasets library (from 1.7.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.7.0

Files changed (3) hide show
  1. README.md +17 -4
  2. dataset_infos.json +1 -1
  3. web_of_science.py +1 -3
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  ---
3
 
4
  # Dataset Card for "web_of_science"
@@ -6,12 +7,12 @@
6
  ## Table of Contents
7
  - [Dataset Description](#dataset-description)
8
  - [Dataset Summary](#dataset-summary)
9
- - [Supported Tasks](#supported-tasks)
10
  - [Languages](#languages)
11
  - [Dataset Structure](#dataset-structure)
12
  - [Data Instances](#data-instances)
13
  - [Data Fields](#data-fields)
14
- - [Data Splits Sample Size](#data-splits-sample-size)
15
  - [Dataset Creation](#dataset-creation)
16
  - [Curation Rationale](#curation-rationale)
17
  - [Source Data](#source-data)
@@ -65,7 +66,7 @@ YL2 is target value of level one (child label)
65
  Web of Science Dataset WOS-5736
66
  -This dataset contains 5,736 documents with 11 categories which include 3 parents categories.
67
 
68
- ### Supported Tasks
69
 
70
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
71
 
@@ -134,7 +135,7 @@ The data fields are the same among all splits.
134
  - `label_level_1`: a `int32` feature.
135
  - `label_level_2`: a `int32` feature.
136
 
137
- ### Data Splits Sample Size
138
 
139
  | name |train|
140
  |--------|----:|
@@ -150,10 +151,22 @@ The data fields are the same among all splits.
150
 
151
  ### Source Data
152
 
 
 
 
 
 
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
  ### Annotations
156
 
 
 
 
 
 
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
  ### Personal and Sensitive Information
1
  ---
2
+ paperswithcode_id: web-of-science-dataset
3
  ---
4
 
5
  # Dataset Card for "web_of_science"
7
  ## Table of Contents
8
  - [Dataset Description](#dataset-description)
9
  - [Dataset Summary](#dataset-summary)
10
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
11
  - [Languages](#languages)
12
  - [Dataset Structure](#dataset-structure)
13
  - [Data Instances](#data-instances)
14
  - [Data Fields](#data-fields)
15
+ - [Data Splits](#data-splits)
16
  - [Dataset Creation](#dataset-creation)
17
  - [Curation Rationale](#curation-rationale)
18
  - [Source Data](#source-data)
66
  Web of Science Dataset WOS-5736
67
  -This dataset contains 5,736 documents with 11 categories which include 3 parents categories.
68
 
69
+ ### Supported Tasks and Leaderboards
70
 
71
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
72
 
135
  - `label_level_1`: a `int32` feature.
136
  - `label_level_2`: a `int32` feature.
137
 
138
+ ### Data Splits
139
 
140
  | name |train|
141
  |--------|----:|
151
 
152
  ### Source Data
153
 
154
+ #### Initial Data Collection and Normalization
155
+
156
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
+
158
+ #### Who are the source language producers?
159
+
160
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
 
162
  ### Annotations
163
 
164
+ #### Annotation process
165
+
166
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
+
168
+ #### Who are the annotators?
169
+
170
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
 
172
  ### Personal and Sensitive Information
dataset_infos.json CHANGED
@@ -1 +1 @@
1
- {"WOS5736": {"description": "Copyright (c) 2017 Kamran Kowsari\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this dataset and associated documentation files (the \"Dataset\"), to deal\nin the dataset without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Dataset, and to permit persons to whom the dataset is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Dataset.\n\nIf you use this dataset please cite: Referenced paper: HDLTex: Hierarchical Deep Learning for Text Classification\n\nDescription of Dataset:\n\nHere is three datasets which include WOS-11967 , WOS-46985, and WOS-5736\nEach folder contains:\n-X.txt\n-Y.txt\n-YL1.txt\n-YL2.txt\n\nX is input data that include text sequences\nY is target value\nYL1 is target value of level one (parent label)\nYL2 is target value of level one (child label)\nWeb of Science Dataset WOS-5736\n -This dataset contains 5,736 documents with 11 categories which include 3 parents categories.", "citation": "@inproceedings{kowsari2017HDLTex,\ntitle={HDLTex: Hierarchical Deep Learning for Text Classification},\nauthor={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Jafari Meimandi, Kiana and and Gerber, Matthew S and Barnes, Laura E},\nbooktitle={Machine Learning and Applications (ICMLA), 2017 16th IEEE International Conference on},\nyear={2017},\norganization={IEEE}\n}\n", "homepage": "https://data.mendeley.com/datasets/9rw3vkcfy4/6", "license": "", "features": {"input_data": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_1": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_2": {"dtype": "int32", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "web_of_science", "config_name": "WOS5736", "version": {"version_str": "6.0.0", "description": "", "datasets_version_to_prepare": null, "major": 6, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8055118, "num_examples": 5736, "dataset_name": "web_of_science"}}, "download_checksums": {"https://data.mendeley.com/datasets/9rw3vkcfy4/6/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/WebOfScience.zip?dl=1": {"num_bytes": 60222421, "checksum": "b787d484bff88b0dcdb3fa291d06ec9d2f025dc2a67ce1045d0c688cd96ccf8a"}}, "download_size": 60222421, "dataset_size": 8055118, "size_in_bytes": 68277539}, "WOS11967": {"description": "Copyright (c) 2017 Kamran Kowsari\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this dataset and associated documentation files (the \"Dataset\"), to deal\nin the dataset without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Dataset, and to permit persons to whom the dataset is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Dataset.\n\nIf you use this dataset please cite: Referenced paper: HDLTex: Hierarchical Deep Learning for Text Classification\n\nDescription of Dataset:\n\nHere is three datasets which include WOS-11967 , WOS-46985, and WOS-5736\nEach folder contains:\n-X.txt\n-Y.txt\n-YL1.txt\n-YL2.txt\n\nX is input data that include text sequences\nY is target value\nYL1 is target value of level one (parent label)\nYL2 is target value of level one (child label)\nWeb of Science Dataset WOS-11967\n -This dataset contains 11,967 documents with 35 categories which include 7 parents categories.", "citation": "@inproceedings{kowsari2017HDLTex,\ntitle={HDLTex: Hierarchical Deep Learning for Text Classification},\nauthor={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Jafari Meimandi, Kiana and and Gerber, Matthew S and Barnes, Laura E},\nbooktitle={Machine Learning and Applications (ICMLA), 2017 16th IEEE International Conference on},\nyear={2017},\norganization={IEEE}\n}\n", "homepage": "https://data.mendeley.com/datasets/9rw3vkcfy4/6", "license": "", "features": {"input_data": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_1": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_2": {"dtype": "int32", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "web_of_science", "config_name": "WOS11967", "version": {"version_str": "6.0.0", "description": "", "datasets_version_to_prepare": null, "major": 6, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16255871, "num_examples": 11967, "dataset_name": "web_of_science"}}, "download_checksums": {"https://data.mendeley.com/datasets/9rw3vkcfy4/6/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/WebOfScience.zip?dl=1": {"num_bytes": 60222421, "checksum": "b787d484bff88b0dcdb3fa291d06ec9d2f025dc2a67ce1045d0c688cd96ccf8a"}}, "download_size": 60222421, "dataset_size": 16255871, "size_in_bytes": 76478292}, "WOS46985": {"description": "Copyright (c) 2017 Kamran Kowsari\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this dataset and associated documentation files (the \"Dataset\"), to deal\nin the dataset without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Dataset, and to permit persons to whom the dataset is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Dataset.\n\nIf you use this dataset please cite: Referenced paper: HDLTex: Hierarchical Deep Learning for Text Classification\n\nDescription of Dataset:\n\nHere is three datasets which include WOS-11967 , WOS-46985, and WOS-5736\nEach folder contains:\n-X.txt\n-Y.txt\n-YL1.txt\n-YL2.txt\n\nX is input data that include text sequences\nY is target value\nYL1 is target value of level one (parent label)\nYL2 is target value of level one (child label)\n\n Web of Science Dataset WOS-46985\n -This dataset contains 46,985 documents with 134 categories which include 7 parents categories.", "citation": "@inproceedings{kowsari2017HDLTex,\ntitle={HDLTex: Hierarchical Deep Learning for Text Classification},\nauthor={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Jafari Meimandi, Kiana and and Gerber, Matthew S and Barnes, Laura E},\nbooktitle={Machine Learning and Applications (ICMLA), 2017 16th IEEE International Conference on},\nyear={2017},\norganization={IEEE}\n}\n", "homepage": "https://data.mendeley.com/datasets/9rw3vkcfy4/6", "license": "", "features": {"input_data": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_1": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_2": {"dtype": "int32", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "web_of_science", "config_name": "WOS46985", "version": {"version_str": "6.0.0", "description": "", "datasets_version_to_prepare": null, "major": 6, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65501096, "num_examples": 46985, "dataset_name": "web_of_science"}}, "download_checksums": {"https://data.mendeley.com/datasets/9rw3vkcfy4/6/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/WebOfScience.zip?dl=1": {"num_bytes": 60222421, "checksum": "b787d484bff88b0dcdb3fa291d06ec9d2f025dc2a67ce1045d0c688cd96ccf8a"}}, "download_size": 60222421, "dataset_size": 65501096, "size_in_bytes": 125723517}}
1
+ {"WOS5736": {"description": "The Web Of Science (WOS) dataset is a collection of data of published papers\navailable from the Web of Science. WOS has been released in three versions: WOS-46985, WOS-11967 and WOS-5736. WOS-46985 is the\nfull dataset. WOS-11967 and WOS-5736 are two subsets of WOS-46985.\n\nWeb of Science Dataset WOS-5736: This dataset contains 5,736 documents with 11 categories which include 3 parents categories.", "citation": "@inproceedings{kowsari2017HDLTex,\ntitle={HDLTex: Hierarchical Deep Learning for Text Classification},\nauthor={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Jafari Meimandi, Kiana and and Gerber, Matthew S and Barnes, Laura E},\nbooktitle={Machine Learning and Applications (ICMLA), 2017 16th IEEE International Conference on},\nyear={2017},\norganization={IEEE}\n}\n", "homepage": "https://data.mendeley.com/datasets/9rw3vkcfy4/6", "license": "", "features": {"input_data": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_1": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_2": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "web_of_science", "config_name": "WOS5736", "version": {"version_str": "6.0.0", "description": "", "major": 6, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8051533, "num_examples": 5736, "dataset_name": "web_of_science"}}, "download_checksums": {"https://data.mendeley.com/public-files/datasets/9rw3vkcfy4/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/file_downloaded": {"num_bytes": 60222421, "checksum": "b787d484bff88b0dcdb3fa291d06ec9d2f025dc2a67ce1045d0c688cd96ccf8a"}}, "download_size": 60222421, "post_processing_size": null, "dataset_size": 8051533, "size_in_bytes": 68273954}, "WOS11967": {"description": "The Web Of Science (WOS) dataset is a collection of data of published papers\navailable from the Web of Science. WOS has been released in three versions: WOS-46985, WOS-11967 and WOS-5736. WOS-46985 is the\nfull dataset. WOS-11967 and WOS-5736 are two subsets of WOS-46985.\n\nWeb of Science Dataset WOS-11967: This dataset contains 11,967 documents with 35 categories which include 7 parents categories.", "citation": "@inproceedings{kowsari2017HDLTex,\ntitle={HDLTex: Hierarchical Deep Learning for Text Classification},\nauthor={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Jafari Meimandi, Kiana and and Gerber, Matthew S and Barnes, Laura E},\nbooktitle={Machine Learning and Applications (ICMLA), 2017 16th IEEE International Conference on},\nyear={2017},\norganization={IEEE}\n}\n", "homepage": "https://data.mendeley.com/datasets/9rw3vkcfy4/6", "license": "", "features": {"input_data": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_1": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_2": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "web_of_science", "config_name": "WOS11967", "version": {"version_str": "6.0.0", "description": "", "major": 6, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16248391, "num_examples": 11967, "dataset_name": "web_of_science"}}, "download_checksums": {"https://data.mendeley.com/public-files/datasets/9rw3vkcfy4/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/file_downloaded": {"num_bytes": 60222421, "checksum": "b787d484bff88b0dcdb3fa291d06ec9d2f025dc2a67ce1045d0c688cd96ccf8a"}}, "download_size": 60222421, "post_processing_size": null, "dataset_size": 16248391, "size_in_bytes": 76470812}, "WOS46985": {"description": "The Web Of Science (WOS) dataset is a collection of data of published papers\navailable from the Web of Science. WOS has been released in three versions: WOS-46985, WOS-11967 and WOS-5736. WOS-46985 is the\nfull dataset. WOS-11967 and WOS-5736 are two subsets of WOS-46985.\n\nWeb of Science Dataset WOS-46985: This dataset contains 46,985 documents with 134 categories which include 7 parents categories.", "citation": "@inproceedings{kowsari2017HDLTex,\ntitle={HDLTex: Hierarchical Deep Learning for Text Classification},\nauthor={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Jafari Meimandi, Kiana and and Gerber, Matthew S and Barnes, Laura E},\nbooktitle={Machine Learning and Applications (ICMLA), 2017 16th IEEE International Conference on},\nyear={2017},\norganization={IEEE}\n}\n", "homepage": "https://data.mendeley.com/datasets/9rw3vkcfy4/6", "license": "", "features": {"input_data": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_1": {"dtype": "int32", "id": null, "_type": "Value"}, "label_level_2": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "web_of_science", "config_name": "WOS46985", "version": {"version_str": "6.0.0", "description": "", "major": 6, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65471726, "num_examples": 46985, "dataset_name": "web_of_science"}}, "download_checksums": {"https://data.mendeley.com/public-files/datasets/9rw3vkcfy4/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/file_downloaded": {"num_bytes": 60222421, "checksum": "b787d484bff88b0dcdb3fa291d06ec9d2f025dc2a67ce1045d0c688cd96ccf8a"}}, "download_size": 60222421, "post_processing_size": null, "dataset_size": 65471726, "size_in_bytes": 125694147}}
web_of_science.py CHANGED
@@ -39,9 +39,7 @@ full dataset. WOS-11967 and WOS-5736 are two subsets of WOS-46985.
39
 
40
  """
41
 
42
- _DATA_URL = (
43
- "https://data.mendeley.com/datasets/9rw3vkcfy4/6/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/WebOfScience.zip?dl=1"
44
- )
45
 
46
 
47
  class WebOfScienceConfig(datasets.BuilderConfig):
39
 
40
  """
41
 
42
+ _DATA_URL = "https://data.mendeley.com/public-files/datasets/9rw3vkcfy4/files/c9ea673d-5542-44c0-ab7b-f1311f7d61df/file_downloaded"
 
 
43
 
44
 
45
  class WebOfScienceConfig(datasets.BuilderConfig):