EMNLP 2024finding0 citations

A Pointer Network-based Approach for Joint Extraction and Detection of Multi-Label Multi-Class Intents

Ankan Mullick, Sombit Bose, Abhilash Nandy, Gajula Sai Chaitanya, Pawan Goyal

Abstract

In task-oriented dialogue systems, intent detection is crucial for interpreting user queries and providing appropriate responses. Existing research primarily addresses simple queries with a single intent, lacking effective systems for handling complex queries with multiple intents and extracting different intent spans. Additionally, there is a notable absence of multilingual, multi-intent datasets. This study addresses three critical tasks: extracting multiple intent spans from queries, detecting multiple intents, and developing a multilingual multi-label intent dataset. We introduce a novel multi-label multi-class intent detection dataset (MLMCID-dataset) curated from existing benchmark datasets. We also propose a pointer network-based architecture (MLMCID) to extract intent spans and detect multiple intents with coarse and fine-grained labels in the form of sextuplets. Comprehensive analysis demonstrates the superiority of our pointer network based system over baseline approaches in terms of accuracy and F1-score across various datasets.

BibTeX
@inproceedings{mullick-etal-2024-pointer,
    title = "A Pointer Network-based Approach for Joint Extraction and Detection of Multi-Label Multi-Class Intents",
    author = "Mullick, Ankan  and
      Bose, Sombit  and
      Nandy, Abhilash  and
      Chaitanya, Gajula Sai  and
      Goyal, Pawan",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.919/",
    doi = "10.18653/v1/2024.findings-emnlp.919",
    pages = "15664--15680"
}