PersonalizedRouter: Personalized LLM Routing via Graph-based User Preference Modeling
Zhongjie Dai, Tao Feng, Jiaxuan You

TL;DR
PersonalizedRouter is a graph-based framework that models user preferences and personalizes LLM selection, significantly improving performance over existing methods by leveraging interaction data and a large-scale benchmark.
Contribution
It introduces a novel graph-based approach for personalized LLM routing and constructs a large benchmark to evaluate adaptability and effectiveness.
Findings
Outperforms existing LLM selection methods by over 15% in simulation.
Surpasses best methods by up to 59.69% on PersonaRoute-Bench.
Demonstrates strong few-shot generalization to new users and LLMs.
Abstract
The growing number of Large Language Models (LLMs) with diverse capabilities and response styles provides users with a wider range of choices, which presents challenges in selecting appropriate LLMs, as user preferences vary in terms of performance, cost, and response style. Current LLM selection methods typically optimize for a single fixed objective, such as performance, cost, or a trade-off between them, and fail to learn individual user preferences from interaction data. To address these limitations, we propose PersonalizedRouter, a graph-based framework that models diverse user profiles and performs personalized LLM selection by leveraging interaction data that includes task context, queries, candidate LLMs, and user decisions. To capture contextual information between user queries and optimal LLMs, PersonalizedRouter converts the interaction data into a heterogeneous graph, where…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
