paper-with-me

Papers

PLACE: Prompt Learning for Attributed Community Search in Large Graphs

2025-07-07 · Shuheng Fang, Kangfei Zhao, Rener Zhang, Yu Rong, Jeffrey Xu Yu arxiv

In this paper, we propose PLACE (Prompt Learning for Attributed Community Search), an innovative graph prompt learning framework for ACS. Enlightened by prompt-tuning in Natural Language Processing (NLP), where learnable prompt tokens are inserted to contextualize NLP queries, PLACE integrates structural and learnable prompt tokens into the graph as a query-dependent refinement mechanism, forming a prompt-augmented graph. Within this prompt-augmented graph structure, the learned prompt tokens serve as a bridge that strengthens connections between graph nodes for the query, enabling the GNN to more effectively identify patterns of structural cohesiveness and attribute similarity related to the specific query. We employ an alternating training paradigm to optimize both the prompt parameters and the GNN jointly. Moreover, we design a divide-and-conquer strategy to enhance scalability, supporting the model to handle million-scale graphs. Extensive experiments on 9 real-world graphs demonstrate the effectiveness of PLACE for three types of ACS queries, where PLACE achieves higher F1 scores by 22% compared to the state-of-the-arts on average.

📄 PDF Abstract BibTeX arXiv:2507.05311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Keyword Aware Influential Community Search in Large Attributed Graphs

2019-12-04 · Md. Saiful Islam, Mohammed Eunus Ali, Yong-Bin Kang, Timos Sellis 외

We introduce a novel keyword-aware influential community query KICQ that finds the most influential communities from an attributed graph, where an influential community is defined as a closely connected group of vertices…

Community Search

Unsupervised Graph Attention Autoencoder for Attributed Networks using K-means Loss

2023-11-21 · Abdelfateh Bekkaira, Slimane Bellaouar, Slimane Oulad-Naoui

Several natural phenomena and complex systems are often represented as networks. Discovering their community structure is a fundamental task for understanding these networks. Many algorithms have been proposed, but recen…

AttributeClusteringCommunity DetectionGraph Attention+4

HACD: Harnessing Attribute Semantics and Mesoscopic Structure for Community Detection

2024-11-04 · Anran Zhang, Xingfen Wang, Yuhan Zhao

Community detection plays a pivotal role in uncovering closely connected subgraphs, aiding various real-world applications such as recommendation systems and anomaly detection. With the surge of rich information availabl…

Anomaly DetectionAttributeCommunity DetectionGraph Attention+3

Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias

2023-06-28 · NeurIPS 2023 11 · Yue Yu, Yuchen Zhuang, Jieyu Zhang, Yu Meng 외

Large language models (LLMs) have been recently leveraged as training data generators for various natural language processing (NLP) tasks. While previous research has explored different approaches to training models usin…

AttributeDiversityLanguage ModelingLanguage Modelling+1

Graph Prototypical Networks for Few-shot Learning on Attributed Networks

2020-06-23 · Kaize Ding, Jianling Wang, Jundong Li, Kai Shu 외

Attributed networks nowadays are ubiquitous in a myriad of high-impact applications, such as social network analysis, financial fraud detection, and drug discovery. As a central analytical task on attributed networks, no…

ClassificationDrug DiscoveryFew-Shot LearningFraud Detection+4