COLING 2025main1 citations

An LLM-based Framework for Biomedical Terminology Normalization in Social Media via Multi-Agent Collaboration

Yongqi Fan, Kui Xue, Zelin Li, Xiaofan Zhang, Tong Ruan

Abstract

Biomedical Terminology Normalization aims to identify the standard term in a specified termbase for non-standardized mentions from social media or clinical texts, employing the mainstream “Recall and Re-rank” framework. Instead of the traditional pretraining-finetuning paradigm, we would like to explore the possibility of accomplishing this task through a tuning-free paradigm using powerful Large Language Models (LLMs), hoping to address the costs of re-training due to discrepancies of both standard termbases and annotation protocols. Another major obstacle in this task is that both mentions and terms are short texts. Short texts contain an insufficient amount of information that can introduce ambiguity, especially in a biomedical context. Therefore, besides using the advanced embedding model, we implement a Retrieval-Augmented Generation (RAG) based knowledge card generation module. This module introduces an LLM agent that expands the short texts into accurate, harmonized, and more informative descriptions using a search engine and a domain knowledge base. Furthermore, we present an innovative tuning-free agent collaboration framework for the biomedical terminology normalization task in social media. By leveraging the internal knowledge and the reasoning capabilities of LLM, our framework conducts more sophisticated recall, ranking and re-ranking processes with the collaboration of different LLM agents. Experimental results across multiple datasets indicate that our approach exhibits competitive performance. We release our code and data on the github repository JOHNNY-fans/RankNorm.

BibTeX
@inproceedings{fan-etal-2025-llm,
    title = "An {LLM}-based Framework for Biomedical Terminology Normalization in Social Media via Multi-Agent Collaboration",
    author = "Fan, Yongqi  and
      Xue, Kui  and
      Li, Zelin  and
      Zhang, Xiaofan  and
      Ruan, Tong",
    editor = "Rambow, Owen  and
      Wanner, Leo  and
      Apidianaki, Marianna  and
      Al-Khalifa, Hend  and
      Eugenio, Barbara Di  and
      Schockaert, Steven",
    booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
    month = jan,
    year = "2025",
    address = "Abu Dhabi, UAE",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.coling-main.714/",
    pages = "10712--10726"
}
An LLM-based Framework for Biomedical Terminology Normalization in Social Media via Multi-Agent Collaboration · COLING 2025