SciFive: a text-to-text transformer model for biomedical literature
Long N. Phan, James T. Anibal, Hieu Tran, Shaurya Chanana, Erol Bahadroglu, Alec Peltekian, Grégoire Altan-Bonnet
TL;DR
SciFive presents a domain-adapted text-to-text transformer (T5) pretrained on biomedical corpora and fine-tuned across NER, relation extraction, NLI, document classification, and QA. By using span-based masking, a SentencePiece vocabulary, and multitask learning, it achieves SOTA or near-SOTA performance on multiple tasks, especially QA, demonstrating the strong potential of generation-based approaches in biomedical NLP. The work highlights the benefits of long-output generation for biomedical information retrieval and points to future work in summarization and abstract generation within this domain.
Abstract
In this report, we introduce SciFive, a domain-specific T5 model that has been pre-trained on large biomedical corpora. Our model outperforms the current SOTA methods (i.e. BERT, BioBERT, Base T5) on tasks in named entity relation, relation extraction, natural language inference, and question-answering. We show that text-generation methods have significant potential in a broad array of biomedical NLP tasks, particularly those requiring longer, more complex outputs. Our results support the exploration of more difficult text generation tasks and the development of new methods in this area
