paper-with-me

Papers

Enhance Graph Alignment for Large Language Models

2024-10-15 · Haitong Luo, Xuying Meng, Suhang Wang, Tianxiang Zhao, Fali Wang, Hanyun Cao, Yujun Zhang

Graph-structured data is prevalent in the real world. Recently, due to the powerful emergent capabilities, Large Language Models (LLMs) have shown promising performance in modeling graphs. The key to effectively applying LLMs on graphs is converting graph data into a format LLMs can comprehend. Graph-to-token approaches are popular in enabling LLMs to process graph information. They transform graphs into sequences of tokens and align them with text tokens through instruction tuning, where self-supervised instruction tuning helps LLMs acquire general knowledge about graphs, and supervised fine-tuning specializes LLMs for the downstream tasks on graphs. Despite their initial success, we find that existing methods have a misalignment between self-supervised tasks and supervised downstream tasks, resulting in negative transfer from self-supervised fine-tuning to downstream tasks. To address these issues, we propose Graph Alignment Large Language Models (GALLM) to benefit from aligned task templates. In the self-supervised tuning stage, we introduce a novel text matching task using templates aligned with downstream tasks. In the task-specific tuning stage, we propose two category prompt methods that learn supervision information from additional explanation with further aligned templates. Experimental evaluations on four datasets demonstrate substantial improvements in supervised learning, multi-dataset generalizability, and particularly in zero-shot capability, highlighting the model's potential as a graph foundation model.

📄 PDF Abstract BibTeX arXiv:2410.11370

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeText Matching

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 제목 키워드 기반

Adapters for Enhanced Modeling of Multilingual Knowledge and Text

2022-10-24 · Yifan Hou, Wenxiang Jiao, Meizhen Liu, Carl Allen 외

Large language models appear to learn facts from the large text corpora they are trained on. Such facts are encoded implicitly within their many parameters, making it difficult to verify or manipulate what knowledge has …

Entity AlignmentKnowledge Graph CompletionKnowledge Graphs

Enhancing Large Language Model for Knowledge Graph Completion via Structure-Aware Alignment-Tuning

2025-09-01 · Yu Liu, Yanan Cao, Xixun Lin, Yanmin Shang 외 arxiv

Knowledge graph completion (KGC) aims to infer new knowledge and make predictions from knowledge graphs. Recently, large language models (LLMs) have exhibited remarkable reasoning capabilities. LLM-enhanced KGC methods p…

Knowledge Graph CompletionContrastive LearningKnowledge GraphsLink Prediction

InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment

2024-02-13 · Jianing Wang, Junda Wu, Yupeng Hou, Yao Liu 외

Do current large language models (LLMs) better solve graph reasoning and generation tasks with parameter updates? In this paper, we propose InstructGraph, a framework that empowers LLMs with the abilities of graph reason…

Hallucination

HIGHT: Hierarchical Graph Tokenization for Molecule-Language Alignment

2024-06-20 · Yongqiang Chen, Quanming Yao, Juzheng Zhang, James Cheng 외

Recently, there has been a surge of interest in extending the success of large language models (LLMs) from texts to molecules. Most existing approaches adopt a graph neural network to represent a molecule as a series of …

Graph Neural NetworkHallucination

Two Heads Are Better Than One: Integrating Knowledge from Knowledge Graphs and Large Language Models for Entity Alignment

2024-01-30 · Linyao Yang, Hongyang Chen, Xiao Wang, Jing Yang 외

Entity alignment, which is a prerequisite for creating a more comprehensive Knowledge Graph (KG), involves pinpointing equivalent entities across disparate KGs. Contemporary methods for entity alignment have predominantl…

Entity AlignmentEntity EmbeddingsKnowledge GraphsLanguage Modelling+1