CLApr 21, 2022

Decorate the Examples: A Simple Method of Prompt Design for Biomedical Relation Extraction

arXiv:2204.10360v1585 citationsh-index: 47
Originality Incremental advance
AI Analysis

This addresses the challenge of domain-specific prompt design for biomedical NLP, offering an incremental improvement in performance.

The paper tackles biomedical relation extraction by proposing a simple prompt design method that reformulates the task as a cloze test, achieving a 14.21 F1 gain over a baseline and 1.14 F1 over the state-of-the-art on the ChemProt dataset.

Relation extraction is a core problem for natural language processing in the biomedical domain. Recent research on relation extraction showed that prompt-based learning improves the performance on both fine-tuning on full training set and few-shot training. However, less effort has been made on domain-specific tasks where good prompt design can be even harder. In this paper, we investigate prompting for biomedical relation extraction, with experiments on the ChemProt dataset. We present a simple yet effective method to systematically generate comprehensive prompts that reformulate the relation extraction task as a cloze-test task under a simple prompt formulation. In particular, we experiment with different ranking scores for prompt selection. With BioMed-RoBERTa-base, our results show that prompting-based fine-tuning obtains gains by 14.21 F1 over its regular fine-tuning baseline, and 1.14 F1 over SciFive-Large, the current state-of-the-art on ChemProt. Besides, we find prompt-based learning requires fewer training examples to make reasonable predictions. The results demonstrate the potential of our methods in such a domain-specific relation extraction task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes