File size: 1,448 Bytes
65136dc
 
 
 
 
 
 
 
 
878d591
2c83832
65136dc
 
 
6f8f2c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
task_categories:
- graph-ml
language:
- en
tags:
- FairGNN
- FairGNN-WOD
- Pokec
- DBLP
- Credit
pretty_name: FairGNN Datasets
size_categories:
- 10K<n<100K
---

# FairGNN-WOD Reproduction Datasets
The datasets contained are the DBLP dataset `dblp.bin` (Weis, Naumann and Brosy, 2006) and the Pokec-z / Pokec-n datasets `pokec_z.bin`, `pokec_n.bin` (Takac and Zabovsky, 2012), (or whatever version of them I was provided by my university course).


#### If you use this please cite the original papers:

Weis, M., Naumann, F., & Brosy, F. (2006, June). A duplicate detection benchmark for XML (and relational) data. In Proc. of Workshop on Information Quality for Information Systems (IQIS).
```
@inproceedings{weis2006duplicate,
title={A duplicate detection benchmark for XML (and relational) data},
author={Weis, Melanie and Naumann, Felix and Brosy, Franziska},
booktitle={Proc. of Workshop on Information Quality for Information Systems (IQIS)},
year={2006}
}
```

Takac, L., & Zabovsky, M. (2012, May). Data analysis in public social networks. In International scientific conference and international workshop present day trends of innovations (Vol. 1, No. 6).
```
@inproceedings{takac2012data,
title={Data analysis in public social networks},
author={Takac, Lubos and Zabovsky, Michal},
booktitle={International scientific conference and international workshop present day trends of innovations},
volume={1},
number={6},
year={2012}
}
```