CLNov 30, 2021

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

arXiv:2111.15622v1
Originality Synthesis-oriented
AI Analysis

This work addresses chemical information extraction for biomedical researchers, but it is incremental as it applies existing methods to a specific challenge.

The paper tackled chemical named entity recognition, entity linking, and indexing in PubMed articles, achieving best performance with BERT-based models for NER and using a novel text-to-text method with generative models like T5 and GPT for entity linking, showing encouraging results.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes