We introduce entity triggers, an effective proxy of human explanaations for facilitating label-efficient learning of NER models. We crowd-sourced 14k entity triggers for two well-studied NER datasets.
 
                 
                Trigger Matching Networks (TMN) has two-stage of training and inference:
 
                 
              
                  illustrating that the trigger attention scores help the TMN model recognize entities.
                  The training data has ‘per day’ as a trigger phrase for chemical type entities, and this trigger matches the phrase ‘once daily’ in an unseen sentence during the inference phase of TrigMatcher.
                  This result not only supports our argument that trigger-enhanced models such as TMN can effectively learn, but they also demonstrate that trigger-enhanced models can
                  provide reasonable interpretation, something that lacks in other neural NER models.
@inproceedings{lin-etal-2020-triggerner,
    title = "{T}rigger{NER}: Learning with Entity Triggers as Explanations for Named Entity Recognition",
    author = "Lin, Bill Yuchen  and
      Lee, Dong-Ho  and
      Shen, Ming  and
      Moreno, Ryan  and
      Huang, Xiao  and
      Shiralkar, Prashant  and
      Ren, Xiang",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    month = jul,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.752",
    pages = "8503--8511",}