🎉🎉🎉 NAACL 2025 main conference paper: SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model
conda create -n ssmlora python=3.10
pip install -r requirements.txt
python src/main.py --dataset BoolQ
@misc{yu2025ssmloraenhancinglowrankadaptation,
title={SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model},
author={Jiayang Yu and Yihang Zhang and Bin Wang and Peiqin Lin and Yongkang Liu and Shi Feng},
year={2025},
eprint={2502.04958},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2502.04958},
}