paper-with-me

Papers

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, Suhang Wang

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. Unfortunately, conventional GNNs still face challenges in scenarios with few labeled nodes, despite the prevalence of few-shot node classification tasks in real-world applications. To address this challenge, various approaches have been proposed, including graph meta-learning, transfer learning, and methods based on Large Language Models (LLMs). However, traditional meta-learning and transfer learning methods often require prior knowledge from base classes or fail to exploit the potential advantages of unlabeled nodes. Meanwhile, LLM-based methods may overlook the zero-shot capabilities of LLMs and rely heavily on the quality of generated contexts. In this paper, we propose a novel approach that integrates LLMs and GNNs, leveraging the zero-shot inference and reasoning capabilities of LLMs and employing a Graph-LLM-based active learning paradigm to enhance GNNs' performance. Extensive experiments demonstrate the effectiveness of our model in improving node classification accuracy with considerably limited labeled data, surpassing state-of-the-art baselines by significant margins.

📄 PDF Abstract BibTeX arXiv:2407.13989

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningKnowledge GraphsMeta-LearningNode ClassificationRecommendation SystemsTransfer Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

CRoC: Context Refactoring Contrast for Graph Anomaly Detection with Limited Supervision

2025-08-17 · Siyue Xie, Da Sun Handason Tam, Wing Cheong Lau arxiv

Graph Neural Networks (GNNs) are widely used as the engine for various graph-related tasks, with their effectiveness in analyzing graph-structured data. However, training robust GNNs often demands abundant labeled data, …

Graph Anomaly DetectionContrastive Learning

Active Learning on Medical Image

2023-06-02 · Angona Biswas, MD Abdullah Al Nasim, Md Shahin Ali, Ismail Hossain 외

The development of medical science greatly depends on the increased utilization of machine learning algorithms. By incorporating machine learning, the medical imaging field can significantly improve in terms of the speed…

Active LearningComputed Tomography (CT)Diagnostic

Rényi Entropy Bounds on the Active Learning Cost-Performance Tradeoff

2020-02-05 · Vahid Jamali, Antonia Tulino, Jaime Llorca, Elza Erkip

Semi-supervised classification, one of the most prominent fields in machine learning, studies how to combine the statistical knowledge of the often abundant unlabeled data with the often limited labeled data in order to …

Active LearningClassificationGeneral Classification

MetaGAD: Meta Representation Adaptation for Few-Shot Graph Anomaly Detection

2023-05-18 · Xiongxiao Xu, Kaize Ding, Canyu Chen, Kai Shu

Graph anomaly detection has long been an important problem in various domains pertaining to information security such as financial fraud, social spam and network intrusion. The majority of existing methods are performed …

Anomaly DetectionFew-Shot LearningGraph Anomaly DetectionMeta-Learning+1

Message Passing Adaptive Resonance Theory for Online Active Semi-supervised Learning

2020-12-02 · Taehyeong Kim, Injune Hwang, Hyundo Lee, Hyunseo Kim 외

Active learning is widely used to reduce labeling effort and training time by repeatedly querying only the most beneficial samples from unlabeled data. In real-world problems where data cannot be stored indefinitely due …

Active Learning