paper-with-me

홈 › Papers

GRIP: In-Parameter Graph Reasoning through Fine-Tuning Large Language Models

2025-11-06 · Jiarui Feng, Donghong Cai, Yixin Chen, Muhan Zhang arxiv

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 internalize complex relational information from graphs through carefully designed fine-tuning tasks. This knowledge is efficiently stored within lightweight LoRA parameters, enabling the fine-tuned LLM to perform a wide range of graph-related tasks without requiring access to the original graph at inference time. Extensive experiments across multiple benchmarks validate the effectiveness and efficiency of our approach.

📄 PDF Abstract BibTeX arXiv:2511.07457

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time AdaptationKnowledge Graphs

Similar Papers 제목 키워드 기반

GRIP: Granular Reward-Guided Parameter Interpolation for Efficient Reasoning

2026-08-26 · Lam So, Canhui Wu, Han Lin arxiv

Reasoning-oriented large language models often achieve strong problem-solving performance by generating long chains of thought, but this behavior substantially increases inference cost and latency. In contrast, instructi…

GripNet: Graph Information Propagation on Supergraph for Heterogeneous Graphs

2020-10-29 · Hao Xu, Shengqi Sang, Peizhen Bai, Laurence Yang 외

Heterogeneous graph representation learning aims to learn low-dimensional vector representations of different types of entities and relations to empower downstream tasks. Existing methods either capture semantic relation…

Data IntegrationGraph Representation LearningLink PredictionNode Classification+1

GRIP: Grounded Reasoning via Information-Restricted Premises

2026-08-17 · Lirui Teng arxiv

High-capacity encoders in retrieval-augmented generation (RAG) can let the query dominate the latent state, leaving retrieved evidence functionally irrelevant. We call this failure mode query dominance. To address it, we…

GRIP++: Enhanced Graph-based Interaction-aware Trajectory Prediction for Autonomous Driving

2019-07-17 · arXiv preprint 2020 5 · Xin Li, Xiaowen Ying, Mooi Choo Chuah

Despite the advancement in the technology of autonomous driving cars, the safety of a self-driving car is still a challenging problem that has not been well studied. Motion prediction is one of the core functions of an a…

Autonomous DrivingDecodermotion predictionTrajectory Prediction

Retrieval as Generation: A Unified Framework with Self-Triggered Information Planning

2026-04-13 · Bo Li, Mingda Wang, Gexiang Fang, Shikun Zhang 외 arxiv

We revisit retrieval-augmented generation (RAG) by embedding retrieval control directly into generation. Instead of treating retrieval as an external intervention, we express retrieval decisions within token-level decodi…