paper-with-me

Papers

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) suggestions based on prior conversations to enhance the relevance of predictions, particularly when the user data is small (~1000 samples). Specifically, we compare fine-tuning, prompt-tuning, and retrieval augmented generation of expanded text suggestions for abbreviated inputs. Our case study with a deployed 8B parameter LLM on a real user living with ALS, and experiments on movie character personalization indicates that (1) customization may be necessary in some scenarios and prompt-tuning generalizes well to those, (2) fine-tuning on in-domain data (with as few as 600 samples) still shows some gains, however (3) retrieval augmented few-shot selection also outperforms fine-tuning. (4) Parameter efficient tuning allows for efficient and scalable personalization. For prompt-tuning, we also find that initializing the learned "soft-prompts" to user relevant concept tokens leads to higher accuracy than random initialization.

📄 PDF Abstract BibTeX arXiv:2312.14327

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

ALS 설명 없음
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 제목 키워드 기반

My3DGen: A Scalable Personalized 3D Generative Model

2023-07-11 · Luchao Qi, Jiaye Wu, Annie N. Wang, Shengze Wang 외

In recent years, generative 3D face models (e.g., EG3D) have been developed to tackle the problem of synthesizing photo-realistic faces. However, these models are often unable to capture facial features unique to each in…

modelNovel View Synthesis

PortLLM: Personalizing Evolving Large Language Models with Training-Free and Portable Model Patches

2024-10-08 · Rana Muhammad Shahroz Khan, Pingzhi Li, Sukwon Yun, Zhenyu Wang 외

As large language models (LLMs) increasingly shape the AI landscape, fine-tuning pretrained models has become more popular than in the pre-LLM era for achieving optimal performance in domain-specific tasks. However, pret…

GPUGSM8Kparameter-efficient fine-tuningQuestion Answering+1

PLUME: Parameter-Efficient Personalization of Large Language Models via Low-Rank User Modulation in Shared Subspaces

2026-09-04 · Xinyu Li, Hao Zhou, Jianfeng Zhu, Julina Maharjan 외 arxiv

Personalizing large language models (LLMs) is essential for delivering AI assistance that aligns with individual users' styles, intents, and preferences. While per-user fine-tuning can substantially enhance personalizati…

Text Generation

Personalize Your LLM: Fake it then Align it

2025-03-02 · Yijing Zhang, Dyah Adila, Changho Shin, Frederic Sala

Personalizing large language models (LLMs) is essential for delivering tailored interactions that improve user experience. Many existing personalization methods require fine-tuning LLMs for each user, rendering them proh…

Instant Personalized Large Language Model Adaptation via Hypernetwork

2025-10-18 · Zhaoxuan Tan, Zixuan Zhang, Haoyang Wen, Zheng Li 외 arxiv

Personalized large language models (LLMs) tailor content to individual preferences using user profiles or histories. However, existing parameter-efficient fine-tuning (PEFT) methods, such as the ``One-PEFT-Per-User'' (OP…

parameter-efficient fine-tuning