Skip to content

Commit 4378bfd

Browse files
committed
Multiple updates
1 parent d96111e commit 4378bfd

File tree

7 files changed

+543
-500
lines changed

7 files changed

+543
-500
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ https://www.moncefbelyamani.com/making-github-pages-work-with-latest-jekyll/
55

66
## Generate doc for loader and evaluator
77

8-
from src folder run ```pdoc --html openbiolink/obl2021/obl2021.py --force```
8+
from src folder run ```pdoc --html openbiolink/obl2021/obl2021.py --force```
9+
10+
## Local test
11+
12+
```bundle exec jekyll serve --watch```

_sass/_page.scss

+12-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,24 @@
1313
@include flexbox{
1414
flex-direction: column;
1515
justify-content: flex-start;
16-
align-items: center;
16+
align-items: flex-start;
1717
}
1818

1919
img{
2020
max-width: 100%;
2121
}
2222

23+
figure{
24+
margin-left: auto;
25+
margin-right: auto;
26+
margin-top: 0px;
27+
margin-bottom: 0px;
28+
}
29+
30+
table{
31+
margin-left: auto;
32+
margin-right: auto;
33+
}
2334

2435
h1{
2536
margin-right:auto;

challenge.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,35 @@ To foster progress in link prediction on large-scale, heterogeneous biomedical d
1212

1313
# Timeline
1414

15-
| Challenge start | | |
16-
| Submission deadline | 01.12.2021 - 23:59 GMT-0 | |
15+
16+
| Task | Deadline | |
17+
|---------------------------|---------------------------|---------------|
18+
| Team registration | - | [Link](TBD) |
19+
| Submission deadline | 01.12.2021 - 23:59 GMT-0 | [Link](TBD) |
20+
21+
There is no deadline for registering your team however, you'll need to register to OpenBioLink2021 before being able to make a submission.
22+
23+
# Prizes
24+
25+
+ Best predictive performance prize (**750 €**)
26+
+ Best explainability prize (**250 €**)
27+
28+
Best predictive performance prize can only be given to submissions that improve on current baseline results. Best explainability prize will be awarded based on evaluation by the OpenBioLink Challenge team. Furthermore, results of the challenge will be published in a joint paper on arXiv (and potentially a peer-reviewed journal). Challenge participants are of course free to also publish about their work in their own scientific papers.
29+
30+
# Baseline results
31+
32+
The code of our embedding baseline models is located [here](https://github.com/nomisto/openbiolink-2021-embedding-baseline), the code for our explainable baseline is located [here](https://github.com/nomisto/openbiolink-2021-symbolic-baseline).
33+
34+
| Model | Hits@10 | Explainable? |
35+
|----------------|---------|--------------|
36+
| AnyBURL | 0.000 | X |
37+
| RESCAL | 0.000 | |
38+
| TransR | 0.000 | |
39+
| DistMult | 0.000 | |
40+
| ComplEx | 0.000 | |
41+
| RotatE | 0.000 | |
42+
| TransE | 0.000 | |
43+
1744

1845
# Questions
1946

dataset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The OpenBioLink2021 Dataset is a highly challenging benchmark dataset containing
1212
|-----------|---------|---------|------------|-------------|
1313
| 4,192,002 | 186,301 | 180,964 | 180,992 | 28 |
1414

15-
The dataset can be loaded with the provided DataLoader, which is further documented [here](../obl2021.html#obl2021.OBL2021Dataset)
15+
The dataset can be downloaded [here](https://zenodo.org/record/5361324/files/KGID_HQ_DIR.zip?download=1) or loaded with the provided DataLoader, which is further documented [here](../obl2021.html#obl2021.OBL2021Dataset)
1616

1717
{% highlight python %}
1818

0 commit comments

Comments
 (0)