CLAIQMDec 21, 2022

Can NLI Provide Proper Indirect Supervision for Low-resource Biomedical Relation Extraction?

Harvard
arXiv:2212.10784v3224 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses annotation scarcity and poor generalization in biomedical relation extraction, offering a method to abstain on uncertain cases, though it is an incremental improvement over existing approaches.

The paper tackles the problem of low-resource biomedical relation extraction by proposing NBR, which uses natural language inference for indirect supervision, resulting in improved performance on benchmarks like ChemProt, DDI, and GAD in both full-set and low-resource settings.

Two key obstacles in biomedical relation extraction (RE) are the scarcity of annotations and the prevalence of instances without explicitly pre-defined labels due to low annotation coverage. Existing approaches, which treat biomedical RE as a multi-class classification task, often result in poor generalization in low-resource settings and do not have the ability to make selective prediction on unknown cases but give a guess from seen relations, hindering the applicability of those approaches. We present NBR, which converts biomedical RE as natural language inference formulation through indirect supervision. By converting relations to natural language hypotheses, NBR is capable of exploiting semantic cues to alleviate annotation scarcity. By incorporating a ranking-based loss that implicitly calibrates abstinent instances, NBR learns a clearer decision boundary and is instructed to abstain on uncertain instances. Extensive experiments on three widely-used biomedical RE benchmarks, namely ChemProt, DDI and GAD, verify the effectiveness of NBR in both full-set and low-resource regimes. Our analysis demonstrates that indirect supervision benefits biomedical RE even when a domain gap exists, and combining NLI knowledge with biomedical knowledge leads to the best performance gains.

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