Skip to content

Commit

Permalink
Add result of FB15k
Browse files Browse the repository at this point in the history
  • Loading branch information
linyankai committed May 26, 2015
1 parent 90c7406 commit f84d144
Showing 1 changed file 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 @@ -110,7 +110,9 @@ It will evaluate on test.txt and report mean rank and Hits@10
We list the result of the code in date set FB15k and WN18.
FB15k

| TransE(paper) | 243 | 125 | 34.9 | 47.1|
| Model | MeanRank(Raw) | MeanRank(Filter) | Hit@10(Raw) | Hit@10(Filter)|
| :-------- | --------:| :------: | :------: |:------: |
| TransE(paper)| 243 | 125 | 34.9 | 47.1|
| TransH(paper) | 212 | 87 | 45.7 | 64.4|
| TransR(n=50) | 198| 77 | 48.2 | 68.7 |
| TransE(Our, n=50) | 210| 82 | 41.9| 61.3 |
Expand Down

0 comments on commit f84d144

Please sign in to comment.