Liu, Xuanyu, et al. "LLM4WM: Adapting LLM for Wireless Multi-Tasking." IEEE Transactions on Machine Learning in Communications and Networking (2025). [paper]
- Python 3.8 (Recommend to use Anaconda)
- Pytorch 2.0.0
- NVIDIA GPU + CUDA
- Python packages:
pip install -r requirements.txt
The test datasets used in this paper is generated by QuaDRiGa, and it can be downloaded in the following links. [Testing Dataset]
- Dataset: Download the dataset and place it under the
data/
folder in the root directory. - GPT-2 Weights: Download the GPT-2 weights and put them into the
pretrain/
folder. - LLM4WM Weights: Download our provided pretrained weights of LLM4WM and store them in the
Weights/
folder.
Once all the required files are in place, you can evaluate our pretrained model with:
python inference.py
If you find this repo helpful, please cite our paper.
@article{liu2025llm4wm,
title={LLM4WM: Adapting LLM for Wireless Multi-Tasking},
author={Liu, Xuanyu and Gao, Shijian and Liu, Boxun and Cheng, Xiang and Yang, Liuqing},
journal={IEEE Transactions on Machine Learning in Communications and Networking},
year={2025}
}