FB15k-237

评测集介绍

Introduction

FB15k-237是从FB15k数据集创建的链接预测数据集。FB15k包含1345个关系、14951个实体以及592,213个三元组,但其中许多三元组是反向关系,这导致了训练集、测试集和验证集之间的信息泄露。 为了解决这个问题,Toutanova和Chen在2015年创建了FB15k-237数据集,以确保测试集和评估集不包含反向关系的测试泄露。 总的来说,FB15k-237数据集包含了310,116个三元组,涉及14,541个实体和237种关系类型。

Meta Data

  {

        “id”: A string representing the question id,

        “head_entity”: A string representing the question

        “relation”: A string representing the source data

        “tail_entity”: A list of string representing the answers

  }

Example

  {

        “id”: A string representing the question id,

        “head_entity”: A string representing the question

        “relation”: A string representing the source data

        “tail_entity”: A list of string representing the answers

  }

submit form

  {

        “0_h”: [“Dominican Republic”],

        “0_t”: [“Republic”],

        “1_h”: [“Death”],

        “1_t”:[“3”]

  }