cjerzak commited on
Commit
a6c6db7
1 Parent(s): 1ac87fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ Data repository for:
6
+
7
+ Brian Libgober, Connor T. Jerzak. Linking Datasets on Organizations Using Half-a-Billion Open-Collaborated Records. ArXiv Preprint, 2023. https://arxiv.org/abs/2302.02533
8
+
9
+ ```
10
+ @article{LJ-LinkOrgs,
11
+ title={Linking Datasets on Organizations Using Half-a-Billion Open-Collaborated Records},
12
+ author={Libgober, Brian and Connor T. Jerzak},
13
+ journal={ArXiv Preprint},
14
+ year={2023}
15
+ }
16
+ ```
17
+
18
+ This repository contains large-scale training data for improving linkage of data on organizations. `NegMatches_mat.csv` and `NegMatches_mat_hold.csv` refer to millions of negative name matches examples derived from the LinkedIn network (see paper for details). `PosMatches_mat.csv` and `PosMatches_mat_hold.csv` refer to millions of positive name matches examples derived from the LinkedIn network (see paper for details).
19
+
20
+ Additionally, files with saved `*_bipartite` refer to the bipartite network representation of the LinkedIn network that we use for improving linkage. files with saved `*_bipartite` refer to the Markov network representation of the LinkedIn network that we use for improving linkage.
21
+
22
+ With any questions, don't hestitate to reach out to `connor.jerzak@gmail.com`.