GRIP: In-Parameter Graph Reasoning through Fine-Tuning Large Language Models
Jiarui Feng, Donghong Cai, Yixin Chen, Muhan Zhang

TL;DR
GRIP introduces a fine-tuning framework that enables large language models to internalize and reason over complex graph data efficiently, without additional graph access during inference.
Contribution
The paper presents GRIP, a novel fine-tuning approach using lightweight LoRA parameters to enable LLMs to handle graph-structured data effectively.
Findings
Outperforms existing methods on multiple graph-related benchmarks.
Requires no access to original graphs during inference.
Achieves efficient knowledge internalization with lightweight parameters.
Abstract
Large Language Models (LLMs) have demonstrated remarkable capabilities in modeling sequential textual data and generalizing across diverse tasks. However, adapting LLMs to effectively handle structural data, such as knowledge graphs or web data, remains a challenging problem. Some approaches adopt complex strategies to convert graphs into text sequences, resulting in significant token overhead and rendering them impractical for large-scale graphs. Others introduce additional modules to encode graphs into fixed-size token representations for LLMs. However, these methods typically require large-scale post-training on graph-text corpus and complex alignment procedures, yet often yield sub-optimal results due to poor modality alignment. Inspired by in-parameter knowledge injection for test-time adaptation of LLMs, we propose GRIP, a novel framework that equips LLMs with the ability to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Natural Language Processing Techniques
