Learning Rich Representation of Keyphrases from Text
Authors/Creators
- 1. Bloomberg
Description
In this work, we explore how to learn task-specific language models aimed towards learning rich representation of keyphrases from text documents. We experiment with different masking strategies for pre-training transformer language models (LMs) in discriminative as well as generative settings. In the discriminative setting, we introduce a new pre-training objective - Keyphrase Boundary Infilling with Replacement (KBIR), showing large gains in performance (up to 9.26 points in F1) over SOTA, when LM pre-trained using KBIR is fine-tuned for the task of keyphrase extraction. In the generative setting, we introduce a new pre-training setup for BART - KeyBART, that reproduces the keyphrases related to the input text in the CatSeq format, instead of the denoised original input. This also led to gains in performance (up to 4.33 points in F1@M) over SOTA for keyphrase generation. Additionally, we also fine-tune the pre-trained language models on named entity recognition (NER), question answering (QA), relation extraction (RE), abstractive summarization and achieve comparable performance with that of the SOTA, showing that learning rich representation of keyphrases is indeed beneficial for many other fundamental NLP tasks.
As a part of this zip file we release the KBIR model which is continually pre-trained on RoBERTa-Large and also the KeyBART model which is continually pre-trained on BART-Large. Both these models can be used in place of a RoBERTa-Large or BART-Large model in PyTorch codebases and also with HuggingFace.
Files
roberta-kbir-keybart-models.zip
Files
(2.8 GB)
| Name | Size | Download all |
|---|---|---|
|
md5:fb24bcdb2d5dddc2aab19f57ada7405d
|
2.8 GB | Preview Download |
Additional details
Related works
- Cites
- Conference paper: https://aclanthology.org/2020.lrec-1.823/ (URL)
- Is derived from
- Dataset: arXiv:1907.11692 (arXiv)
- Dataset: arXiv:1910.13461 (arXiv)