paper-with-me

Papers

KaLM: Knowledge-aligned Autoregressive Language Modeling via Dual-view Knowledge Graph Contrastive Learning

2024-12-06 · Peng Yu, Cheng Deng, Beiya Dai, Xinbing Wang, Ying Wen

Autoregressive large language models (LLMs) pre-trained by next token prediction are inherently proficient in generative tasks. However, their performance on knowledge-driven tasks such as factual knowledge querying remains unsatisfactory. Knowledge graphs (KGs), as high-quality structured knowledge bases, can provide reliable knowledge for LLMs, potentially compensating for their knowledge deficiencies. Aligning LLMs with explicit, structured knowledge from KGs has been a challenge; previous attempts either failed to effectively align knowledge representations or compromised the generative capabilities of LLMs, leading to less-than-optimal outcomes. This paper proposes \textbf{KaLM}, a \textit{Knowledge-aligned Language Modeling} approach, which fine-tunes autoregressive LLMs to align with KG knowledge via the joint objective of explicit knowledge alignment and implicit knowledge alignment. The explicit knowledge alignment objective aims to directly optimize the knowledge representation of LLMs through dual-view knowledge graph contrastive learning. The implicit knowledge alignment objective focuses on incorporating textual patterns of knowledge into LLMs through triple completion language modeling. Notably, our method achieves a significant performance boost in evaluations of knowledge-driven tasks, specifically embedding-based knowledge graph completion and generation-based knowledge graph question answering.

📄 PDF Abstract BibTeX arXiv:2412.04948

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Question AnsweringKnowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage ModellingQuestion Answering

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

Aligned Cross Entropy for Non-Autoregressive Machine Translation

2020-04-03 · ICML 2020 1 · Marjan Ghazvininejad, Vladimir Karpukhin, Luke Zettlemoyer, Omer Levy

Non-autoregressive machine translation models significantly speed up decoding by allowing for parallel prediction of the entire target sequence. However, modeling word order is more challenging due to the lack of autoreg…

Machine TranslationTranslation

Knowledge-Augmented Language Model and its Application to Unsupervised Named-Entity Recognition

2019-04-09 · NAACL 2019 6 · Angli Liu, Jingfei Du, Veselin Stoyanov

Traditional language models are unable to efficiently model entity names observed in text. All but the most popular named entities appear infrequently in text providing insufficient context. Recent efforts have recognize…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

Kalman Filtering with Gaussian Processes Measurement Noise

2019-09-23 · Vince Kurtz, Hai Lin

Real-world measurement noise in applications like robotics is often correlated in time, but we typically assume i.i.d. Gaussian noise for filtering. We propose general Gaussian Processes as a non-parametric model for cor…

Gaussian ProcessesSimultaneous Localization and Mapping

Can a Transformer Represent a Kalman Filter?

2023-12-12 · Gautam Goel, Peter Bartlett

Transformers are a class of autoregressive deep learning architectures which have recently achieved state-of-the-art performance in various vision, language, and robotics tasks. We revisit the problem of Kalman Filtering…

Learning to Expand Images for Efficient Visual Autoregressive Modeling

2025-11-19 · Ruiqing Yang, Kaixin Zhang, Zheng Zhang, Shan You 외 arxiv

Autoregressive models have recently shown great promise in visual generation by leveraging discrete token sequences akin to language modeling. However, existing approaches often suffer from inefficiency, either due to to…

Image Generation