Run with the following for link prediction on dataset FB15k-237 with filtered-MRR
python link.py --gpu 0 --eval-protocol raw
```
```bash
FB15k-237 in Filtered-MRR
python link.py
```
python link.py --gpu 0 --eval-protocol filtered
```
```
> **_NOTE:_** By default, we use uniform edge sampling instead of neighbor-based edge sampling as in [author's code](https://github.com/MichSchli/RelationPrediction). In practice, we find that it can achieve similar MRR.