paper-with-me

홈 › Papers

A Tight Expressivity Hierarchy for GNN-Based Entity Resolution in Master Data Management

2026-03-28 · Ashwin Ganesan arxiv

Entity resolution -- identifying database records that refer to the same real-world entity -- is naturally modelled on bipartite graphs connecting entity nodes to their attribute values. Applying a message-passing neural network (MPNN) with all available extensions (reverse message passing, port numbering, ego IDs) incurs unnecessary overhead, since different entity resolution tasks have fundamentally different complexity. For a given matching criterion, what is the cheapest MPNN architecture that provably works? We answer this with a four-theorem separation theory on typed entity-attribute graphs. We introduce co-reference predicates $\mathrm{Dup}_r$ (two same-type entities share at least $r$ attribute values) and the $\ell$-cycle predicate $\mathrm{Cyc}_\ell$ for settings with entity-entity edges. For each predicate we prove tight bounds -- constructing graph pairs provably indistinguishable by every MPNN lacking the required adaptation, and exhibiting explicit minimal-depth MPNNs that compute the predicate on all inputs. The central finding is a sharp complexity gap between detecting any shared attribute and detecting multiple shared attributes. The former is purely local, requiring only reverse message passing in two layers. The latter demands cross-attribute identity correlation -- verifying that the same entity appears at several attributes of the target -- a fundamentally non-local requirement needing ego IDs and four layers, even on acyclic bipartite graphs. A similar necessity holds for cycle detection. Together, these results yield a minimal-architecture principle: practitioners can select the cheapest sufficient adaptation set, with a guarantee that no simpler architecture works. Computational validation confirms every prediction.

📄 PDF Abstract BibTeX arXiv:2603.27154

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Resolution

Similar Papers 제목 키워드 기반

A Complete Expressiveness Hierarchy for Subgraph GNNs via Subgraph Weisfeiler-Lehman Tests

2023-02-14 · Bohang Zhang, Guhao Feng, Yiheng Du, Di He 외

Recently, subgraph GNNs have emerged as an important direction for developing expressive graph neural networks (GNNs). While numerous architectures have been proposed, so far there is still a limited understanding of how…

Subgraph Counting - 3 StarSubgraph Counting - C4Subgraph Counting - C5Subgraph Counting - C6+2

Reducing Smoothness with Expressive Memory Enhanced Hierarchical Graph Neural Networks

2025-04-01 · Thomas Bailie, Yun Sing Koh, S. Karthik Mukkavilli, Varvara Vetrova

Graphical forecasting models learn the structure of time series data via projecting onto a graph, with recent techniques capturing spatial-temporal associations between variables via edge weights. Hierarchical variants o…

Time SeriesWeather Forecasting

A Compositional Theory of Causally Masked Transformers

2026-07-29 · Franz Nowak, Ryan Cotterell, Reda Boumasmoud arxiv

What types of decision problems can a causally masked, finite-precision transformer solve for inputs of arbitrary length? Existing answers often rely on idealized arithmetic, but under finite precision, rounding and eval…

N-WL: A New Hierarchy of Expressivity for Graph Neural Networks

2023-02-02 · The Eleventh International Conference on Learning Representations 2023 2 · Qing Wang, Dillon Chen, Asiri Wijesinghe, Shouheng Li 외

The expressive power of Graph Neural Networks (GNNs) is fundamental for understanding their capabilities and limitations, i.e., what graph properties can or cannot be learnt by a GNN. Since standard GNNs have been chara…

MasterWeaver: Taming Editability and Face Identity for Personalized Text-to-Image Generation

2024-05-09 · Yuxiang Wei, Zhilong Ji, Jinfeng Bai, Hongzhi Zhang 외

Text-to-image (T2I) diffusion models have shown significant success in personalized text-to-image generation, which aims to generate novel images with human identities indicated by the reference images. Despite promising…

Image GenerationText to Image GenerationText-to-Image Generation