paper-with-me

홈 › Papers

Scaling GraphLLM with Bilevel-Optimized Sparse Querying

2026-01-30 · Yangzhe Peng, Haiquan Qiu, Quanming Yao, Kun He arxiv

LLMs have recently shown strong potential in enhancing node-level tasks on text-attributed graphs (TAGs) by providing explanation features. However, their practical use is severely limited by the high computational and monetary cost of repeated LLM queries. To illustrate, naively generating explanations for all nodes on a medium-sized benchmark like Photo (48k nodes) using a representative method (e.g., TAPE) would consume days of processing time. In this paper, we propose Bilevel-Optimized Sparse Querying (BOSQ), a general framework that selectively leverages LLM-derived explanation features to enhance performance on node-level tasks on TAGs. We design an adaptive sparse querying strategy that selectively decides when to invoke LLMs, avoiding redundant or low-gain queries and significantly reducing computation overhead. Extensive experiments on six real-world TAG datasets involving two types of node-level tasks demonstrate that BOSQ runs substantially faster than existing GraphLLM methods while consistently delivering on-par or superior performance.

📄 PDF Abstract BibTeX arXiv:2602.09038

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GLBench: A Comprehensive Benchmark for Graph with Large Language Models

2024-07-10 · Yuhan Li, Peisong Wang, Xiao Zhu, Aochuan Chen 외

The emergence of large language models (LLMs) has revolutionized the way we interact with graphs, leading to a new paradigm called GraphLLM. Despite the rapid development of GraphLLM methods in recent years, the progress…

TrustGLM: Evaluating the Robustness of GraphLLMs Against Prompt, Text, and Structure Attacks

2025-06-13 · Qihai Zhang, Xinyue Sheng, Yuanfu Sun, Qiaoyu Tan

Inspired by the success of large language models (LLMs), there is a significant research shift from traditional graph learning methods to LLM-based graph frameworks, formally known as GraphLLMs. GraphLLMs leverage the re…

AttributeGraph Learning

LoReC: Rethinking Large Language Models for Graph Data Analysis

2026-04-20 · Hongyu Zhan, Qixin Wang, Yusen Tan, Haitao Yu 외 arxiv

The advent of Large Language Models (LLMs) has fundamentally reshaped the way we interact with graphs, giving rise to a new paradigm called GraphLLM. As revealed in recent studies, graph learning can benefit from LLMs. H…

Graph Learning

OOD-GraphLLM: Graph Large Language Model for Out-of-Distribution Generalized Drug Synergy Prediction

2026-05-28 · Xin Wang, Linxin Xiao, Yang Yao, Wenwu Zhu arxiv

Drug synergy prediction (DSP) aims to identify efficacious drug combinations under various cellular contexts with different targets. However, the continual emergence of novel compounds results in variations in molecular …

GraphLLM: Boosting Graph Reasoning Ability of Large Language Model

2023-10-09 · Ziwei Chai, Tianjie Zhang, Liang Wu, Kaiqiao Han 외

The advancement of Large Language Models (LLMs) has remarkably pushed the boundaries towards artificial general intelligence (AGI), with their exceptional ability on understanding diverse types of information, including …

Graph LearningLanguage ModelingLanguage ModellingLarge Language Model