ACL 2025finding0 citations

Multi-Sense Embeddings for Language Models and Knowledge Distillation

Qitong Wang, Mohammed J Zaki, Georgios Kollias, Vasileios Kalantzis

Abstract

Transformer-based large language models (LLMs) rely on contextual embeddings which generate different (continuous) representations for the same token depending on its surrounding context. Nonetheless, words and tokens typically have a limited number of senses (or meanings). We propose multi-sense embeddings as a drop-in replacement for each token in order to capture the range of their uses in a language. To construct a sense embedding dictionary, we apply a clustering algorithm to embeddings generated by an LLM and consider the cluster centers as representative sense embeddings. In addition, we propose a novel knowledge distillation method that leverages the sense dictionary to learn a smaller student model that mimics the senses from the much larger base LLM model, offering significant space and inference time savings, while maintaining competitive performance. Via thorough experiments on various benchmarks, we showcase the effectiveness of our sense embeddings and knowledge distillation approach.

BibTeX
@inproceedings{wang-etal-2025-multi-sense,
    title = "Multi-Sense Embeddings for Language Models and Knowledge Distillation",
    author = "Wang, Qitong  and
      Zaki, Mohammed J  and
      Kollias, Georgios  and
      Kalantzis, Vasileios",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.691/",
    doi = "10.18653/v1/2025.findings-acl.691",
    pages = "13353--13369",
    ISBN = "979-8-89176-256-5"
}