paper-with-me

Papers

Iteratively Improving Biomedical Entity Linking and Event Extraction via Hard Expectation-Maximization

2023-05-24 · Xiaochu Li, Minqian Liu, Zhiyang Xu, Lifu Huang

Biomedical entity linking and event extraction are two crucial tasks to support text understanding and retrieval in the biomedical domain. These two tasks intrinsically benefit each other: entity linking disambiguates the biomedical concepts by referring to external knowledge bases and the domain knowledge further provides additional clues to understand and extract the biological processes, while event extraction identifies a key trigger and entities involved to describe each biological process which also captures the structural context to better disambiguate the biomedical entities. However, previous research typically solves these two tasks separately or in a pipeline, leading to error propagation. What's more, it's even more challenging to solve these two tasks together as there is no existing dataset that contains annotations for both tasks. To solve these challenges, we propose joint biomedical entity linking and event extraction by regarding the event structures and entity references in knowledge bases as latent variables and updating the two task-specific models in a hard Expectation-Maximization (EM) fashion: (1) predicting the missing variables for each partially annotated dataset based on the current two task-specific models, and (2) updating the parameters of each model on the corresponding pseudo completed dataset. Experimental results on two benchmark datasets: Genia 2011 for event extraction and BC4GO for entity linking, show that our joint framework significantly improves the model for each individual task and outperforms the strong baselines for both tasks. We will make the code and model checkpoints publicly available once the paper is accepted.

📄 PDF Abstract BibTeX arXiv:2305.14645

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingEvent ExtractionRetrieval

Similar Papers 제목 키워드 기반

Biomedical Event Extraction based on Knowledge-driven Tree-LSTM

2019-06-01 · NAACL 2019 6 · Diya Li, Lifu Huang, Heng Ji, Jiawei Han

Event extraction for the biomedical domain is more challenging than that in the general news domain since it requires broader acquisition of domain-specific knowledge and deeper understanding of complex contexts. To bett…

Entity LinkingEvent Extraction

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

Simultaneously Linking Entities and Extracting Relations from Biomedical Text Without Mention-level Supervision

2019-12-02 · Trapit Bansal, Pat Verga, Neha Choudhary, Andrew McCallum

Understanding the meaning of text often involves reasoning about entities and their relationships. This requires identifying textual mentions of entities, linking them to a canonical concept, and discerning their relatio…

Entity LinkingRelationRelation Extraction

Biomedical Entity Linking for Dutch: Fine-tuning a Self-alignment BERT Model on an Automatically Generated Wikipedia Corpus

2024-05-20 · Fons Hartendorp, Tom Seinen, Erik van Mulligen, Suzan Verberne

Biomedical entity linking, a main component in automatic information extraction from health-related texts, plays a pivotal role in connecting textual entities (such as diseases, drugs and body parts mentioned by patients…

Entity Linking

BELB: a Biomedical Entity Linking Benchmark

2023-08-22 · Samuele Garda, Leon Weber-Genzel, Robert Martin, Ulf Leser

Biomedical entity linking (BEL) is the task of grounding entity mentions to a knowledge base. It plays a vital role in information extraction pipelines for the life sciences literature. We review recent work in the field…

Entity Linking