Skip to content

Commit

Permalink
Added UMLS, Kinship, and Nations datasets; see
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDettmers committed Oct 24, 2017
1 parent 39a6b3d commit 9e77da6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Binary file added kinship.tar.gz
Binary file not shown.
Binary file added nations.tar.gz
Binary file not shown.
9 changes: 9 additions & 0 deletions preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ mkdir data
mkdir data/WN18RR
mkdir data/YAGO3-10
mkdir data/FB15k-237
mkdir data/nations
mkdir data/kinship
mkdir data/umls
mkdir saved_models
tar -xvf WN18RR.tar.gz -C data/WN18RR
tar -xvf YAGO3-10.tar.gz -C data/YAGO3-10
tar -xvf FB15k-237.tar.gz -C data/FB15k-237
tar -xvf umls.tar.gz -C data/umls
tar -xvf kinship.tar.gz -C data/kinship
tar -xvf nations.tar.gz -C data/nations
python wrangle_KG.py WN18RR
python wrangle_KG.py YAGO3-10
python wrangle_KG.py FB15k-237
python wrangle_KG.py umls
python wrangle_KG.py nations
python wrangle_KG.py kinship
Binary file added umls.tar.gz
Binary file not shown.

0 comments on commit 9e77da6

Please sign in to comment.