cwinkler commited on
Commit
56d4c2a
1 Parent(s): db2eb17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -12,6 +12,28 @@ dataset_info:
12
  download_size: 4025753
13
  dataset_size: 8088461.0
14
  ---
15
- # Dataset Card for "patents_green_plastics"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  download_size: 4025753
13
  dataset_size: 8088461.0
14
  ---
15
+ # Dataset Card for "Patents_Green_Plastics"
16
 
17
+ number of rows: 11.196
18
+ features: [title, label]
19
+ label: 0, 1
20
+
21
+ The dataset contains patent abstracts that are labeled as 1 (="Green Plastics") and 0 (="Not Green Plastics").
22
+
23
+ # Dataset Creation
24
+
25
+ The [BIGPATENT](https://huggingface.co/datasets/big_patent) dataset is the source for this dataset.
26
+
27
+ In a first step, abstracts of BIGPATENT were filtered by the terms "plastics" and "polymer". The resulting "Plastics" dataset contained 64.372 samples.
28
+
29
+ In a second step, the 64.372 samples were filtered by terms which define "green plastics".
30
+
31
+ "Green Plastics" are defined by the list of terms:
32
+ "degrada", "recycl", "bio", "compost", "bact", "waste recovery", "zero waste", "sustainab", "Bio-Based", "Bio-Degradable", "Renewable", "Green Plastics", "Renewable", "Degradable", "Compostable", "Bio-resorbable", "Bio-soluble", "Cellulose", "Biodegradable","Mycelium", "Recyclability", "Degradability", "Bio-Polymer", "reuse", "reusable", "reusing", "Degradation", "Multiple Use", "Bioplastic", "Polyhydroxyalkanoates", "PHA", "Polylactide", "PLA", "Polyglycolide", "PGA"
33
+ (some terms might repeat)
34
+
35
+ The group of "Green Plastics" containing 5.598 rows was labeled as 1.
36
+
37
+ An equal amount of samples (=5.598 rows) were randomly chosen from the "Plastics" dataset was defined as "Not Green Plastics" and labeled as 0.
38
+
39
+ Both groups ("Green Plastics" and "Not Green Plastics") were merged together.