You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📊 Results from the reproducibility and benchmarking studies presented in "Bringing Light Into the Dark: A Large-scale Evaluation of Knowledge Graph Embedding Models Under a Unified Framework" (https://arxiv.org/abs/2006.13365)
In this study, we use the KGEMs reimplemented in PyKEEN and the authors' best
reported hyper-parameters to make reproductions of past experiments.
The experimental artifacts from the reproducibility study can be found here.
Benchmarking (Ablation) Study
In this study, we conduct a large number of hyper-parameter optimizations to
investigate the effects of certain aspects of models (training assumption,
loss function, regularizer, optimizer, negative sampling strategy, HPO
methodology, training strategy). The experimental artifacts from the ablation study can be found here.
We provide an additional tool to search through these configurations at ablation/search.py, by finding configurations with optimal validation H@10 for a number of different queries. You can also run this script without full installation, as long as click and pandas are available.
General usage information can be obtained by python3 ablation/search.py --help.
Moreover, here are a few examples:
the overall best configuration
python3 ablation/search.py
the best configuration for the dataset FB15k-237
python3 ablation/search.py --dataset fb15k237
the best configuration for the dataset FB15k-237 using the distmult model
All configuration for installation of relevant code, collation of results,
and generation of charts is included in the tox.ini configuration that
can be run with:
$ pip install tox
$ tox
About
📊 Results from the reproducibility and benchmarking studies presented in "Bringing Light Into the Dark: A Large-scale Evaluation of Knowledge Graph Embedding Models Under a Unified Framework" (https://arxiv.org/abs/2006.13365)