[edit]
GlossAdapter: Enhancing word sense disambiguation via LoRA adapters
Proceedings of the The 39th Canadian Conference on Artificial Intelligence, PMLR 318:1044-1051, 2026.
Abstract
Word sense disambiguation (WSD) is a long-standing problem in natural language processing (NLP). Recently, fine-tuned large pre-trained models with gloss and other lexical information have been used for WSD. But these models are parameter inefficient as the entire model needs to be trained. To deal with the problem, we propose GlossAdapter to WSD via Low-Rank Adaptation (LoRA) adapter modules and Part of Speech (POS) filtering. LoRA modules are parameter-efficient as they add only a few trainable parameters for a task, keeping the original weights of the pre-trained model frozen while maintaining the model quality. The proposed POS filtering aligns target word context with WordNet lexical categories to construct sentence-gloss pairs for effective model training. We fine-tune our model with SemCor3.0 dataset, and evaluated it with benchmark datasets Senseval-2, Senseval-3, SemEval-2013, and SemEval-2015. We perform experiments based on BERTbase and RoBERTalarge models. By adding only 0.5% of the parameters for RoBERTalarge, the results show that our LoRA adapter-based model combined with POS filtering outperforms the other state-of-the-art models.