High-Order Consistency-Guided User Identity Linkage with Large Language Model

Abstract

With the rapid expansion of the Internet, people commonly maintain multiple account identities across different online platforms, creating latent cross-network associations. User Identity Linkage (UIL), which seeks to identify and associate multiple accounts belonging to the same individual across platforms, has emerged as a vital research direction with broad applications in cross-platform recommendation, unified user profiling, and so on. However, existing methods face two major challenges in real-world environments: cross-platform feature heterogeneity and attribute-structure representation fusion. To address these challenges, this paper propose a Multi-View Feature High-Order Consistency-Guided User Identity Linkage method UIL-HC-MV. Our approach mitigates cross-network heterogeneity by deeply integrating multi-view features and mining consistency in shared thematic information among users and their relational networks. We decompose cross-platform feature heterogeneity into two subproblems: attribute heterogeneity and structural heterogeneity. We first fuse attribute and structural views by coupling nodes’ random-walk sequences with neighborhood sampling to jointly extract node attributes and topological context. We then employ a Large Language Model to capture deep semantic information and contextual relationships across multiple text segments, distilling unified themes or high-order community features from the combined attribute-structure representation. Finally, we fine-tune a BERT model on the extracted high-order information to reinforce feature consistency and enable transfer learning for improved generalization. Extensive comparative experiments on real-world datasets demonstrate significant performance improvements over existing mainstream methods, validating the effectiveness of high-order information in alleviating cross-network heterogeneity and confirm the contribution of each component within our deeply integrated multi-view feature learning framework.

Cite

Text

Li et al. "High-Order Consistency-Guided User Identity Linkage with Large Language Model." Proceedings of the 17th Asian Conference on Machine Learning, 2025.

Markdown

[Li et al. "High-Order Consistency-Guided User Identity Linkage with Large Language Model." Proceedings of the 17th Asian Conference on Machine Learning, 2025.](https://mlanthology.org/acml/2025/li2025acml-highorder/)

BibTeX

@inproceedings{li2025acml-highorder,
  title     = {{High-Order Consistency-Guided User Identity Linkage with Large Language Model}},
  author    = {Li, Tianpeng and Pei, Xiangjun and Wang, Yinghui and Peng, Qiyao and Wang, Wenjun},
  booktitle = {Proceedings of the 17th Asian Conference on Machine Learning},
  year      = {2025},
  pages     = {399-414},
  volume    = {304},
  url       = {https://mlanthology.org/acml/2025/li2025acml-highorder/}
}