paper-with-me

Papers

ReaLM: Residual Quantization Bridging Knowledge Graph Embeddings and Large Language Models

2025-10-10 · Wenbin Guo, Xin Wang, Jiaoyan Chen, Lingbing Guo, Zhao Li, Zirui Chen arxiv

Large Language Models (LLMs) have recently emerged as a powerful paradigm for Knowledge Graph Completion (KGC), offering strong reasoning and generalization capabilities beyond traditional embedding-based approaches. However, existing LLM-based methods often struggle to fully exploit structured semantic representations, as the continuous embedding space of pretrained KG models is fundamentally misaligned with the discrete token space of LLMs. This discrepancy hinders effective semantic transfer and limits their performance. To address this challenge, we propose ReaLM, a novel and effective framework that bridges the gap between KG embeddings and LLM tokenization through the mechanism of residual vector quantization. ReaLM discretizes pretrained KG embeddings into compact code sequences and integrates them as learnable tokens within the LLM vocabulary, enabling seamless fusion of symbolic and contextual knowledge. Furthermore, we incorporate ontology-guided class constraints to enforce semantic consistency, refining entity predictions based on class-level compatibility. Extensive experiments on two widely used benchmark datasets demonstrate that ReaLM achieves state-of-the-art performance, confirming its effectiveness in aligning structured knowledge with large-scale language models.

📄 PDF Abstract BibTeX arXiv:2510.09711

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph Completion

Similar Papers 제목 키워드 기반

REALM: RAG-Driven Enhancement of Multimodal Electronic Health Records Analysis via Large Language Models

2024-02-10 · Yinghao Zhu, Changyu Ren, Shiyun Xie, Shukai Liu 외

The integration of multimodal Electronic Health Records (EHR) data has significantly improved clinical predictive capabilities. Leveraging clinical notes and multivariate time-series EHR, existing models often lack the m…

Language ModellingLarge Language ModelRAGRetrieval-augmented Generation+1

Reclaiming Residual Knowledge: A Novel Paradigm to Low-Bit Quantization

2024-08-01 · Róisín Luo, Alexandru Drimbarean, James McDermott, Colm O'Riordan

This paper explores a novel paradigm in low-bit (i.e. 4-bits or lower) quantization, differing from existing state-of-the-art methods, by framing optimal quantization as an architecture search problem within convolutiona…

Quantization

Storage-Scalable Progressive Semantic Communication via Knowledge-Base Reuse

2026-09-09 · Heng Zhu, Ye Liu, Kun Zhu, Feifei Song arxiv

Existing knowledge-base-assisted semantic communication schemes commonly adopt either single knowledge-base quantization (SKBQ) or multi-knowledge-base residual quantization (MKBQ). SKBQ incurs limited storage overhead b…

Semantic Communication

Hyperbolic Residual Quantization: Discrete Representations for Data with Latent Hierarchies

2025-05-18 · Piotr Piękos, Subhradeep Kayal, Alexandros Karatzoglou

Hierarchical data arise in countless domains, from biological taxonomies and organizational charts to legal codes and knowledge graphs. Residual Quantization (RQ) is widely used to generate discrete, multitoken represent…

Inductive BiasKnowledge GraphsQuantizationRepresentation Learning

GS-Quant: Granular Semantic and Generative Structural Quantization for Knowledge Graph Completion

2026-04-23 · Qizhuo Xie, Yunhui Liu, Yu Xing, Qianzi Hou 외 arxiv

Large Language Models (LLMs) have shown immense potential in Knowledge Graph Completion (KGC), yet bridging the modality gap between continuous graph embeddings and discrete LLM tokens remains a critical challenge. While…

Knowledge Graph Completion