cwinkler commited on
Commit
763aec0
·
1 Parent(s): b91cc0b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - n<1K
6
+ ---
7
+ # Green patents dataset
8
+
9
+ - num_rows: 9145
10
+ - features: [title, label]
11
+ - label: 0, 1
12
+
13
+ The dataset contains patent titles that are labeled as 1 (="green") and 0 (="not green").
14
+
15
+ "green" patents titles were gathered by searching for CPC class "Y02" with Google Patents (query: "status:APPLICATION type:PATENT (Y02P) country:EP,US", 05/01/2023).
16
+
17
+ "not green" patents titles are derived from the [HUPD dataset](https://huggingface.co/datasets/HUPD/hupd) (random choice of 5000 titles). We could not find any patents in HUPD assigned to any CPC class starting with "Y".