ACL 2025long0 citations

Probing Relative Interaction and Dynamic Calibration in Multi-modal Entity Alignment

Chenxiao Li, Jingwei Cheng, Qiang Tong, Fu Zhang, Cairui Wang

Abstract

Multi-modal entity alignment aims to identify equivalent entities between two different multi-modal knowledge graphs. Current methods have made significant progress by improving embedding and cross-modal fusion. However, most of them depend on using loss functions to capture the relationship between modalities or adopt a one-time strategy to directly compute modality weights using attention mechanisms, which overlooks the relative interactions between modalities at the entity level and the accuracy of modality weights, thereby hindering the generalization to diverse entities. To address this challenge, we propose RICEA, a relative interaction and calibration framework for multi-modal entity alignment, which dynamically computes weights based on the relative interaction and recalibrates the weights according to their uncertainties. Among these, we propose a novel method called ADC that utilizes attention mechanisms to perceive the uncertainty of the weight for each modality, rather than directly calculating the weight of each modality as in previous works. Across 5 datasets and 23 settings, our proposed framework significantly outperforms other baselines. Our code and data are available at https://github.com/ChenxiaoLi-Joe/RICEA.

BibTeX
@inproceedings{li-etal-2025-probing,
    title = "Probing Relative Interaction and Dynamic Calibration in Multi-modal Entity Alignment",
    author = "Li, Chenxiao  and
      Cheng, Jingwei  and
      Tong, Qiang  and
      Zhang, Fu  and
      Wang, Cairui",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1384/",
    doi = "10.18653/v1/2025.acl-long.1384",
    pages = "28504--28516",
    ISBN = "979-8-89176-251-0"
}