paper-with-me

Papers

Personalizing Large Language Models using Retrieval Augmented Generation and Knowledge Graph

2025-05-15 · Deeksha Prahlad, Chanhee Lee, Dongha Kim, Hokeun Kim

The advent of large language models (LLMs) has allowed numerous applications, including the generation of queried responses, to be leveraged in chatbots and other conversational assistants. Being trained on a plethora of data, LLMs often undergo high levels of over-fitting, resulting in the generation of extra and incorrect data, thus causing hallucinations in output generation. One of the root causes of such problems is the lack of timely, factual, and personalized information fed to the LLM. In this paper, we propose an approach to address these problems by introducing retrieval augmented generation (RAG) using knowledge graphs (KGs) to assist the LLM in personalized response generation tailored to the users. KGs have the advantage of storing continuously updated factual information in a structured way. While our KGs can be used for a variety of frequently updated personal data, such as calendar, contact, and location data, we focus on calendar data in this paper. Our experimental results show that our approach works significantly better in understanding personal information and generating accurate responses compared to the baseline LLMs using personal data as text inputs, with a moderate reduction in response time.

📄 PDF Abstract BibTeX arXiv:2505.09945

Code (1)

asu-kim/personal-llm-kg 공식 구현 pytorch

Tasks

Knowledge GraphsRAGResponse GenerationRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Optimization Methods for Personalizing Large Language Models through Retrieval Augmentation

2024-04-09 · Alireza Salemi, Surya Kallumadi, Hamed Zamani

This paper studies retrieval-augmented approaches for personalizing large language models (LLMs), which potentially have a substantial impact on various applications and domains. We propose the first attempt to optimize …

Knowledge DistillationLanguage ModelingLanguage ModellingRetrieval

Personalizing Student-Agent Interactions Using Log-Contextualized Retrieval Augmented Generation (RAG)

2025-05-22 · Clayton Cohn, Surya Rayala, Caitlin Snyder, Joyce Fonteles 외

Collaborative dialogue offers rich insights into students' learning and critical thinking. This is essential for adapting pedagogical agents to students' learning and problem-solving skills in STEM+C settings. While larg…

Decision MakingRAGRetrievalRetrieval-augmented Generation

Parameter Efficient Tuning Allows Scalable Personalization of LLMs for Text Entry: A Case Study on Abbreviation Expansion

2023-12-21 · Katrin Tomanek, Shanqing Cai, Subhashini Venugopalan

Abbreviation expansion is a strategy used to speed up communication by limiting the amount of typing and using a language model to suggest expansions. Here we look at personalizing a Large Language Model's (LLM) suggesti…

Language ModelingLanguage ModellingRetrievalRetrieval-augmented Generation

Phantom: General Trigger Attacks on Retrieval Augmented Language Generation

2024-05-30 · Harsh Chaudhari, Giorgio Severi, John Abascal, Matthew Jagielski 외

Retrieval Augmented Generation (RAG) expands the capabilities of modern large language models (LLMs), by anchoring, adapting, and personalizing their responses to the most relevant knowledge sources. It is particularly u…

Adversarial TextChatbotRAGRetrieval+2

LaMP: When Large Language Models Meet Personalization

2023-04-22 · Alireza Salemi, Sheshera Mysore, Michael Bendersky, Hamed Zamani

This paper highlights the importance of personalization in large language models and introduces the LaMP benchmark -- a novel benchmark for training and evaluating language models for producing personalized outputs. LaMP…

Language ModelingLanguage ModellingNatural Language UnderstandingRetrieval+3