Upload 4 files
Browse files
data/MSR-LA_Data_Full Rights_FB15K-237 Knowledge Base Completion Dataset (2650).docx
ADDED
Binary file (38.5 kB). View file
|
|
data/README.txt
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FB15K-237 Knowledge Base Completion Dataset
|
2 |
+
|
3 |
+
This dataset contains knowledge base relation triples and textual mentions of Freebase entity pairs, as used in the work published in [1] and [2].
|
4 |
+
The knowledge base triples are a subset of the FB15K set [3], originally derived from Freebase. The textual mentions are derived from 200 million sentences from the ClueWeb12 [5] corpus coupled with Freebase entity mention annotations [4].
|
5 |
+
|
6 |
+
|
7 |
+
FILE FORMAT DETAILS
|
8 |
+
|
9 |
+
The files train.txt, valid.txt, and test.text contain the training, development, and test set knowledge base triples used in both [1] and [2].
|
10 |
+
The file text_cvsc.txt contains the textual triples used in [2] and the file text_emnlp.txt contains the textual triples used in [1].
|
11 |
+
|
12 |
+
The knowledge base triples contain lines like this:
|
13 |
+
|
14 |
+
/m/0grwj /people/person/profession /m/05sxg2
|
15 |
+
|
16 |
+
The format is:
|
17 |
+
|
18 |
+
mid1 relation mid2
|
19 |
+
|
20 |
+
The separator is a tab character; the mids are Freebase ids of entities, and the relation is a single or a two-hop relation from Freebase, where an intermediate complex value type entity has been collapsed out.
|
21 |
+
|
22 |
+
The textual mentions files have lines like this:
|
23 |
+
|
24 |
+
/m/02qkt [XXX]:<-nn>:fact:<-pobj>:in:<-prep>:game:<-nsubj>:'s:<ccomp>:pivot:<nsubj>:[YYY] /m/05sb1 3
|
25 |
+
|
26 |
+
This indicates the mids of two Freebase entities, together with a fully lexicalized dependency path between the entities. The last element in the tuple is the number of occurrences of the specified entity pair with the given dependency path in sentences from ClueWeb12.
|
27 |
+
The dependency paths are specified as sequences of words (like the word "fact" above) and labeled dependency links (like <nsubj> above). The direction of traversal of a dependency arc is indicated by whether there is a - sign in front of the arc label "e.g." <-nsubj> vs <nsubj>.
|
28 |
+
|
29 |
+
|
30 |
+
REFERENCES
|
31 |
+
|
32 |
+
[1] Kristina Toutanova, Danqi Chen, Patrick Pantel, Hoifung Poon, Pallavi Choudhury, and Michael Gamon. Representing text for joint embedding of text and knowledge bases. In Proceedings of EMNLP 2015.
|
33 |
+
[2] Kristina Toutanova and Danqi Chen. Observed versus latent features for knowledge base and text inference. In Proceedings of the 3rd Workshop on Continuous Vector Space Models and Their Compositionality 2015.
|
34 |
+
[3] Antoine Bordes, Nicolas Usunier, Alberto Garcia Duran, Jason Weston, and Oksana Yakhnenko. Translating embeddings for modeling multirelational data. In Advances in Neural Information Processing Systems (NIPS) 2013.
|
35 |
+
[4] Evgeniy Gabrilovich, Michael Ringgaard, and Amarnag Subramanya. FACC1: Freebase annotation of ClueWeb corpora, Version 1 (release date 2013-06-26, format version 1, correction level 0). http://lemurproject.org/clueweb12/FACC1/
|
36 |
+
[5] http://lemurproject.org/clueweb12/
|
37 |
+
|
38 |
+
|
39 |
+
CONTACT
|
40 |
+
|
41 |
+
Please contact Kristina Toutanova [email protected] if you have questions about the dataset.
|
data/train.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e4c2782169af21e9743f3b1d200886f5d595bf6bc504ec1351720949c5cdfae
|
3 |
+
size 21277292
|
data/valid.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|