当前位置:网站首页>Knowledge map reasoning -- hybrid neural network and distributed representation reasoning
Knowledge map reasoning -- hybrid neural network and distributed representation reasoning
2022-07-03 10:31:00 【kormoie】
Modeling Relational Data with Graph Convolutional Networks
original text :Schlichtkrull M, Kipf TN, Bloem P, Berg RVD, Titov I, Welling M. Modeling relational data with graph convolutional networks. arXiv Preprint arXiv: 170306103, 2017.https://link.springer.com/chapter/10.1007/978-3-319-93417-4_38
Introduce
Knowledge maps can be applied in many ways , Such as question and answer and information retrieval . Although many knowledge maps are large, they are still incomplete , such as Yago, DBPedia perhaps Wikidata. This article applies R-GCNs Complete two tasks : Link to predict ( Recover the lost facts , Triple ) And entity classification ( Recover the missing entity attribute values ). The missing information segment is predicted by the graph encoded by neighborhood structure .
The knowledge spectrum is represented by triples ( Entity , Relationship , Entity ) Such as :(Mikhail Baryshnikov, educated at, Vaganova Academy), Every entity (entity) There are types (type)
chart :
In order to accomplish the above tasks , This paper realizes :
Entity classification model : Each node in the figure uses softmax classifier , The classifier accepts RGCN The provided node represents , And make prediction labels .
Link prediction model : Encoder ,RGCN Generate entity latent feature representation ; decoder , A tensor factorization model uses these representations to predict the edges of markers , Factorization method :distmult.
Main contributions
1. Is the first proof GCN The framework can be applied to people who model relational data , In particular, link prediction and entity classification tasks .
2. The technology of parameter sharing and strengthening sparse constraints is introduced , And use them to R-GCNs Apply to multiple graphs with a large number of relationships .
3. With DistMult For example , The author proves that the performance of the factorization model can be enriched by the encoder model that performs multiple information propagation steps in the relational graph
Relational convolution network
The symbolic representation of the graph :
To be continued …
边栏推荐
- Leetcode-112:路径总和
- Timo background management system
- ECMAScript -- "ES6 syntax specification # Day1
- Implementation of "quick start electronic" window dragging
- I really want to be a girl. The first step of programming is to wear women's clothes
- Ut2012 learning notes
- Jetson TX2 刷机
- Hands on deep learning pytorch version exercise solution - 2.3 linear algebra
- 一步教你溯源【钓鱼邮件】的IP地址
- 20220608 other: evaluation of inverse Polish expression
猜你喜欢

Stroke prediction: Bayesian

Ut2012 learning notes

Ut2014 learning notes

Leetcode - the k-th element in 703 data flow (design priority queue)

Ut2016 learning notes

Neural Network Fundamentals (1)

安装yolov3(Anaconda)

Ut2015 learning notes

Out of the box high color background system

Leetcode-513: find the lower left corner value of the tree
随机推荐
Raspberry pie 4B deploys lnmp+tor and builds a website on dark web
Leetcode刷题---704
Julia1.0
I really want to be a girl. The first step of programming is to wear women's clothes
2-program logic
Step 1: teach you to trace the IP address of [phishing email]
【SQL】一篇带你掌握SQL数据库的查询与修改相关操作
Data classification: support vector machine
Judging the connectivity of undirected graphs by the method of similar Union and set search
LeetCode - 715. Range module (TreeSet)*****
Mise en œuvre d'OpenCV + dlib pour changer le visage de Mona Lisa
神经网络入门之矩阵计算(Pytorch)
二分查找法
深度学习入门之自动求导(Pytorch)
【毕业季】图匮于丰,防俭于逸;治不忘乱,安不忘危。
What useful materials have I learned from when installing QT
Leetcode刷题---278
Boston house price forecast (tensorflow2.9 practice)
Ut2011 learning notes
Numpy Foundation