English

Chemical Identification and Indexing in PubMed Articles via BERT and Text-to-Text Approaches

Computation and Language 2021-12-01 v1

Abstract

The Biocreative VII Track-2 challenge consists of named entity recognition, entity-linking (or entity-normalization), and topic indexing tasks -- with entities and topics limited to chemicals for this challenge. Named entity recognition is a well-established problem and we achieve our best performance with BERT-based BioMegatron models. We extend our BERT-based approach to the entity linking task. After the second stage of pretraining BioBERT with a metric-learning loss strategy called self-alignment pretraining (SAP), we link entities based on the cosine similarity between their SAP-BioBERT word embeddings. Despite the success of our named entity recognition experiments, we find the chemical indexing task generally more challenging. In addition to conventional NER methods, we attempt both named entity recognition and entity linking with a novel text-to-text or "prompt" based method that uses generative language models such as T5 and GPT. We achieve encouraging results with this new approach.

Keywords

Cite

@article{arxiv.2111.15622,
  title  = {Chemical Identification and Indexing in PubMed Articles via BERT and Text-to-Text Approaches},
  author = {Virginia Adams and Hoo-Chang Shin and Carol Anderson and Bo Liu and Anas Abidin},
  journal= {arXiv preprint arXiv:2111.15622},
  year   = {2021}
}

Comments

Submission to the BioCreative VII challenge - Track-2