当前位置:网站首页>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 总结
基于路径的知识图谱补全,可以增强其能表达能力。
边栏推荐
- Design of serial port receiving data scheme
- [nine day training] content III of the problem solution of leetcode question brushing Report
- Let's just say I can use thousands of expression packs
- Common interview questions for performance test
- Basic concepts of database
- JUC learning
- Introduction and installation of Solr
- pytorch中的双线性插值上采样(Bilinear Upsampling)、F.upsample_bilinear
- Edge Drawing: A combined real-time edge and segment detector 翻译
- 【日常训练】1175. 质数排列
猜你喜欢
JUC learning
EtherCAT简介
后台系统页面左边菜单按钮和右边内容的处理,后台系统页面出现双滚动
How do spark tasks of 10W workers run? (Distributed Computing)
Research on target recognition and tracking based on 3D laser point cloud
Edlines: a real time line segment detector with a false detection control
[us match preparation] complete introduction to word editing formula
Stop saying that you can't solve the "cross domain" problem
ctfshow爆破wp
Feign remote call and getaway gateway
随机推荐
串口接收数据方案设计
Best used trust automation script (shell)
实战 ELK 优雅管理服务器日志
Mybati SQL statement printing
ASGNet论文和代码解读2
Introduction to EtherCAT
Redis分布式锁的8大坑
Introduction to the core functions of webrtc -- an article to understand peerconnectionfactoryinterface rtcconfiguration peerconnectioninterface
限流组件设计实战
Keil5中如何做到 0 Error(s), 0 Warning(s).
Overview of EtherCAT principle
EDLines: A real-time line segment detector with a false detection control翻译
10、Scanner.next() 无法读取空格/indexOf -1
数据库DDL(Data Definition Language,数据定义语言)知识点
线程数据共享和安全 -ThreadLocal
数据库中COMMENT关键字的使用
Ouc2021 autumn - Software Engineering - end of term (recall version)
How to achieve 0 error (s) and 0 warning (s) in keil5
岭回归和lasso回归
Stop saying that you can't solve the "cross domain" problem