DeDeckerThomas commited on
Commit
7c899d9
1 Parent(s): 9aec2f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,8 +42,8 @@ The model is fine-tuned as a token classification problem where the text is labe
42
 
43
  | Label | Description |
44
  | ----- | ------------------------------- |
45
- | B | At the beginning of a keyphrase |
46
- | I | Inside 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).
 
42
 
43
  | Label | Description |
44
  | ----- | ------------------------------- |
45
+ | B-KEY | At the beginning of a keyphrase |
46
+ | I-KEY | Inside 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).