菜单

🤖 系统
📄 Abstract - Adaptive Multi-Agent Response Refinement in Conversational Systems

Large Language Models (LLMs) have demonstrated remarkable success in conversational systems by generating human-like responses. However, they can fall short, especially when required to account for personalization or specific knowledge. In real-life settings, it is impractical to rely on users to detect these errors and request a new response. One way to address this problem is to refine the response before returning it to the user. While existing approaches focus on refining responses within a single LLM, this method struggles to consider diverse aspects needed for effective conversations. In this work, we propose refining responses through a multi-agent framework, where each agent is assigned a specific role for each aspect. We focus on three key aspects crucial to conversational quality: factuality, personalization, and coherence. Each agent is responsible for reviewing and refining one of these aspects, and their feedback is then merged to improve the overall response. To enhance collaboration among them, we introduce a dynamic communication strategy. Instead of following a fixed sequence of agents, our approach adaptively selects and coordinates the most relevant agents based on the specific requirements of each query. We validate our framework on challenging conversational datasets, demonstrating that ours significantly outperforms relevant baselines, particularly in tasks involving knowledge or user's persona, or both.

顶级标签: llm agents natural language processing
详细标签: multi-agent systems response refinement conversational ai dynamic communication personalization 或 搜索:

📄 论文总结

对话系统中自适应多智能体响应优化 / Adaptive Multi-Agent Response Refinement in Conversational Systems


1️⃣ 一句话总结

这项研究提出了一种多智能体框架,通过动态协调不同智能体分别优化对话响应的真实性、个性化和连贯性,从而显著提升了大型语言模型在复杂对话任务中的表现。


📄 打开原文 PDF