paper-with-me

Papers

Enabling On-Device Large Language Model Personalization with Self-Supervised Data Selection and Synthesis

2023-11-21 · Ruiyang Qin, Jun Xia, Zhenge Jia, Meng Jiang, Ahmed Abbasi, Peipei Zhou, Jingtong Hu, Yiyu Shi

After a large language model (LLM) is deployed on edge devices, it is desirable for these devices to learn from user-generated conversation data to generate user-specific and personalized responses in real-time. However, user-generated data usually contains sensitive and private information, and uploading such data to the cloud for annotation is not preferred if not prohibited. While it is possible to obtain annotation locally by directly asking users to provide preferred responses, such annotations have to be sparse to not affect user experience. In addition, the storage of edge devices is usually too limited to enable large-scale fine-tuning with full user-generated data. It remains an open question how to enable on-device LLM personalization, considering sparse annotation and limited on-device storage. In this paper, we propose a novel framework to select and store the most representative data online in a self-supervised way. Such data has a small memory footprint and allows infrequent requests of user annotations for further fine-tuning. To enhance fine-tuning quality, multiple semantically similar pairs of question texts and expected responses are generated using the LLM. Our experiments show that the proposed framework achieves the best user-specific content-generating capability (accuracy) and fine-tuning speed (performance) compared with vanilla baselines. To the best of our knowledge, this is the very first on-device LLM personalization framework.

📄 PDF Abstract BibTeX arXiv:2311.12275

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

HUOZIIME: An On-Device LLM-enhanced Input Method for Deep Personalization

2026-03-23 · Baocai Shan, Yuzhuang Xu, Wanxiang Che arxiv

Mobile input method editors (IMEs) are the primary interface for text input, yet they remain constrained to manual typing and struggle to produce personalized text. While lightweight large language models (LLMs) make on-…

Adaptive Self-Supervised Learning Strategies for Dynamic On-Device LLM Personalization

2024-09-25 · Rafael Mendoza, Isabella Cruz, Richard Liu, Aarav Deshmukh 외

Large language models (LLMs) have revolutionized how we interact with technology, but their personalization to individual user preferences remains a significant challenge, particularly in on-device applications. Traditio…

Self-Supervised Learning

Enabling On-Device LLMs Personalization with Smartphone Sensing

2024-07-05 · Shiquan Zhang, Ying Ma, Le Fang, Hong Jia 외

This demo presents a novel end-to-end framework that combines on-device large language models (LLMs) with smartphone sensing technologies to achieve context-aware and personalized services. The framework addresses critic…

Prompt Engineering

Continual Learning for Sequential Personalization of Small Language Models: A Stability Monitoring Analysis

2026-06-26 · Thomas S. Paula, Lucas S. Kupssinskü, Rodrigo C. Barros arxiv

Small Language Models (SLMs) are increasingly being considered for deployment on edge devices such as laptops, enabling private, low-latency, and locally personalized applications. However, personalization requires model…

Continual Learning

Rethinking Personalization in Large Language Models at the Token Level

2026-02-04 · Chenheng Zhang, Yijun Lu, Lizhe Fang, Chunyuan Zheng 외 arxiv

With large language models (LLMs) now performing strongly across diverse tasks, there is growing demand for them to personalize outputs for individual users. Personalization is typically framed as an additional layer on …