AIDec 8, 2025

Cross-platform Product Matching Based on Entity Alignment of Knowledge Graph with RAEA model

arXiv:2512.07232v14 citationsh-index: 33Has CodeWorld wide web (Bussum)
Originality Highly original
AI Analysis

This addresses product matching for e-commerce platforms, offering a novel method for a known bottleneck in entity alignment.

The paper tackles product matching across platforms by converting it to an entity alignment task using knowledge graphs, and introduces the RAEA model, which improves Hits@1 by 6.59% on average over baselines on the DBP15K dataset.

Product matching aims to identify identical or similar products sold on different platforms. By building knowledge graphs (KGs), the product matching problem can be converted to the Entity Alignment (EA) task, which aims to discover the equivalent entities from diverse KGs. The existing EA methods inadequately utilize both attribute triples and relation triples simultaneously, especially the interactions between them. This paper introduces a two-stage pipeline consisting of rough filter and fine filter to match products from eBay and Amazon. For fine filtering, a new framework for Entity Alignment, Relation-aware and Attribute-aware Graph Attention Networks for Entity Alignment (RAEA), is employed. RAEA focuses on the interactions between attribute triples and relation triples, where the entity representation aggregates the alignment signals from attributes and relations with Attribute-aware Entity Encoder and Relation-aware Graph Attention Networks. The experimental results indicate that the RAEA model achieves significant improvements over 12 baselines on EA task in the cross-lingual dataset DBP15K (6.59% on average Hits@1) and delivers competitive results in the monolingual dataset DWY100K. The source code for experiments on DBP15K and DWY100K is available at github (https://github.com/Mockingjay-liu/RAEA-model-for-Entity-Alignment).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes