Lex-BERT: Enhancing BERT based NER with lexicons
Computation and Language
2021-04-19 v2
Abstract
In this work, we represent Lex-BERT, which incorporates the lexicon information into Chinese BERT for named entity recognition (NER) tasks in a natural manner. Instead of using word embeddings and a newly designed transformer layer as in FLAT, we identify the boundary of words in the sentences using special tokens, and the modified sentence will be encoded directly by BERT. Our model does not introduce any new parameters and are more efficient than FLAT. In addition, we do not require any word embeddings accompanying the lexicon collection. Experiments on Ontonotes and ZhCrossNER show that our model outperforms FLAT and other baselines.
Cite
@article{arxiv.2101.00396,
title = {Lex-BERT: Enhancing BERT based NER with lexicons},
author = {Wei Zhu and Daniel Cheung},
journal= {arXiv preprint arXiv:2101.00396},
year = {2021}
}
Comments
Will incorporate new ideas, and more experiments, and better descriptions