ACL 2025long0 citations

ECLM: Entity Level Language Model for Spoken Language Understanding with Chain of Intent

Shangjian Yin, Peijie Huang, JiaTian Chen, Haojing Huang, Yuhong Xu

Abstract

Large Language Models (LLMs) have demonstrated impressive capabilities in language generation and general task performance. However, their application to spoken language understanding (SLU) remains challenging, particularly for token-level tasks, where the autoregressive nature of LLMs often leads to misalignment issues. They also struggle to capture nuanced interrelations in semantic-level tasks through direct fine-tuning alone. To address these challenges, we propose the Entity-level Language Model (ECLM) framework, which reformulates slot-filling as an entity recognition task and introduces a novel concept, Chain of Intent, to enable step-by-step multi-intent recognition. Experimental results show that ECLM significantly outperforms strong baselines such as Uni-MIS, achieving gains of 3.7% on MixATIS and 3.1% on MixSNIPS. Compared to standard supervised fine-tuning of LLMs, ECLM further achieves improvements of 8.5% and 21.2% on these datasets, respectively. Our code is available at https://github.com/SJY8460/ECLM.

BibTeX
@inproceedings{yin-etal-2025-eclm,
    title = "{ECLM}: Entity Level Language Model for Spoken Language Understanding with Chain of Intent",
    author = "Yin, Shangjian  and
      Huang, Peijie  and
      Chen, JiaTian  and
      Huang, Haojing  and
      Xu, Yuhong",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1061/",
    doi = "10.18653/v1/2025.acl-long.1061",
    pages = "21851--21862",
    ISBN = "979-8-89176-251-0"
}
ECLM: Entity Level Language Model for Spoken Language Understanding with Chain of Intent · ACL 2025