ACL 2021long40 citations

Modularized Interaction Network for Named Entity Recognition

Fei Li, Zheng Wang, Siu Cheung Hui, Lejian Liao, Dandan Song, Jing Xu, Guoxiu He, Meihuizi Jia

Abstract

Although the existing Named Entity Recognition (NER) models have achieved promising performance, they suffer from certain drawbacks. The sequence labeling-based NER models do not perform well in recognizing long entities as they focus only on word-level information, while the segment-based NER models which focus on processing segment instead of single word are unable to capture the word-level dependencies within the segment. Moreover, as boundary detection and type prediction may cooperate with each other for the NER task, it is also important for the two sub-tasks to mutually reinforce each other by sharing their information. In this paper, we propose a novel Modularized Interaction Network (MIN) model which utilizes both segment-level information and word-level dependencies, and incorporates an interaction mechanism to support information sharing between boundary detection and type prediction to enhance the performance for the NER task. We have conducted extensive experiments based on three NER benchmark datasets. The performance results have shown that the proposed MIN model has outperformed the current state-of-the-art models.

BibTeX
@inproceedings{li-etal-2021-modularized,
    title = "Modularized Interaction Network for Named Entity Recognition",
    author = "Li, Fei  and
      Wang, Zheng  and
      Hui, Siu Cheung  and
      Liao, Lejian  and
      Song, Dandan  and
      Xu, Jing  and
      He, Guoxiu  and
      Jia, Meihuizi",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.17/",
    doi = "10.18653/v1/2021.acl-long.17",
    pages = "200--209"
}
Modularized Interaction Network for Named Entity Recognition · ACL 2021