fengyao1909
commited on
Upload dataset
Browse files- README.md +111 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00005.parquet +3 -0
- data/train-00001-of-00005.parquet +3 -0
- data/train-00002-of-00005.parquet +3 -0
- data/train-00003-of-00005.parquet +3 -0
- data/train-00004-of-00005.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,116 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# PatentAP
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: 'Unnamed: 0'
|
6 |
+
dtype: int64
|
7 |
+
- name: claim_input
|
8 |
+
dtype: string
|
9 |
+
- name: claim_idx
|
10 |
+
dtype: int64
|
11 |
+
- name: applicationNumber
|
12 |
+
dtype: int64
|
13 |
+
- name: applicationTypeCategory
|
14 |
+
dtype: string
|
15 |
+
- name: relatedDocumentData
|
16 |
+
dtype: float64
|
17 |
+
- name: patentClassification
|
18 |
+
dtype: string
|
19 |
+
- name: applicantCitedExaminerReferenceIndicatorCount
|
20 |
+
dtype: float64
|
21 |
+
- name: filingDate
|
22 |
+
dtype: string
|
23 |
+
- name: publicationDate
|
24 |
+
dtype: string
|
25 |
+
- name: claimNumberArrayDocument
|
26 |
+
dtype: float64
|
27 |
+
- name: abstract
|
28 |
+
dtype: string
|
29 |
+
- name: percentile
|
30 |
+
dtype: float64
|
31 |
+
- name: claim_label_101
|
32 |
+
dtype: int64
|
33 |
+
- name: claim_label_102
|
34 |
+
dtype: int64
|
35 |
+
- name: claim_label_103
|
36 |
+
dtype: int64
|
37 |
+
- name: claim_label_112
|
38 |
+
dtype: int64
|
39 |
+
- name: relatedApplicationNumber
|
40 |
+
dtype: string
|
41 |
+
- name: max_score_x
|
42 |
+
dtype: float64
|
43 |
+
- name: mean_score
|
44 |
+
dtype: float64
|
45 |
+
- name: max_citations
|
46 |
+
dtype: float64
|
47 |
+
- name: max_other_citations
|
48 |
+
dtype: float64
|
49 |
+
- name: max_article_citations
|
50 |
+
dtype: float64
|
51 |
+
- name: max_score_y
|
52 |
+
dtype: float64
|
53 |
+
- name: component
|
54 |
+
dtype: int64
|
55 |
+
- name: is_closed
|
56 |
+
dtype: int64
|
57 |
+
- name: is_open
|
58 |
+
dtype: int64
|
59 |
+
- name: is_half
|
60 |
+
dtype: int64
|
61 |
+
- name: similarity_product
|
62 |
+
dtype: float64
|
63 |
+
- name: transitional_phrase
|
64 |
+
dtype: string
|
65 |
+
- name: app_claim_id
|
66 |
+
dtype: string
|
67 |
+
- name: bert_scores_102
|
68 |
+
dtype: float64
|
69 |
+
- name: claim_label_combined
|
70 |
+
dtype: int64
|
71 |
+
- name: bert_scores_101
|
72 |
+
dtype: float64
|
73 |
+
- name: combined_pred_scores
|
74 |
+
dtype: float64
|
75 |
+
- name: claim_label_101_adjusted
|
76 |
+
dtype: int64
|
77 |
+
- name: bert_score_102_app_feats_no_hinge
|
78 |
+
dtype: float64
|
79 |
+
- name: bert_score_101_app_feats
|
80 |
+
dtype: float64
|
81 |
+
- name: bert_score_102_app_feats_w_hinge
|
82 |
+
dtype: float64
|
83 |
+
- name: bert_score_102_no_app_feats
|
84 |
+
dtype: float64
|
85 |
+
- name: dataset
|
86 |
+
dtype: string
|
87 |
+
- name: lexical_diversity
|
88 |
+
dtype: float64
|
89 |
+
- name: patent_class
|
90 |
+
dtype: float64
|
91 |
+
- name: foreignPriority
|
92 |
+
dtype: bool
|
93 |
+
splits:
|
94 |
+
- name: train
|
95 |
+
num_bytes: 2152439051
|
96 |
+
num_examples: 1485693
|
97 |
+
- name: validation
|
98 |
+
num_bytes: 402312853
|
99 |
+
num_examples: 278215
|
100 |
+
- name: test
|
101 |
+
num_bytes: 267789008
|
102 |
+
num_examples: 185477
|
103 |
+
download_size: 501745093
|
104 |
+
dataset_size: 2822540912
|
105 |
+
configs:
|
106 |
+
- config_name: default
|
107 |
+
data_files:
|
108 |
+
- split: train
|
109 |
+
path: data/train-*
|
110 |
+
- split: validation
|
111 |
+
path: data/validation-*
|
112 |
+
- split: test
|
113 |
+
path: data/test-*
|
114 |
---
|
115 |
|
116 |
# PatentAP
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26cdf30f4e46d3d9b4e66d7b4bb22923060a3f4c894d9331a833d0c8a939bcdb
|
3 |
+
size 43452289
|
data/train-00000-of-00005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39cb0a7e4d0a91cc352d14f66cbb4fb57c955f0d2740754daa6fb55612c2e95b
|
3 |
+
size 76065171
|
data/train-00001-of-00005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf49748441e6e4b926b371283cd9aea31ab28fbc6706daa29cfaf6ccb9ff222
|
3 |
+
size 78964500
|
data/train-00002-of-00005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2375c300544a209d7e4e5dd128670071401fc712f7667b2a410ade0e84dda20
|
3 |
+
size 77700451
|
data/train-00003-of-00005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab1d34a3e3a65eb7a0805c009985431b808082959e699b61739ac842f1d4dc0
|
3 |
+
size 76409363
|
data/train-00004-of-00005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e96dc8323e5b2ba191a6a3a6b59bb232d72a2e47897058e803950b173c131dd
|
3 |
+
size 77770596
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b7952f834a48637cbebb70e3c1c596e1815f832ccc3af0743246cc55c44a186
|
3 |
+
size 71382723
|