DKRL icon indicating copy to clipboard operation
DKRL copied to clipboard

Representation Learning of Knowledge Graphs with Entity Descriptions (AAAI'16)

Results 27 DKRL issues
Sort by recently updated
recently updated
newest added

谢同学,你好: 请问FB15k_mid2description.txt中,实体的描述是怎么得到的呢?我看了一下也不是通过wikipedia得到的吧?

您好,我是华东师范大学研究生,最近也在学习和研究知识图谱向量化的方向,有幸读到了您的论文,深受启发.但是我现在遇到了一个问题,我很难找到哪里可以下载到完整的freebase15k数据(包括实体,关系,三元组,上位概念,实体类型),想向您咨询在哪里可以下到?(freebase 官网下载太慢,无奈学校资源有限) 非常感谢!

拜读了您的文章,非常有收获,但仔细阅读了代码后发觉几处不理解的地方,在此向您讨教。 以下SGD update部分的函数 //relation relation_tmp[rel_a][i] += rate_c_posErrorVec[tid][i]; //head nonLinear_2 = 1-cnn_vec[e1_a][i]_cnn_vec[e1_a][i]; cnn_grad[e1_a][i] += rate_c_posErrorVec[tid][i]_nonLinear_2; //tail nonLinear_2 = 1-cnn_vec[e2_a][i]_cnn_vec[e2_a][i]; cnn_grad[e2_a][i] -= rate_c_posErrorVec[tid][i]_nonLinear_2; //relation relation_tmp[rel_b][i] -= rate_c_negErrorVec[tid][i]; 问题1:nonLinear_2是对CNN神经元的激活函数求导的变量么? 问题2:这一部分代码是否是计算cost = |t1 -...

您好,不知可否共享一下数据集?