relbert/nell_relational_similarity
收藏数据集卡片 for "relbert/nell_relation_similarity"
数据集描述
- 数据集名称: Relational similarity dataset based on the NELL-one
- 数据集摘要: NELL-one 清理后的数据集,用于关系相似性分析。
数据集结构
数据实例
一个 test 示例如下:
shell
{
"relation_type": "concept:automobilemakerdealersincity",
"positives": [["Lexus", "Dallas"], ["Buick", "Columbus"], ...,
"negatives": []}
}
数据分割
| train | validation | test |
|---|---|---|
| 30 | 3 | 5 |
引用信息
@inproceedings{xiong-etal-2018-one, title = "One-Shot Relational Learning for Knowledge Graphs", author = "Xiong, Wenhan and Yu, Mo and Chang, Shiyu and Guo, Xiaoxiao and Wang, William Yang", booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", month = oct # "-" # nov, year = "2018", address = "Brussels, Belgium", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/D18-1223", doi = "10.18653/v1/D18-1223", pages = "1980--1990", 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.", }




