English

DyLex: Incorporating Dynamic Lexicons into BERT for Sequence Labeling

Computation and Language 2022-05-10 v3

Abstract

Incorporating lexical knowledge into deep learning models has been proved to be very effective for sequence labeling tasks. However, previous works commonly have difficulty dealing with large-scale dynamic lexicons which often cause excessive matching noise and problems of frequent updates. In this paper, we propose DyLex, a plug-in lexicon incorporation approach for BERT based sequence labeling tasks. Instead of leveraging embeddings of words in the lexicon as in conventional methods, we adopt word-agnostic tag embeddings to avoid re-training the representation while updating the lexicon. Moreover, we employ an effective supervised lexical knowledge denoising method to smooth out matching noise. Finally, we introduce a col-wise attention based knowledge fusion mechanism to guarantee the pluggability of the proposed framework. Experiments on ten datasets of three tasks show that the proposed framework achieves new SOTA, even with very large scale lexicons.

Keywords

Cite

@article{arxiv.2109.08818,
  title  = {DyLex: Incorporating Dynamic Lexicons into BERT for Sequence Labeling},
  author = {Baojun Wang and Zhao Zhang and Kun Xu and Guang-Yuan Hao and Yuyang Zhang and Lifeng Shang and Linlin Li and Xiao Chen and Xin Jiang and Qun Liu},
  journal= {arXiv preprint arXiv:2109.08818},
  year   = {2022}
}

Comments

EMNLP 2021 Long Paper

R2 v1 2026-06-24T06:05:36.091Z