DeDeckerThomas
commited on
Commit
•
37d864e
1
Parent(s):
4ff89e3
Add examples
Browse files
README.md
CHANGED
@@ -8,7 +8,11 @@ datasets:
|
|
8 |
- midas/inspec
|
9 |
metrics:
|
10 |
- seqeval
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
** Work in progress **
|
14 |
# 🔑 Keyphrase Extraction model: KBIR-inspec
|
|
|
8 |
- midas/inspec
|
9 |
metrics:
|
10 |
- seqeval
|
11 |
+
widget:
|
12 |
+
- text: "Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it. Currently, classical machine learning methods, that use statistics and linguistics, are widely used for the extraction process. The fact that these methods have been widely used in the community has the advantage that there are many easy-to-use libraries. Now with the recent innovations in deep learning methods (such as recurrent neural networks and transformers, GANS, …), keyphrase extraction can be improved. These new methods also focus on the semantics and context of a document, which is quite an improvement."
|
13 |
+
example_title: "Example 1"
|
14 |
+
- text: "In this work, we explore how to learn taskspecific language models aimed towards learning rich representation of keyphrases fromtext documents. We experiment with different masking strategies for pre-training transformer language models (LMs) in discriminative as well as generative settings. In thediscriminative setting, we introduce a newpre-training objective - Keyphrase BoundaryInfilling with Replacement (KBIR), showinglarge gains in performance (upto 9.26 pointsin F1) over SOTA, when LM pre-trained usingKBIR is fine-tuned for the task of keyphraseextraction. In the generative setting, we introduce a new pre-training setup for BART - KeyBART, that reproduces the keyphrases relatedto the input text in the CatSeq format, insteadof the denoised original input. This also ledto gains in performance (upto 4.33 points inF1@M) over SOTA for keyphrase generation.Additionally, we also fine-tune the pre-trainedlanguage models on named entity recognition(NER), question answering (QA), relation extraction (RE), abstractive summarization andachieve comparable performance with that ofthe SOTA, showing that learning rich representation of keyphrases is indeed beneficial formany other fundamental NLP tasks."
|
15 |
+
example_title: "Example 2"
|
16 |
---
|
17 |
** Work in progress **
|
18 |
# 🔑 Keyphrase Extraction model: KBIR-inspec
|