ACL 2022findings106 citations

Label Semantics for Few Shot Named Entity Recognition

Jie Ma, Miguel Ballesteros, Srikanth Doss, Rishita Anubhai, Sunil Mallya, Yaser Al-Onaizan, Dan Roth

Abstract

We study the problem of few shot learning for named entity recognition. Specifically, we leverage the semantic information in the names of the labels as a way of giving the model additional signal and enriched priors. We propose a neural architecture that consists of two BERT encoders, one to encode the document and its tokens and another one to encode each of the labels in natural language format. Our model learns to match the representations of named entities computed by the first encoder with label representations computed by the second encoder. The label semantics signal is shown to support improved state-of-the-art results in multiple few shot NER benchmarks and on-par performance in standard benchmarks. Our model is especially effective in low resource settings.

BibTeX
@inproceedings{ma-etal-2022-label,
    title = "Label Semantics for Few Shot Named Entity Recognition",
    author = "Ma, Jie  and
      Ballesteros, Miguel  and
      Doss, Srikanth  and
      Anubhai, Rishita  and
      Mallya, Sunil  and
      Al-Onaizan, Yaser  and
      Roth, Dan",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-acl.155/",
    doi = "10.18653/v1/2022.findings-acl.155",
    pages = "1956--1971"
}
Label Semantics for Few Shot Named Entity Recognition · ACL 2022