Skip to content

jiangfeibo/CommLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Authors

Feibo Jiang, Yubo Peng, Li Dong, Kezhi Wang, Kun Yang, Cunhua Pan, Dusit Niyato, and Octavia A. Dobre.

Paper

Code

Abstract

The rapid development of the large language model (LLM) presents huge opportunities for 6G communications — for example, network optimization and management — by allowing users to input task requirements to LLMs with natural language. However, directly applying native LLMs in 6G encounters various challenges, such as a lack of communication data and knowledge, and 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 CommLLM, a multi-agent system with customized communication knowledge and tools for solving communication-related tasks using natural language. This system consists of three components: 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; 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; and multi-agent evaluation and reflection (MER), which utilizes the evaluation agent to assess the solutions, and applies the reflection agent and refinement agent to provide improvement suggestions for current solutions. Finally, we validate the effectiveness of the proposed multiagent system by designing a semantic communication system as a case study of 6G communications. img

The function of each file

  • LLMMAS.ipynb: The implementation of LLM-enhanced multi-agent systems for the generation of semantic communication systems.

  • Test_generated_SC.py: Test the generated SC model based on cosine similarity.

  • 1.pdf: Reference paper.

  • code.txt: Reference code.

  • movie_lines.txt: Training and test data for the generated SC model.

Citation

@ARTICLE{10638533,
  author={Jiang, Feibo and Peng, Yubo and Dong, Li and Wang, Kezhi and Yang, Kun and Pan, Cunhua and Niyato, Dusit and Dobre, Octavia A.},
  journal={IEEE Wireless Communications}, 
  title={Large Language Model Enhanced Multi-Agent Systems for 6G Communications}, 
  year={2024},
  volume={},
  number={},
  pages={1-8},
  doi={10.1109/MWC.016.2300600}}

About

Demo implementation for 《Large Language Model Enhanced Multi-Agent Systems for 6G Communications》

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors