DeDeckerThomas commited on
Commit
ffebfc3
β€’
1 Parent(s): 910d2eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -39,6 +39,7 @@ This model is a fine-tuned KBIR model on the Inspec dataset. KBIR or Keyphrase B
39
  You can find more information about the architecture in this paper: https://arxiv.org/abs/2112.08547.
40
 
41
  The model is fine-tuned as a token classification problem where the text is labeled using the BIO scheme.
 
42
  | Label | Description |
43
  | ----- | ------------------------------- |
44
  | B | At the beginning of a keyphrase |
@@ -46,13 +47,14 @@ The model is fine-tuned as a token classification problem where the text is labe
46
  | O | Outside a keyphrase |
47
 
48
  Kulkarni, Mayank, Debanjan Mahata, Ravneet Arora, and Rajarshi Bhowmik. "Learning Rich Representation of Keyphrases from Text." arXiv preprint arXiv:2112.08547 (2021).
 
49
  Sahrawat, Dhruva, Debanjan Mahata, Haimin Zhang, Mayank Kulkarni, Agniv Sharma, Rakesh Gosangi, Amanda Stent, Yaman Kumar, Rajiv Ratn Shah, and Roger Zimmermann. "Keyphrase extraction as sequence labeling using contextualized embeddings." In European Conference on Information Retrieval, pp. 328-335. Springer, Cham, 2020.
50
 
51
  ## βœ‹ Intended uses & limitations
52
  ### πŸ›‘ Limitations
53
- * This keyphrase extraction model is very domain-specific and will perform very well on abstracts of scientific papers.
54
  * Only works for English documents.
55
- * For a custom model, please consult the training notebook (link incoming).
56
 
57
  ### ❓ How to use
58
  ```python
 
39
  You can find more information about the architecture in this paper: https://arxiv.org/abs/2112.08547.
40
 
41
  The model is fine-tuned as a token classification problem where the text is labeled using the BIO scheme.
42
+
43
  | Label | Description |
44
  | ----- | ------------------------------- |
45
  | B | At the beginning of a keyphrase |
 
47
  | O | Outside a keyphrase |
48
 
49
  Kulkarni, Mayank, Debanjan Mahata, Ravneet Arora, and Rajarshi Bhowmik. "Learning Rich Representation of Keyphrases from Text." arXiv preprint arXiv:2112.08547 (2021).
50
+
51
  Sahrawat, Dhruva, Debanjan Mahata, Haimin Zhang, Mayank Kulkarni, Agniv Sharma, Rakesh Gosangi, Amanda Stent, Yaman Kumar, Rajiv Ratn Shah, and Roger Zimmermann. "Keyphrase extraction as sequence labeling using contextualized embeddings." In European Conference on Information Retrieval, pp. 328-335. Springer, Cham, 2020.
52
 
53
  ## βœ‹ Intended uses & limitations
54
  ### πŸ›‘ Limitations
55
+ * This keyphrase extraction model is very domain-specific and will perform very well on abstracts of scientific papers. It's not recommended to use this model for other domains, but you are free to test it out.
56
  * Only works for English documents.
57
+ * For a custom model, please consult the training notebook for more information (link incoming).
58
 
59
  ### ❓ How to use
60
  ```python