paper-with-me

Papers

Chemical identification and indexing in PubMed full-text articles using deep learning and heuristics

2022-07-01 · Database: The Journal of Biological Databases and Curation 2022 7 · Tiago Almeida, Rui Antunes, João F. Silva, João R. Almeida, Sérgio Matos

The identification of chemicals in articles has attracted a large interest in the biomedical scientific community, given its importance in drug development research. Most of previous research have focused on PubMed abstracts, and further investigation using full-text documents is required because these contain additional valuable information that must be explored. The manual expert task of indexing Medical Subject Headings (MeSH) terms to these articles later helps researchers find the most relevant publications for their ongoing work. The BioCreative VII NLM-Chem track fostered the development of systems for chemical identification and indexing in PubMed full-text articles. Chemical identification consisted in identifying the chemical mentions and linking these to unique MeSH identifiers. This manuscript describes our participation system and the post-challenge improvements we made. We propose a three-stage pipeline that individually performs chemical mention detection, entity normalization and indexing. Regarding chemical identification, we adopted a deep-learning solution that utilizes the PubMedBERT contextualized embeddings followed by a multilayer perceptron and a conditional random field tagging layer. For the normalization approach, we use a sieve-based dictionary filtering followed by a deep-learning similarity search strategy. Finally, for the indexing we developed rules for identifying the more relevant MeSH codes for each article. During the challenge, our system obtained the best official results in the normalization and indexing tasks despite the lower performance in the chemical mention recognition task. In a post-contest phase we boosted our results by improving our named entity recognition model with additional techniques. The final system achieved 0.8731, 0.8275 and 0.4849 in the chemical identification, normalization and indexing tasks, respectively. The code to reproduce our experiments and run the pipeline is publicly available. Database URL: https://github.com/bioinformatics-ua/biocreativeVII_track2

📄 PDF Abstract BibTeX

Code (1)

bioinformatics-ua/biocreativeVII_track2 tf

Tasks

ArticlesChemical IndexingEntity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

The overview of the NLM-Chem BioCreative VII track: full-text chemical identification and indexing in PubMed articles

2021-11-08 · BioCreative VII Challenge Evaluation Workshop 2021 11 · Robert Leaman, Rezarta Islamaj, Zhiyong Lu

The BioCreative NLM-Chem track calls for a community effort to fine-tune automated recognition of chemical names in biomedical literature. Chemical names are one of the most searched biomedical entities in PubMed and – a…

ArticlesChemical Entity RecognitionChemical IndexingEntity Linking+3

Chemical detection and indexing in PubMed full text articles using deep learning and rule-based methods

2021-11-08 · BioCreative VII Challenge Evaluation Workshop 2021 11 · Tiago Almeida, Rui Antunes, João Figueira Silva, João Rafael Almeida 외

Identifying chemicals in biomedical scientific literature is a crucial task for drug development research. The BioCreative NLM-Chem challenge promoted the development of automatic systems that can identify chemicals in f…

ArticlesChemical IndexingEntity LinkingNamed Entity Recognition (NER)+1

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

2021-11-30 · Virginia Adams, Hoo-chang Shin, Carol Anderson, Bo Liu 외

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 en…

ArticlesChemical IndexingEntity LinkingMetric Learning+5

MeSHup: Corpus for Full Text Biomedical Document Indexing

2022-06-01 · LREC 2022 6 · Xindi Wang, Robert E. Mercer, Frank Rudzicz

Medical Subject Heading (MeSH) indexing refers to the problem of assigning a given biomedical document with the most relevant labels from an extremely large set of MeSH terms. Currently, the vast number of biomedical art…

Articles

MeSHup: A Corpus for Full Text Biomedical Document Indexing

2022-04-28 · Xindi Wang, Robert E. Mercer, Frank Rudzicz

Medical Subject Heading (MeSH) indexing refers to the problem of assigning a given biomedical document with the most relevant labels from an extremely large set of MeSH terms. Currently, the vast number of biomedical art…

Articles