Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
asahi417 commited on
Commit
bf59f64
·
1 Parent(s): 14cb2fa
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - other
6
+ multilinguality:
7
+ - monolingual
8
+ size_categories:
9
+ - n<1K
10
+ pretty_name: link_prediction_nell_one
11
+ ---
12
+
13
+ # Dataset Card for "relbert/link_prediction_nell_one"
14
+ ## Dataset Description
15
+ - **Repository:** [RelBERT](https://github.com/asahi417/relbert)
16
+ - **Paper:** [https://aclanthology.org/D18-1223/](https://aclanthology.org/D18-1223/)
17
+ - **Dataset:** Few-shots link prediction
18
+
19
+ ### Dataset Summary
20
+ This is NELL-ONE dataset for the few-shots link prediction.
21
+
22
+ ## Dataset Structure
23
+ ### Data Instances
24
+ An example of `test` looks as follows.
25
+ ```
26
+ {
27
+ "relation": "concept:sportsgamesport",
28
+ "head": "concept:sportsgame:n1937_world_series",
29
+ "tail": "concept:sport:baseball"
30
+ }
31
+ ```
32
+
33
+ ### Citation Information
34
+ ```
35
+ @inproceedings{xiong-etal-2018-one,
36
+ title = "One-Shot Relational Learning for Knowledge Graphs",
37
+ author = "Xiong, Wenhan and
38
+ Yu, Mo and
39
+ Chang, Shiyu and
40
+ Guo, Xiaoxiao and
41
+ Wang, William Yang",
42
+ booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
43
+ month = oct # "-" # nov,
44
+ year = "2018",
45
+ address = "Brussels, Belgium",
46
+ publisher = "Association for Computational Linguistics",
47
+ url = "https://aclanthology.org/D18-1223",
48
+ doi = "10.18653/v1/D18-1223",
49
+ pages = "1980--1990",
50
+ abstract = "Knowledge graphs (KG) are the key components of various natural language processing applications. To further expand KGs{'} coverage, previous studies on knowledge graph completion usually require a large number of positive examples for each relation. However, we observe long-tail relations are actually more common in KGs and those newly added relations often do not have many known triples for training. In this work, we aim at predicting new facts under a challenging setting where only one training instance is available. We propose a one-shot relational learning framework, which utilizes the knowledge distilled by embedding models and learns a matching metric by considering both the learned embeddings and one-hop graph structures. Empirically, our model yields considerable performance improvements over existing embedding models, and also eliminates the need of re-training the embedding models when dealing with newly added relations.",
51
+ }
52
+ ```
53
+
54
+ ### LICENSE
55
+ TBA