CLJul 7, 2024

Biomedical Nested NER with Large Language Model and UMLS Heuristics

arXiv:2407.05480v15 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This addresses biomedical text mining for researchers, but it is incremental as it adapts existing methods to a specific dataset.

The paper tackled biomedical nested named entity recognition by combining a large language model (Mixtral 8x7B) with UMLS-based heuristics, achieving an F1 score of 0.39 on validation and 0.348 on test sets.

In this paper, we present our system for the BioNNE English track, which aims to extract 8 types of biomedical nested named entities from biomedical text. We use a large language model (Mixtral 8x7B instruct) and ScispaCy NER model to identify entities in an article and build custom heuristics based on unified medical language system (UMLS) semantic types to categorize the entities. We discuss the results and limitations of our system and propose future improvements. Our system achieved an F1 score of 0.39 on the BioNNE validation set and 0.348 on the test set.

Foundations

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

Your Notes