paper-with-me

Papers

Improving LLM Reasoning with Homophily-aware Structural and Semantic Text-Attributed Graph Compression

2026-01-13 · Zijun Di, Bin Lu, Huquan Kang, Luoyi Fu, Jiaxin Ding, Xiaoying Gan, Lei Zhou, Xinbing Wang arxiv

Large language models (LLMs) have demonstrated promising capabilities in Text-Attributed Graph (TAG) understanding. Recent studies typically focus on verbalizing the graph structures via handcrafted prompts, feeding the target node and its neighborhood context into LLMs. However, constrained by the context window, existing methods mainly resort to random sampling, often implemented via dropping node/edge randomly, which inevitably introduces noise and cause reasoning instability. We argue that graphs inherently contain rich structural and semantic information, and that their effective exploitation can unlock potential gains in LLMs reasoning performance. To this end, we propose Homophily-aware Structural and Semantic Compression for LLMs (HS2C), a framework centered on exploiting graph homophily. Structurally, guided by the principle of Structural Entropy minimization, we perform a global hierarchical partition that decodes the graph's essential topology. This partition identifies naturally cohesive, homophilic communities, while discarding stochastic connectivity noise. Semantically, we deliver the detected structural homophily to the LLM, empowering it to perform differentiated semantic aggregation based on predefined community type. This process compresses redundant background contexts into concise community-level consensus, selectively preserving semantically homophilic information aligned with the target nodes. Extensive experiments on 10 node-level benchmarks across LLMs of varying sizes and families demonstrate that, by feeding LLMs with structurally and semantically compressed inputs, HS2C simultaneously enhances the compression rate and downstream inference accuracy, validating its superiority and scalability. Extensions to 7 diverse graph-level benchmarks further consolidate HS2C's task generalizability.

📄 PDF Abstract BibTeX arXiv:2601.08187

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Homophily: Structure-aware Path Aggregation Graph Neural Network

2022-07-20 · Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence 2022 7 · Yifei Sun, Haoran Deng, Yang Yang, Chunping Wang 외

Graph neural networks (GNNs) have been intensively studied in various real-world tasks. However, the homophily assumption of GNNs' aggregation function limits their representation learning ability in heterophily graphs. …

Graph MiningGraph Neural NetworkNode ClassificationRepresentation Learning

Does Homophily Help in Robust Test-time Node Classification?

2025-10-25 · Yan Jiang, Ruihong Qiu, Zi Huang arxiv

Homophily, the tendency of nodes from the same class to connect, is a fundamental property of real-world graphs, underpinning structural and semantic patterns in domains such as citation networks and social networks. Exi…

Graph structure learningNode Classification

Structural Bias Beyond Homophily: A Study of Fairness in Link Prediction

2026-02-12 · Lilian Marey, Mathilde Perez, Tiphaine Viard, Charlotte Laclau arxiv

Graph link prediction (LP) plays a critical role in socially impactful applications such as job recommendation and friendship formation, making fairness a critical concern in this task. While many fairness-aware methods …

Graph GenerationLink PredictionGraph Learning

H$^3$GNNs: Harmonizing Heterophily and Homophily in GNNs via Joint Structural Node Encoding and Self-Supervised Learning

2025-04-16 · Rui Xue, Tianfu Wu

Graph Neural Networks (GNNs) struggle to balance heterophily and homophily in representation learning, a challenge further amplified in self-supervised settings. We propose H$^3$GNNs, an end-to-end self-supervised learni…

Representation LearningSelf-Supervised Learning

Knowledge Homophily in Large Language Models

2025-09-28 · Utkarsh Sahu, Zhisheng Qi, Mahantesh Halappanavar, Nedim Lipka 외 arxiv

Large Language Models (LLMs) have been increasingly studied as neural knowledge bases for supporting knowledge-intensive applications such as question answering and fact checking. However, the structural organization of …

Graph Neural NetworkQuestion AnsweringFact Checking