English

Label Semantics for Few Shot Named Entity Recognition

Computation and Language 2022-03-18 v1

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.

Keywords

Cite

@article{arxiv.2203.08985,
  title  = {Label Semantics for Few Shot Named Entity Recognition},
  author = {Jie Ma and Miguel Ballesteros and Srikanth Doss and Rishita Anubhai and Sunil Mallya and Yaser Al-Onaizan and Dan Roth},
  journal= {arXiv preprint arXiv:2203.08985},
  year   = {2022}
}

Comments

Findings of ACL 2022

R2 v1 2026-06-24T10:16:26.459Z