cjlyl / FKGC-CIAN

This repo shows the source code of EMNLP 2022 paper: Learning Inter-Entity Interaction for Few-Shot Knowledge Graph Completion.
13 stars 3 forks source link

In the task-aware attention module ,Why you use the Bilinear() to modle the relation's embedding? #5

Open ShaoZhangHao opened 1 year ago

ShaoZhangHao commented 1 year ago

Hi,Your paper helps me a lot. I have a questions and hope that you could solve my confusion. In the task-aware attention module ,Why you use the Bilinear() to modle the relation's embedding? I do not know how the Bilinear works?

cjlyl commented 1 year ago

The use of Bilinear for learning relation embeddings is actually derived from a specific research paper, where relation embeddings are learned through such a Bilinear layer. Regrettably, I am currently unable to recall the specific reference. :)