paper-with-me

Papers

Disentangled Representation Learning with Large Language Models for Text-Attributed Graphs

2023-10-27 · Yijian Qin, Xin Wang, Ziwei Zhang, Wenwu Zhu

Text-attributed graphs (TAGs) are prevalent on the web and research over TAGs such as citation networks, e-commerce networks and social networks has attracted considerable attention in the web community. Recently, large language models (LLMs) have demonstrated exceptional capabilities across a wide range of tasks. However, the existing works focus on harnessing the potential of LLMs solely relying on prompts to convey graph structure information to LLMs, thus suffering from insufficient understanding of the complex structural relationships within TAGs. To address this problem, in this paper we present the Disentangled Graph-Text Learner (DGTL) model, which is able to enhance the reasoning and predicting capabilities of LLMs for TAGs. Our proposed DGTL model incorporates graph structure information through tailored disentangled graph neural network (GNN) layers, enabling LLMs to capture the intricate relationships hidden in text-attributed graphs from multiple structural factors. Furthermore, DGTL operates with frozen pre-trained LLMs, reducing computational costs and allowing much more flexibility in combining with different LLM models. Experimental evaluations demonstrate the effectiveness of the proposed DGTL model on achieving superior or comparable performance over state-of-the-art baselines. Additionally, we also demonstrate that our DGTL model can offer natural language explanations for predictions, thereby significantly enhancing model interpretability.

📄 PDF Abstract BibTeX arXiv:2310.18152

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Interpretable Deep Graph Generation with Node-Edge Co-Disentanglement

2020-06-09 · Xiaojie Guo, Liang Zhao, Zhao Qin, Lingfei Wu 외

Disentangled representation learning has recently attracted a significant amount of attention, particularly in the field of image representation learning. However, learning the disentangled representations behind a graph…

DisentanglementGraph GenerationRepresentation Learning

GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs

2023-10-23 · Yichuan Li, Kaize Ding, Kyumin Lee

Self-supervised representation learning on text-attributed graphs, which aims to create expressive and generalizable representations for various downstream tasks, has received increasing research attention lately. Howeve…

Contrastive LearningGraph Neural NetworkLanguage ModelingLanguage Modelling+2

SE-VGAE: Unsupervised Disentangled Representation Learning for Interpretable Architectural Layout Design Graph Generation

2024-06-25 · Jielin Chen, Rudi Stouffs

Despite the suitability of graphs for capturing the relational structures inherent in architectural layout designs, there is a notable dearth of research on interpreting architectural design space using graph-based repre…

DecoderDisentanglementGraph GenerationLayout Design+1

Improving Disentangled Text Representation Learning with Information-Theoretic Guidance

2020-06-01 · ACL 2020 6 · Pengyu Cheng, Martin Renqiang Min, Dinghan Shen, Christopher Malon 외

Learning disentangled representations of natural language is essential for many NLP tasks, e.g., conditional text generation, style transfer, personalized dialogue systems, etc. Similar problems have been studied extensi…

Conditional Text GenerationRepresentation LearningStyle TransferText Generation+1

DiMBERT: Learning Vision-Language Grounded Representations with Disentangled Multimodal-Attention

2022-10-28 · Fenglin Liu, Xian Wu, Shen Ge, Xuancheng Ren 외

Vision-and-language (V-L) tasks require the system to understand both vision content and natural language, thus learning fine-grained joint representations of vision and language (a.k.a. V-L representations) is of paramo…

Image CaptioningLanguage ModelingLanguage ModellingSentence+2