EMNLP 2024main7 citations

Bridging Local Details and Global Context in Text-Attributed Graphs

Yaoke Wang, Yun Zhu, Wenqiao Zhang, Yueting Zhuang, Liyunfei Liyunfei, Siliang Tang

Abstract

Representation learning on text-attributed graphs (TAGs) is vital for real-world applications, as they combine semantic textual and contextual structural information. Research in this field generally consist of two main perspectives: local-level encoding and global-level aggregating, respectively refer to textual node information unification (e.g., using Language Models) and structure-augmented modeling (e.g., using Graph Neural Networks). Most existing works focus on combining different information levels but overlook the interconnections, i.e., the contextual textual information among nodes, which provides semantic insights to bridge local and global levels. In this paper, we propose GraphBridge, a multi-granularity integration framework that bridges local and global perspectives by leveraging contextual textual information, enhancing fine-grained understanding of TAGs. Besides, to tackle scalability and efficiency challenges, we introduce a graph-aware token reduction module. Extensive experiments across various models and datasets show that our method achieves state-of-the-art performance, while our graph-aware token reduction module significantly enhances efficiency and solves scalability issues. Codes are available at https://github.com/wykk00/GraphBridge.

BibTeX
@inproceedings{wang-etal-2024-bridging-local,
    title = "Bridging Local Details and Global Context in Text-Attributed Graphs",
    author = "Wang, Yaoke  and
      Zhu, Yun  and
      Zhang, Wenqiao  and
      Zhuang, Yueting  and
      Liyunfei, Liyunfei  and
      Tang, Siliang",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.823/",
    doi = "10.18653/v1/2024.emnlp-main.823",
    pages = "14830--14841"
}
Bridging Local Details and Global Context in Text-Attributed Graphs · EMNLP 2024