paper-with-me

홈 › Papers

Large Language Model Enhanced Multi-Agent Systems for 6G Communications

2023-12-13 · Feibo Jiang, Li Dong, Yubo Peng, Kezhi Wang, Kun Yang, Cunhua Pan, Dusit Niyato, Octavia A. Dobre

The rapid development of the Large Language Model (LLM) presents huge opportunities for 6G communications, e.g., network optimization and management by allowing users to input task requirements to LLMs by nature language. However, directly applying native LLMs in 6G encounters various challenges, such as a lack of private communication data and knowledge, limited logical reasoning, evaluation, and refinement abilities. Integrating LLMs with the capabilities of retrieval, planning, memory, evaluation and reflection in agents can greatly enhance the potential of LLMs for 6G communications. To this end, we propose a multi-agent system with customized communication knowledge and tools for solving communication related tasks using natural language, comprising three components: (1) Multi-agent Data Retrieval (MDR), which employs the condensate and inference agents to refine and summarize communication knowledge from the knowledge base, expanding the knowledge boundaries of LLMs in 6G communications; (2) Multi-agent Collaborative Planning (MCP), which utilizes multiple planning agents to generate feasible solutions for the communication related task from different perspectives based on the retrieved knowledge; (3) Multi-agent Evaluation and Reflecxion (MER), which utilizes the evaluation agent to assess the solutions, and applies the reflexion agent and refinement agent to provide improvement suggestions for current solutions. Finally, we validate the effectiveness of the proposed multi-agent system by designing a semantic communication system, as a case study of 6G communications.

📄 PDF Abstract BibTeX arXiv:2312.07850

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelLogical ReasoningRetrievalSemantic Communication

Similar Papers 제목 키워드 기반

AgentArk: Distilling Multi-Agent Intelligence into a Single LLM Agent

2026-02-03 · Yinyi Luo, Yiqiao Jin, Weichen Yu, Mengqi Zhang 외 arxiv

While large language model (LLM) multi-agent systems achieve superior reasoning performance through iterative debate, practical deployment is limited by their high computational cost and error propagation. This paper pro…

Assessing Collective Reasoning in Multi-Agent LLMs via Hidden Profile Tasks

2025-05-15 · YuXuan Li, Aoi Naito, Hirokazu Shirado

Multi-agent systems built on large language models (LLMs) promise enhanced problem-solving through distributed information integration, but also risk replicating collective reasoning failures observed in human groups. Ye…

Diagnostic

Contrato360 2.0: A Document and Database-Driven Question-Answer System using Large Language Models and Agents

2024-12-23 · Antony Seabra, Claudio Cavalcante, Joao Nepomuceno, Lucas Lago 외

We present a question-and-answer (Q\&A) application designed to support the contract management process by leveraging combined information from contract documents (PDFs) and data retrieved from contract management system…

Language ModelingLanguage ModellingLarge Language ModelManagement+6

Position: Towards a Responsible LLM-empowered Multi-Agent Systems

2025-02-03 · Jinwei Hu, Yi Dong, Shuang Ao, Zhuoyun Li 외

The rise of Agent AI and Large Language Model-powered Multi-Agent Systems (LLM-MAS) has underscored the need for responsible and dependable system operation. Tools like LangChain and Retrieval-Augmented Generation have e…

Language ModelingLanguage ModellingLarge Language ModelPosition+2

Agent0: Leveraging LLM Agents to Discover Multi-value Features from Text for Enhanced Recommendations

2025-07-25 · Blaž Škrlj, Benoît Guilleminot, Andraž Tori arxiv

Large language models (LLMs) and their associated agent-based frameworks have significantly advanced automated information extraction, a critical component of modern recommender systems. While these multitask frameworks …

Information ExtractionFeature EngineeringCode Generation