Skip to content

Commit

Permalink
Create 2024-19-02-qin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezy-Oketch authored Feb 18, 2024
1 parent a55fefb commit fbb4af2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _posts/2024-19-02-qin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Lunch at 12:30 pm, talk at 1 pm, in 148 Fitzpatrick

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

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.

Bio: Ruiyang Qin is a second-year PhD student in Computer Science and Engineering (CSE) at the University of Notre Dame, working in Dr. Yiyu Shi’s Sustainable Computing Laboratory. He earned both his Bachelor of Science (BS) and Master of Science (MS) degrees in Computer Science from Georgia Tech. His research focuses on enabling personalized deep learning models on edge devices, with a particular interest in their practical applications in healthcare.

0 comments on commit fbb4af2

Please sign in to comment.