paper-with-me

Papers

Joint Embeddings for Graph Instruction Tuning

2024-05-31 · Aaron Haag, Vlad Argatu, Oliver Lohse

Large Language Models (LLMs) have achieved impressive performance in text understanding and have become an essential tool for building smart assistants. Originally focusing on text, they have been enhanced with multimodal capabilities in recent works that successfully built visual instruction following assistants. As far as the graph modality goes, however, no such assistants have yet been developed. Graph structures are complex in that they represent relation between different features and are permutation invariant. Moreover, representing them in purely textual form does not always lead to good LLM performance even for finetuned models. As a result, there is a need to develop a new method to integrate graphs in LLMs for general graph understanding. This work explores the integration of the graph modality in LLM for general graph instruction following tasks. It aims at producing a deep learning model that enhances an underlying LLM with graph embeddings and trains it to understand them and to produce, given an instruction, an answer grounded in the graph representation. The approach performs significantly better than a graph to text approach and remains consistent even for larger graphs.

📄 PDF Abstract BibTeX arXiv:2405.20684

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Followingvisual instruction following

Similar Papers 제목 키워드 기반

Finetuning Generative Large Language Models with Discrimination Instructions for Knowledge Graph Completion

2024-07-23 · Yang Liu, Xiaobin Tian, Zequn Sun, Wei Hu

Traditional knowledge graph (KG) completion models learn embeddings to predict missing facts. Recent works attempt to complete KGs in a text-generation manner with large language models (LLMs). However, they need to grou…

Knowledge Graph CompletionText Generation

LLMs as Zero-shot Graph Learners: Alignment of GNN Representations with LLM Token Embeddings

2024-08-25 · Duo Wang, Yuan Zuo, FengZhi Li, Junjie Wu

Zero-shot graph machine learning, especially with graph neural networks (GNNs), has garnered significant interest due to the challenge of scarce labeled data. While methods like self-supervised learning and graph prompt …

Language ModellingLink PredictionNode ClassificationPrompt Learning+2

FCN-LLM: Empower LLM for Brain Functional Connectivity Network Understanding via Graph-level Multi-task Instruction Tuning

2026-03-01 · Xingcan Hu, Wei Wang, Li Xiao arxiv

Large Language Models have achieved remarkable success in language understanding and reasoning, and their multimodal extensions enable comprehension of images, video, and audio. Inspired by this, foundation models for br…

Zero-shot Generalization

Continual LLaVA: Continual Instruction Tuning in Large Vision-Language Models

2024-11-04 · Meng Cao, Yuyang Liu, Yingfei Liu, Tiancai Wang 외

Instruction tuning constitutes a prevalent technique for tailoring Large Vision Language Models (LVLMs) to meet individual task requirements. To date, most of the existing approaches are confined to single-task adaptatio…

Beyond Similarity: A Gradient-based Graph Method for Instruction Tuning Data Selection

2025-02-16 · Yang Zhao, Li Du, Xiao Ding, Yangou Ouyang 외

Large language models (LLMs) have shown great potential across various industries due to their remarkable ability to generalize through instruction tuning. However, the limited availability of domain-specific data signif…

Domain AdaptationTransfer Learning