Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: unlicense
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unlicense
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- link-prediction
|
7 |
+
pretty_name: FB15k
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
---
|
11 |
+
|
12 |
+
# FB15k Dataset
|
13 |
+
|
14 |
+
The details of it can be got by this paper titled:
|
15 |
+
|
16 |
+
+ [Translating Embeddings for Modeling Multi-relational Data](http://dl.acm.org/doi/10.5555/2999792.2999923)
|