CLLGOct 24, 2021

Abstractified Multi-instance Learning (AMIL) for Biomedical Relation Extraction

arXiv:2110.12501v111 citations
Originality Incremental advance
AI Analysis

This work addresses biomedical relation extraction, an incremental improvement for handling noisy data in a domain-specific context.

The authors tackled the problem of noisy labels and long-tail distributions in biomedical relation extraction by abstractifying entities into semantic types to improve multi-instance learning, resulting in performance gains as demonstrated in their experiments.

Relation extraction in the biomedical domain is a challenging task due to a lack of labeled data and a long-tail distribution of fact triples. Many works leverage distant supervision which automatically generates labeled data by pairing a knowledge graph with raw textual data. Distant supervision produces noisy labels and requires additional techniques, such as multi-instance learning (MIL), to denoise the training signal. However, MIL requires multiple instances of data and struggles with very long-tail datasets such as those found in the biomedical domain. In this work, we propose a novel reformulation of MIL for biomedical relation extraction that abstractifies biomedical entities into their corresponding semantic types. By grouping entities by types, we are better able to take advantage of the benefits of MIL and further denoise the training signal. We show this reformulation, which we refer to as abstractified multi-instance learning (AMIL), improves performance in biomedical relationship extraction. We also propose a novel relationship embedding architecture that further improves model performance.

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