当前位置:网站首页>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:32:00 【Re:fused】
Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
1 problem
At present, only the contents of the atlas supplement are mainly based on triple-level, So-called triple-level It refers to information that only focuses on triples , Only use the information of triples , Without adding any information , This will cause a problem , Long term dependencies that are difficult to capture , all triple-level Unable to convey a wealth of information , Based on only map completion or entity alignment . The model selects lstm Model , Expand , Achieve long-term dependency , But in order to enrich the information , Entities and relationships have been distinguished , Not just like NLP Data processing in , Think of a path as sequence, This makes entities and relationships indistinguishable . Therefore, the author takes skip Way to distinguish entities and relationships ,skip The method is similar to the residual network , But slightly different .
Because the research method is to complete the field of knowledge map , For entity alignment content , Just skip , No research .
2 Model
2.1 Premise
To enhance the connectivity of the knowledge map , Increase inverse relationship , ( 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 Model diagram

Transfer the whole model to LSTM in , So-called skip Add something , For the relationship LSTM Later results , Plus and current r Relevant entity information . Then go to predict and r Related tail entities .
Its skip The formula is as follows :
2.3 Loss function
The loss function is as follows :
The loss function is the loss function that calculates the predicted result , x 1 , x 2 , . . . . x n x_1, x_2, ....x_n x1,x2,....xn Include forecast Turn off system x 2 , x 4 . . . . . Relationship x_2, x_4..... Turn off system x2,x4....., And prediction entities x 3 , x 5 . . . . . . x_3,x_5 ...... x3,x5...... And so on .
3 summary
Path based knowledge map completion , Can enhance their ability to express .
边栏推荐
- C语言多线程编程入门学习笔记
- 【读书笔记】《文案变现》——写出有效文案的四个黄金步骤
- How to verify whether the contents of two files are the same
- Stop saying that you can't solve the "cross domain" problem
- C#实现基于广度优先BFS求解无权图最短路径----完整程序展示
- 网页不能右键 F12 查看源代码解决方案
- MySQL knowledge points
- Split(), split(), slice(), can't you tell?
- Take you through a circuit board, from design to production (dry goods)
- Elk elegant management server log
猜你喜欢

Research on target recognition and tracking based on 3D laser point cloud
![[深度学习]激活函数(Sigmoid等)、前向传播、反向传播和梯度优化;optimizer.zero_grad(), loss.backward(), optimizer.step()的作用及原理](/img/9f/187ca83be1b88630a6c6fbfb0620ed.png)
[深度学习]激活函数(Sigmoid等)、前向传播、反向传播和梯度优化;optimizer.zero_grad(), loss.backward(), optimizer.step()的作用及原理

监听器 Listener

Redis efficient like and cancel function

How to verify whether the contents of two files are the same

第03章_用戶與權限管理

深度学习中的随机种子torch.manual_seed(number)、torch.cuda.manual_seed(number)

Overview of EtherCAT principle

Nacos

4、【WebGIS实战】软件操作篇——数据导入及处理
随机推荐
Test function in pychram
EtherCAT简介
Pyramid Scene Parsing Network【PSPNet】论文阅读
Introduction to ieda right click source file menu
Elk elegant management server log
排序链表(归并排序)
[小样本分割]论文解读Prior Guided Feature Enrichment Network for Few-Shot Segmentation
Basic concepts of database
C # realize solving the shortest path of unauthorized graph based on breadth first BFS -- complete program display
实现pow(x,n)函数
Pathmeasure implements loading animation
Leetcode 1482 guess, how about this question?
Introduction to webrtc concept -- an article on understanding source, track, sink and mediastream
C#实现基于广度优先BFS求解无权图最短路径----完整程序展示
Introduction to core functions of webrtc -- an article on understanding SDP PlanB unifiedplan (migrating from PlanB to unifiedplan)
pytest-fixture
Basic concept and classification of sorting
Common interview questions for performance test
Ouc2021 autumn - Software Engineering - end of term (recall version)
Pytest -- plug-in writing