当前位置:网站首页>RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
2022-07-01 03:16:00 【Re:fused】
Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
1 问题
目前只是图谱补全的内容是主要是基于triple-level,所谓的triple-level指得是只关注三元组的信息,仅仅只利用三元组的信息,而不增加任何信息,这么就会产生的一个问题,难以抓取关系的长期依赖关系,所有triple-level不能够传递丰富的信息,提出了基于只是图谱补全或者实体对齐。该模型选择lstm模型,进行扩展,实现长期的依赖,但是为了使信息更加丰富,已经区分实体和关系,而不是仅仅像NLP中的数据处理,把一条路径当作sequence,这么使得实体和关系无法区分开。因此作者采取skip方式进行使用加以区分实体和关系,skip方式类似于残差网络,但是略有不同。
由于研究方式是知识图谱补全领域,对于实体对齐内容,就直接略过,不进行研究。
2 模型
2.1 前提
为了增强知识图谱的连接性,增加逆关系, ( U n i t e d K i n g d o m , c o u n t r y − , T i m B e r n e r s L e e , e m p l o y e r , W 3 C ) (United Kingdom, country^-, Tim Berners Lee, employer, W3C) (UnitedKingdom,country−,TimBernersLee,employer,W3C)
2.2 模型图
在使用时将整个模型传到LSTM中,所谓的skip增加一些内容,对于关系的LSTM之后的结果,加上与当前r相关实体信息。然后去预测下与r相关的尾实体。
其skip公式如下:
2.3 损失函数
其损失函数如下:
损失函数是计算所预测结果的损失函数, x 1 , x 2 , . . . . x n x_1, x_2, ....x_n x1,x2,....xn包括预测 关 系 x 2 , x 4 . . . . . 关系x_2, x_4..... 关系x2,x4.....,以及预测实体 x 3 , x 5 . . . . . . x_3,x_5 ...... x3,x5......等内容之和。
3 总结
基于路径的知识图谱补全,可以增强其能表达能力。
边栏推荐
- 手把手带你了解一块电路板,从设计到制作(干货)
- Redis efficient like and cancel function
- Introduction and installation of Solr
- Cookie&Session
- ASGNet论文和代码解读2
- The 'mental (tiring) process' of building kubernetes/kubesphere environment with kubekey
- C language EXECL function
- [daily training] 1175 Prime permutation
- ES6解构语法详解
- Error accessing URL 404
猜你喜欢
随机推荐
Feature Pyramid Networks for Object Detection论文理解
Best used trust automation script (shell)
二叉树神级遍历:Morris遍历
Ouc2021 autumn - Software Engineering - end of term (recall version)
Introduction to webrtc concept -- an article on understanding source, track, sink and mediastream
世界上最好的学习法:费曼学习法
GCC usage, makefile summary
Subnet division and subnet summary
E15 solution for cx5120 controlling Huichuan is620n servo error
Ultimate dolls 2.0 | encapsulation of cloud native delivery
数据交换 JSON
Split(), split(), slice(), can't you tell?
A few lines of transaction codes cost me 160000 yuan
数组的includes( )
LeetCode 144二叉树的前序遍历、LeetCode 114二叉树展开为链表
Edge drawing: a combined real-time edge and segment detector
家居网购项目
Home online shopping project
Nacos
The 'mental (tiring) process' of building kubernetes/kubesphere environment with kubekey