Add 'Dirty_DBLP_ACM' config data files
Browse files
Dirty_DBLP_ACM/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54ea25cd8b5ec71255cdc1f11fd688f05d9603adb5de821073ab82bc7eaad669
|
3 |
+
size 241018
|
Dirty_DBLP_ACM/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ef8febd0e0243d10ef27d37df34ee9b6f47277085b598a301e79b8e3f4e8098
|
3 |
+
size 386168
|
Dirty_DBLP_ACM/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee16ef37c0919a8b7218bb5e80de09083cbfc10a1f1d18b525ba65e493318fb
|
3 |
+
size 244582
|
README.md
CHANGED
@@ -120,6 +120,26 @@ dataset_info:
|
|
120 |
num_examples: 5742
|
121 |
download_size: 1611925
|
122 |
dataset_size: 5220254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
configs:
|
124 |
- config_name: Abt_Buy
|
125 |
data_files:
|
@@ -169,4 +189,12 @@ configs:
|
|
169 |
path: DBLP_GoogleScholar/validation-*
|
170 |
- split: test
|
171 |
path: DBLP_GoogleScholar/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
---
|
|
|
120 |
num_examples: 5742
|
121 |
download_size: 1611925
|
122 |
dataset_size: 5220254
|
123 |
+
- config_name: Dirty_DBLP_ACM
|
124 |
+
features:
|
125 |
+
- name: productA
|
126 |
+
dtype: string
|
127 |
+
- name: productB
|
128 |
+
dtype: string
|
129 |
+
- name: same
|
130 |
+
dtype: bool_
|
131 |
+
splits:
|
132 |
+
- name: train
|
133 |
+
num_bytes: 960882
|
134 |
+
num_examples: 2664
|
135 |
+
- name: validation
|
136 |
+
num_bytes: 882597
|
137 |
+
num_examples: 2473
|
138 |
+
- name: test
|
139 |
+
num_bytes: 877988
|
140 |
+
num_examples: 2473
|
141 |
+
download_size: 871768
|
142 |
+
dataset_size: 2721467
|
143 |
configs:
|
144 |
- config_name: Abt_Buy
|
145 |
data_files:
|
|
|
189 |
path: DBLP_GoogleScholar/validation-*
|
190 |
- split: test
|
191 |
path: DBLP_GoogleScholar/test-*
|
192 |
+
- config_name: Dirty_DBLP_ACM
|
193 |
+
data_files:
|
194 |
+
- split: train
|
195 |
+
path: Dirty_DBLP_ACM/train-*
|
196 |
+
- split: validation
|
197 |
+
path: Dirty_DBLP_ACM/validation-*
|
198 |
+
- split: test
|
199 |
+
path: Dirty_DBLP_ACM/test-*
|
200 |
---
|