paper-with-me

홈 › Papers

Knowledge-injected Prompt Learning for Chinese Biomedical Entity Normalization

2023-08-23 · Songhua Yang, Chenghao Zhang, Hongfei Xu, Yuxiang Jia

The Biomedical Entity Normalization (BEN) task aims to align raw, unstructured medical entities to standard entities, thus promoting data coherence and facilitating better downstream medical applications. Recently, prompt learning methods have shown promising results in this task. However, existing research falls short in tackling the more complex Chinese BEN task, especially in the few-shot scenario with limited medical data, and the vast potential of the external medical knowledge base has yet to be fully harnessed. To address these challenges, we propose a novel Knowledge-injected Prompt Learning (PL-Knowledge) method. Specifically, our approach consists of five stages: candidate entity matching, knowledge extraction, knowledge encoding, knowledge injection, and prediction output. By effectively encoding the knowledge items contained in medical entities and incorporating them into our tailor-made knowledge-injected templates, the additional knowledge enhances the model's ability to capture latent relationships between medical entities, thus achieving a better match with the standard entities. We extensively evaluate our model on a benchmark dataset in both few-shot and full-scale scenarios. Our method outperforms existing baselines, with an average accuracy boost of 12.96\% in few-shot and 0.94\% in full-data cases, showcasing its excellence in the BEN task.

📄 PDF Abstract BibTeX arXiv:2308.12025

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
BASE 설명 없음

Similar Papers 제목 키워드 기반

PromptCBLUE: A Chinese Prompt Tuning Benchmark for the Medical Domain

2023-10-22 · Wei Zhu, Xiaoling Wang, Huanran Zheng, Mosha Chen 외

Biomedical language understanding benchmarks are the driving forces for artificial intelligence applications with large language model (LLM) back-ends. However, most current benchmarks: (a) are limited to English which m…

Dialogue GenerationDialogue UnderstandingKnowledge ProbingLanguage Modeling+5

Named Entity Recognition for Chinese biomedical patents

2020-12-01 · COLING 2020 8 · Yuting Hu, Suzan Verberne

There is a large body of work on Biomedical Entity Recognition (Bio-NER) for English but there have only been a few attempts addressing NER for Chinese biomedical texts. Because of the growing amount of Chinese biomedica…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Cross-Domain Data Integration for Named Entity Disambiguation in Biomedical Text

2021-10-15 · Findings (EMNLP) 2021 11 · Maya Varma, Laurel Orr, Sen Wu, Megan Leszczynski 외

Named entity disambiguation (NED), which involves mapping textual mentions to structured entities, is particularly challenging in the medical domain due to the presence of rare entities. Existing approaches are limited b…

Data IntegrationEntity Disambiguation

KBioXLM: A Knowledge-anchored Biomedical Multilingual Pretrained Language Model

2023-11-20 · Lei Geng, Xu Yan, Ziqiang Cao, Juntao Li 외

Most biomedical pretrained language models are monolingual and cannot handle the growing cross-lingual requirements. The scarcity of non-English domain corpora, not to mention parallel data, poses a significant hurdle in…

Language ModelingLanguage ModellingRelationRelation Prediction+1

Distilling Closed-Source LLM's Knowledge for Locally Stable and Economic Biomedical Entity Linking

2025-05-26 · Yihao Ai, Zhiyuan Ning, Weiwei Dai, Pengfei Wang 외

Biomedical entity linking aims to map nonstandard entities to standard entities in a knowledge base. Traditional supervised methods perform well but require extensive annotated data to transfer, limiting their usage in l…

Entity LinkingRe-Ranking