paper-with-me

Papers

NOCL: Node-Oriented Conceptualization LLM for Graph Tasks without Message Passing

2025-05-28 · Wei Li, Mengcheng Lan, Jiaxing Xu, Yiping Ke

Graphs are essential for modeling complex interactions across domains such as social networks, biology, and recommendation systems. Traditional Graph Neural Networks, particularly Message Passing Neural Networks (MPNNs), rely heavily on supervised learning, limiting their generalization and applicability in label-scarce scenarios. Recent self-supervised approaches still require labeled fine-tuning, limiting their effectiveness in zero-shot scenarios. Meanwhile, Large Language Models (LLMs) excel in natural language tasks but face significant challenges when applied to graphs, including preserving reasoning abilities, managing extensive token lengths from rich node attributes, and being limited to textual-attributed graphs (TAGs) and a single level task. To overcome these limitations, we propose the Node-Oriented Conceptualization LLM (NOCL), a novel framework that leverages two core techniques: 1) node description, which converts heterogeneous node attributes into structured natural language, extending LLM from TAGs to non-TAGs; 2) node concept, which encodes node descriptions into compact semantic embeddings using pretrained language models, significantly reducing token lengths by up to 93.9% compared to directly using node descriptions. Additionally, our NOCL employs graph representation descriptors to unify graph tasks at various levels into a shared, language-based query format, paving a new direction for Graph Foundation Models. Experimental results validate NOCL's competitive supervised performance relative to traditional MPNNs and hybrid LLM-MPNN methods and demonstrate superior generalization in zero-shot settings.

📄 PDF Abstract BibTeX arXiv:2506.10014

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

On the Role of Conceptualization in Commonsense Knowledge Graph Construction

2020-03-06 · Mutian He, Yangqiu Song, Kun Xu, Dong Yu

Commonsense knowledge graphs (CKGs) like Atomic and ASER are substantially different from conventional KGs as they consist of much larger number of nodes formed by loosely-structured text, which, though, enables them to …

Diversitygraph constructionKnowledge GraphsTriple Classification

Weisfeiler and Leman Go Measurement Modeling: Probing the Validity of the WL Test

2023-07-11 · Arjun Subramonian, Adina Williams, Maximilian Nickel, Yizhou Sun 외

The expressive power of graph neural networks is usually measured by comparing how many pairs of graphs or nodes an architecture can possibly distinguish as non-isomorphic to those distinguishable by the $k$-dimensional …

SonoCLIP: Mask-Guided Region-Aware Vision-Language Pretraining for Fetal Ultrasound Analysis

2026-06-28 · Hang Su, Chao Sun, Zhaofan Li, Wei Hu 외 arxiv

Vision-language foundation models have shown strong potential in medical image analysis. Although foundation models for ultrasound imaging have recently emerged, the domain remains particularly challenging due to severe …

Representation Learning

Graph Auto-Encoder Via Neighborhood Wasserstein Reconstruction

2022-02-18 · ICLR 2022 4 · Mingyue Tang, Carl Yang, Pan Li

Graph neural networks (GNNs) have drawn significant research attention recently, mostly under the setting of semi-supervised learning. When task-agnostic representations are preferred or supervision is simply unavailable…

DecoderGraph MiningGraph Reconstruction

Task-Oriented GNNs Training on Large Knowledge Graphs for Accurate and Efficient Modeling

2024-03-09 · Hussein Abdallah, Waleed Afandi, Panos Kalnis, Essam Mansour

A Knowledge Graph (KG) is a heterogeneous graph encompassing a diverse range of node and edge types. Heterogeneous Graph Neural Networks (HGNNs) are popular for training machine learning tasks like node classification an…

Knowledge GraphsLink PredictionNode Classification