Add 'DBLP_GoogleScholar' config data files
Browse files
DBLP_GoogleScholar/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98cc26c7242524b48c8c54a1d587e05370cd243856dba8efdaf89b98e032dc01
|
| 3 |
+
size 433362
|
DBLP_GoogleScholar/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1ef1c5ac151eb903ab7b2e4fa9637429ea79199985fd84eade1271ce1ba2fc1
|
| 3 |
+
size 745415
|
DBLP_GoogleScholar/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d8a9a9c5e5dccbf0a175e64d0185ce67132bb98b91fa8c35a6e66638ea445e3
|
| 3 |
+
size 433148
|
README.md
CHANGED
|
@@ -100,6 +100,26 @@ dataset_info:
|
|
| 100 |
num_examples: 2473
|
| 101 |
download_size: 824232
|
| 102 |
dataset_size: 2609645
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
configs:
|
| 104 |
- config_name: Abt_Buy
|
| 105 |
data_files:
|
|
@@ -141,4 +161,12 @@ configs:
|
|
| 141 |
path: DBLP_ACM/validation-*
|
| 142 |
- split: test
|
| 143 |
path: DBLP_ACM/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
---
|
|
|
|
| 100 |
num_examples: 2473
|
| 101 |
download_size: 824232
|
| 102 |
dataset_size: 2609645
|
| 103 |
+
- config_name: DBLP_GoogleScholar
|
| 104 |
+
features:
|
| 105 |
+
- name: productA
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: productB
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: same
|
| 110 |
+
dtype: bool_
|
| 111 |
+
splits:
|
| 112 |
+
- name: train
|
| 113 |
+
num_bytes: 1911584
|
| 114 |
+
num_examples: 6414
|
| 115 |
+
- name: validation
|
| 116 |
+
num_bytes: 1658208
|
| 117 |
+
num_examples: 5742
|
| 118 |
+
- name: test
|
| 119 |
+
num_bytes: 1650462
|
| 120 |
+
num_examples: 5742
|
| 121 |
+
download_size: 1611925
|
| 122 |
+
dataset_size: 5220254
|
| 123 |
configs:
|
| 124 |
- config_name: Abt_Buy
|
| 125 |
data_files:
|
|
|
|
| 161 |
path: DBLP_ACM/validation-*
|
| 162 |
- split: test
|
| 163 |
path: DBLP_ACM/test-*
|
| 164 |
+
- config_name: DBLP_GoogleScholar
|
| 165 |
+
data_files:
|
| 166 |
+
- split: train
|
| 167 |
+
path: DBLP_GoogleScholar/train-*
|
| 168 |
+
- split: validation
|
| 169 |
+
path: DBLP_GoogleScholar/validation-*
|
| 170 |
+
- split: test
|
| 171 |
+
path: DBLP_GoogleScholar/test-*
|
| 172 |
---
|