Attribute-Consistent Knowledge Graph Representation Learning for Multi-Modal Entity Alignment
The multi-modal entity alignment (MMEA) aims to find all equivalent entity pairs between multi-modal knowledge graphs (MMKGs). Rich attributes and neighboring entities are valuable for the alignment task, but existing works ignore contextual gap problems that the aligned entities have different numbers of attributes on specific modality when learning entity representations. In this paper, we propose a novel attribute-consistent knowledge graph representation learning framework for MMEA (ACK-MMEA) to compensate the contextual gaps through incorporating consistent alignment knowledge. Attribute-consistent KGs (ACKGs) are first constructed via multi-modal attribute uniformization with merge and generate operators so that each entity has one and only one uniform feature in each modality. The ACKGs are then fed into a relation-aware graph neural network with random dropouts, to obtain aggregated relation representations and robust entity representations. In order to evaluate the ACK-MMEA facilitated for entity alignment, we specially design a joint alignment loss for both entity and attribute evaluation. Extensive experiments conducted on two benchmark datasets show that our approach achieves excellent performance compared to its competitors.
Code (0)
등록된 구현이 없습니다.
Tasks
AttributeEntity AlignmentGraph Neural NetworkGraph Representation LearningKnowledge GraphsMulti-modal Entity AlignmentRelationRepresentation LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Learning Multiplex Representations on Text-Attributed Graphs with One Language Model Encoder
In real-world scenarios, texts in a graph are often linked by multiple semantic relations (e.g., papers in an academic graph are referenced by other publications, written by the same author, or published in the same venu…
Language ModelingLanguage ModellingRepresentation LearningRecKG: Knowledge Graph for Recommender Systems
Knowledge graphs have proven successful in integrating heterogeneous data across various domains. However, there remains a noticeable dearth of research on their seamless integration among heterogeneous recommender syste…
AttributeData IntegrationKnowledge GraphsRecommendation SystemsGraphSAD: Learning Graph Representations with Structure-Attribute Disentanglement
Graph Neural Networks (GNNs) learn effective node/graph representations by aggregating the attributes of neighboring nodes, which commonly derives a single representation mixing the information of graph structure and nod…
AttributeDisentanglementGraph ClassificationAutoPKG: An Automated Framework for Dynamic E-commerce Product-Attribute Knowledge Graph Construction
Product attribute extraction in e-commerce is bottlenecked by ontologies that are inconsistent, incomplete, and costly to maintain. We present AutoPKG, a multi-agent Large Language Model (LLM) framework that automaticall…
Attribute ExtractionOut-of-Sample Representation Learning for Multi-Relational Graphs
Many important problems can be formulated as reasoning in knowledge graphs. Representation learning has proved extremely effective for transductive reasoning, in which one needs to make new predictions for already observ…
Knowledge GraphsRepresentation Learning