📄
Abstract - PPAI: Enabling Personalized LLM Agent Interoperability for Collaborative Edge Intelligence
Deploying large language model (LLM) on edge device enables personalized LLM agents for various users. The growing availability of diverse personalized agents presents a unique opportunity for peer-to-peer (P2P) collaboration, wherein each user can delegate tasks beyond the local agent's expertise to remote agents more suited for the specific query. This paper introduces PPAI, the first personalized LLM agent interoperability system, which enables users to collaborate with each other based on agent specialization. However, the ever-changing pool of agents and their interchangeable capacity introduce new challenges when it comes to matching queries to agents and balancing loads, compared with existing P2P systems. Therefore, we propose a scalable query-agent pair scoring mechanism based on prototypes to identify suitable agents within a P2P network with churn. Moreover, we propose a multi-agent interoperability Bayesian game to balance local demand and global efficiency, when changes in remote agent load occur too quickly to be observed. Finally, we implement a prototype of PPAI and demonstrate that it substantially broadens the range of tasks that could be carried out while maintaining load balance. On average, it achieves an accuracy improvement of up to 7.96% across multiple tasks, while reducing latency by 16.34% compared to the baseline.
PPAI:实现个性化大语言模型代理的互操作性以支持协作边缘智能 /
PPAI: Enabling Personalized LLM Agent Interoperability for Collaborative Edge Intelligence
1️⃣ 一句话总结
本文提出了一个名为PPAI的系统,它能让不同用户部署在边缘设备上的个性化AI助手之间进行协作,当某个用户的任务超出自己助手的能力范围时,系统会自动将任务分配给更擅长该领域的其他用户的助手,并通过智能评分和博弈平衡机制,有效解决了助手数量动态变化和负载不均带来的挑战,从而大幅提升了任务处理的准确性和响应速度。