paper-with-me

Papers

Leveraging Large Language Models for Node Generation in Few-Shot Learning on Text-Attributed Graphs

2023-10-15 · Jianxiang Yu, Yuxiang Ren, Chenghua Gong, Jiaqi Tan, Xiang Li, Xuecang Zhang

Text-attributed graphs have recently garnered significant attention due to their wide range of applications in web domains. Existing methodologies employ word embedding models for acquiring text representations as node features, which are subsequently fed into Graph Neural Networks (GNNs) for training. Recently, the advent of Large Language Models (LLMs) has introduced their powerful capabilities in information retrieval and text generation, which can greatly enhance the text attributes of graph data. Furthermore, the acquisition and labeling of extensive datasets are both costly and time-consuming endeavors. Consequently, few-shot learning has emerged as a crucial problem in the context of graph learning tasks. In order to tackle this challenge, we propose a lightweight paradigm called LLM4NG, which adopts a plug-and-play approach to empower text-attributed graphs through node generation using LLMs. Specifically, we utilize LLMs to extract semantic information from the labels and generate samples that belong to these categories as exemplars. Subsequently, we employ an edge predictor to capture the structural information inherent in the raw dataset and integrate the newly generated samples into the original graph. This approach harnesses LLMs for enhancing class-level information and seamlessly introduces labeled nodes and edges without modifying the raw dataset, thereby facilitating the node classification task in few-shot scenarios. Extensive experiments demonstrate the outstanding performance of our proposed paradigm, particularly in low-shot scenarios. For instance, in the 1-shot setting of the ogbn-arxiv dataset, LLM4NG achieves a 76% improvement over the baseline model.

📄 PDF Abstract BibTeX arXiv:2310.09872

Code (1)

jianxiangyu/llm4ng 공식 구현 pytorch

Tasks

Few-Shot LearningGraph LearningInformation RetrievalNode ClassificationText Generation

Similar Papers 제목 키워드 기반

Prompt Tuning without Labeled Samples for Zero-Shot Node Classification in Text-Attributed Graphs

2026-01-07 · Sethupathy Parameswaran, Suresh Sundaram, Yuan Fang arxiv

Node classification is a fundamental problem in information retrieval with many real-world applications, such as community detection in social networks, grouping articles published online and product categorization in e-…

Product CategorizationInformation RetrievalNode ClassificationCommunity Detection

LLM-Based Multi-Agent Systems are Scalable Graph Generative Models

2024-10-13 · Jiarui Ji, Runlin Lei, Jialing Bi, Zhewei Wei 외

The structural properties of naturally arising social graphs are extensively studied to understand their evolution. Prior approaches for modeling network dynamics typically rely on rule-based models, which lack realism a…

BenchmarkingGraph GenerationNode Classification

Enhancing Graph Neural Networks with Limited Labeled Data by Actively Distilling Knowledge from Large Language Models

2024-07-19 · Quan Li, Tianxiang Zhao, Lingwei Chen, Junjie Xu 외

Graphs are pervasive in the real-world, such as social network analysis, bioinformatics, and knowledge graphs. Graph neural networks (GNNs) have great ability in node classification, a fundamental task on graphs. Unfortu…

Active LearningKnowledge GraphsMeta-LearningNode Classification+2

GLIP-OOD: Zero-Shot Graph OOD Detection with Graph Foundation Model

2025-04-29 · Haoyan Xu, Zhengtao Yao, Xuzhi Zhang, Ziyi Wang 외

Out-of-distribution (OOD) detection is critical for ensuring the safety and reliability of machine learning systems, particularly in dynamic and open-world environments. In the vision and text domains, zero-shot OOD dete…

Out of Distribution (OOD) Detection

Augmenting Knowledge Graph Hierarchies Using Neural Transformers

2024-04-11 · Sanat Sharma, Mayank Poddar, Jayant Kumar, Kosta Blank 외

Knowledge graphs are useful tools to organize, recommend and sort data. Hierarchies in knowledge graphs provide significant benefit in improving understanding and compartmentalization of the data within a knowledge graph…

Knowledge Graphs