paper-with-me

Papers

Biomedical Entity Linking with Triple-aware Pre-Training

2023-08-28 · Xi Yan, Cedric Möller, Ricardo Usbeck

Linking biomedical entities is an essential aspect in biomedical natural language processing tasks, such as text mining and question answering. However, a difficulty of linking the biomedical entities using current large language models (LLM) trained on a general corpus is that biomedical entities are scarcely distributed in texts and therefore have been rarely seen during training by the LLM. At the same time, those LLMs are not aware of high level semantic connection between different biomedical entities, which are useful in identifying similar concepts in different textual contexts. To cope with aforementioned problems, some recent works focused on injecting knowledge graph information into LLMs. However, former methods either ignore the relational knowledge of the entities or lead to catastrophic forgetting. Therefore, we propose a novel framework to pre-train the powerful generative LLM by a corpus synthesized from a KG. In the evaluations we are unable to confirm the benefit of including synonym, description or relational information.

📄 PDF Abstract BibTeX arXiv:2308.14429

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingQuestion Answering

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Biomedical Entity Linking with Contrastive Context Matching

2021-06-14 · Shogo Ujiie, Hayate Iso, Eiji Aramaki

We introduce BioCoM, a contrastive learning framework for biomedical entity linking that uses only two resources: a small-sized dictionary and a large number of raw biomedical articles. Specifically, we build the trainin…

ArticlesContrastive LearningEntity Linking

Generative Biomedical Entity Linking via Knowledge Base-Guided Pre-training and Synonyms-Aware Fine-tuning

2022-04-11 · NAACL 2022 7 · Hongyi Yuan, Zheng Yuan, Sheng Yu

Entities lie in the heart of biomedical natural language understanding, and the biomedical entity linking (EL) task remains challenging due to the fine-grained and diversiform concept names. Generative methods achieve re…

DecoderEntity LinkingNatural Language Understanding

Clustering-based Inference for Biomedical Entity Linking

2020-10-21 · NAACL 2021 4 · Rico Angell, Nicholas Monath, Sunil Mohan, Nishant Yadav 외

Due to large number of entities in biomedical knowledge bases, only a small fraction of entities have corresponding labelled training data. This necessitates entity linking models which are able to link mentions of unsee…

ClusteringEntity Linking

Fast and Effective Biomedical Entity Linking Using a Dual Encoder

2021-03-08 · EACL (Louhi) 2021 4 · Rajarshi Bhowmik, Karl Stratos, Gerard de Melo

Biomedical entity linking is the task of identifying mentions of biomedical concepts in text documents and mapping them to canonical entities in a target thesaurus. Recent advancements in entity linking using BERT-based …

Entity DisambiguationEntity Linking

Simple Hierarchical Multi-Task Neural End-To-End Entity Linking for Biomedical Text

2020-11-01 · EMNLP (Louhi) 2020 11 · Maciej Wiatrak, Juha Iso-Sipila

Recognising and linking entities is a crucial first step to many tasks in biomedical text analysis, such as relation extraction and target identification. Traditionally, biomedical entity linking methods rely heavily on …

Entity LinkingEntity TypingMulti-Task LearningRelation Extraction