paper-with-me

홈 › Papers

Hierarchical Compression of Text-Rich Graphs via Large Language Models

2024-06-13 · Shichang Zhang, Da Zheng, Jiani Zhang, Qi Zhu, Xiang Song, Soji Adeshina, Christos Faloutsos, George Karypis, Yizhou Sun

Text-rich graphs, prevalent in data mining contexts like e-commerce and academic graphs, consist of nodes with textual features linked by various relations. Traditional graph machine learning models, such as Graph Neural Networks (GNNs), excel in encoding the graph structural information, but have limited capability in handling rich text on graph nodes. Large Language Models (LLMs), noted for their superior text understanding abilities, offer a solution for processing the text in graphs but face integration challenges due to their limitation for encoding graph structures and their computational complexities when dealing with extensive text in large neighborhoods of interconnected nodes. This paper introduces ``Hierarchical Compression'' (HiCom), a novel method to align the capabilities of LLMs with the structure of text-rich graphs. HiCom processes text in a node's neighborhood in a structured manner by organizing the extensive textual information into a more manageable hierarchy and compressing node text step by step. Therefore, HiCom not only preserves the contextual richness of the text but also addresses the computational challenges of LLMs, which presents an advancement in integrating the text processing power of LLMs with the structural complexities of text-rich graphs. Empirical results show that HiCom can outperform both GNNs and LLM backbones for node classification on e-commerce and citation graphs. HiCom is especially effective for nodes from a dense region in a graph, where it achieves a 3.48% average performance improvement on five datasets while being more efficient than LLM backbones.

📄 PDF Abstract BibTeX arXiv:2406.11884

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

The Infinite Contextual Graph Markov Model

2021-09-29 · Daniele Castellana, Federico Errica, Davide Bacciu, Alessio Micheli

The Contextual Graph Markov Model is a deep, unsupervised, and probabilistic model for graphs that is trained incrementally on a layer-by-layer basis. As with most Deep Graph Networks, an inherent limitation is the lack …

Graph ClassificationmodelModel Selection

HiLLoC: Lossless Image Compression with Hierarchical Latent Variable Models

2019-12-20 · ICLR 2020 1 · James Townsend, Thomas Bird, Julius Kunze, David Barber

We make the following striking observation: fully convolutional VAE models trained on 32x32 ImageNet can generalize well, not just to 64x64 but also to far larger photographs, with no changes to the model. We use this pr…

Image Compression

H2KGAT: Hierarchical Hyperbolic Knowledge Graph Attention Network

2020-11-01 · EMNLP 2020 11 · Shen Wang, Xiaokai Wei, Cicero Nogueira dos santos, Zhiguo Wang 외

Knowledge Graphs encode rich relationships among large number of entities. Embedding entities and relations in low-dimensional space has shed light on representing knowledge graphs and reasoning over them, e.g., predicti…

Graph AttentionGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs+1

T-Retriever: Tree-based Hierarchical Retrieval Augmented Generation for Textual Graphs

2026-01-08 · Chunyu Wei, Huaiyu Qin, Siyuan He, Yunhai Wang 외 arxiv

Retrieval-Augmented Generation (RAG) has significantly enhanced Large Language Models' ability to access external knowledge, yet current graph-based RAG approaches face two critical limitations in managing hierarchical i…

KeySG: Hierarchical Keyframe-Based 3D Scene Graphs

2025-10-01 · Abdelrhman Werby, Dennis Rotondi, Fabio Scaparro, Kai O. Arras arxiv

In recent years, 3D scene graphs have emerged as a powerful world representation, offering both geometric accuracy and semantic richness. Combining 3D scene graphs with large language models enables robots to reason, pla…

Semantic Segmentation