paper-with-me

홈 › Papers

Can Large Language Models Act as Ensembler for Multi-GNNs?

2024-10-22 · Hanqi Duan, Yao Cheng, Jianxiang Yu, Xiang Li

Graph Neural Networks (GNNs) have emerged as powerful models for learning from graph-structured data. However, GNNs lack the inherent semantic understanding capability of rich textual node attributes, limiting their effectiveness in applications. On the other hand, we empirically observe that for existing GNN models, no one can consistently outperforms others across diverse datasets. In this paper, we study whether LLMs can act as an ensembler for multi-GNNs and propose the LensGNN model. The model first aligns multiple GNNs, mapping the representations of different GNNs into the same space. Then, through LoRA fine-tuning, it aligns the space between the GNN and the LLM, injecting graph tokens and textual information into LLMs. This allows LensGNN to ensemble multiple GNNs and take advantage of the strengths of LLM, leading to a deeper understanding of both textual semantic information and graph structural information. The experimental results show that LensGNN outperforms existing models. This research advances text-attributed graph ensemble learning by providing a robust and superior solution for integrating semantic and structural information. We provide our code and data here: https://anonymous.4open.science/r/EnsemGNN-E267/.

📄 PDF Abstract BibTeX arXiv:2410.16822

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Ensembler: Protect Collaborative Inference Privacy from Model Inversion Attack via Selective Ensemble

2024-01-19 · Dancheng Liu, Chenhui Xu, Jiajie Li, Amir Nassereldine 외

For collaborative inference through a cloud computing platform, it is sometimes essential for the client to shield its sensitive information from the cloud provider. In this paper, we introduce Ensembler, an extensible f…

Cloud ComputingCollaborative Inference

Diff-Ensembler: Learning to Ensemble 2D Diffusion Models for Volume-to-Volume Medical Image Translation

2025-01-13 · Xiyue Zhu, Dou Hoon Kwark, Ruike Zhu, Kaiwen Hong 외

Despite success in volume-to-volume translations in medical images, most existing models struggle to effectively capture the inherent volumetric distribution using 3D representations. The current state-of-the-art approac…

Image Super-ResolutionSuper-ResolutionTumor Segmentation

GenQREnsemble: Zero-Shot LLM Ensemble Prompting for Generative Query Reformulation

2024-04-04 · Kaustubh Dhole, Eugene Agichtein

Query Reformulation(QR) is a set of techniques used to transform a user's original search query to a text that better aligns with the user's intent and improves their search experience. Recently, zero-shot QR has been sh…

Passage RankingRetrieval

Dynamic Post-Hoc Neural Ensemblers

2024-10-06 · Sebastian Pineda Arango, Maciej Janowski, Lennart Purucker, Arber Zela 외

Ensemble methods are known for enhancing the accuracy and robustness of machine learning models by combining multiple base learners. However, standard approaches like greedy or random ensembles often fall short, as they …

Diversity

Early Detection of Sepsis using Ensemblers

2020-10-20 · Shailesh Nirgudkar, Tianyu Ding

This paper describes a methodology to detect sepsis ahead of time by analyzing hourly patient records. The Physionet 2019 challenge consists of medical records of over 40,000 patients. Using imputation and weak ensembler…

Imputation