Skip to content

Commit

Permalink
add fig
Browse files Browse the repository at this point in the history
  • Loading branch information
vardaan123 committed Oct 5, 2023
1 parent 8dd924d commit b6ff2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Code for the CIKM'23 paper "A Retrieve-and-Read Framework for Knowledge Graph Li

<!-- Code will be released soon. -->

![A Retrieve-and-Read Framework for Knowledge Graph Link Prediction (KG-R3)](./assets/KG-R3.png)

# Install dependencies
1. Create a new conda virtual env

Expand Down Expand Up @@ -60,7 +62,7 @@ python eval.py --dataset-path data/FB15K-237/ --cuda \

## WN18RR

### train on 2 GPUs, per-GPU batch size=256
### train, BS=512
```
python -u main.py --dataset-path data/WN18RR/ --cuda \
--save-dir ckpts/CKPT_DIR/ --sampling-type minerva \
Expand Down
Binary file added assets/KG-R3.pdf
Binary file not shown.

0 comments on commit b6ff2ee

Please sign in to comment.