CLMay 19, 2025

MA-COIR: Leveraging Semantic Search Index and Generative Models for Ontology-Driven Biomedical Concept Recognition

arXiv:2505.12964v12 citationsh-index: 8Has CodeACL
Originality Incremental advance
AI Analysis

This addresses the challenge of ontology-driven concept recognition in the biomedical domain, offering a more efficient and accessible method for domain experts, though it is incremental as it builds on existing semantic search and generative models.

The paper tackles the problem of recognizing biomedical concepts in text, especially those not explicitly stated, by introducing MA-COIR, a framework that reformulates concept recognition as an indexing-recognition task, achieving effectiveness in recognizing both explicit and implicit concepts across three scenarios (CDR, HPO, and HOIP) without mention-level annotations during inference.

Recognizing biomedical concepts in the text is vital for ontology refinement, knowledge graph construction, and concept relationship discovery. However, traditional concept recognition methods, relying on explicit mention identification, often fail to capture complex concepts not explicitly stated in the text. To overcome this limitation, we introduce MA-COIR, a framework that reformulates concept recognition as an indexing-recognition task. By assigning semantic search indexes (ssIDs) to concepts, MA-COIR resolves ambiguities in ontology entries and enhances recognition efficiency. Using a pretrained BART-based model fine-tuned on small datasets, our approach reduces computational requirements to facilitate adoption by domain experts. Furthermore, we incorporate large language models (LLMs)-generated queries and synthetic data to improve recognition in low-resource settings. Experimental results on three scenarios (CDR, HPO, and HOIP) highlight the effectiveness of MA-COIR in recognizing both explicit and implicit concepts without the need for mention-level annotations during inference, advancing ontology-driven concept recognition in biomedical domain applications. Our code and constructed data are available at https://github.com/sl-633/macoir-master.

Code Implementations1 repo
Foundations

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

Your Notes