File size: 1,532 Bytes
0f23c4b
f92dd51
11261a5
0f23c4b
e4f39c4
 
f92dd51
e4f39c4
f92dd51
e4f39c4
f92dd51
e4f39c4
 
 
 
0f23c4b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "example_text": "Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a document. Thanks to these keyphrases humans can understand the content of a text very quickly and easily without reading it completely. Keyphrase extraction was first done primarily by human annotators, who read the text in detail and then wrote down the most important keyphrases. The disadvantage is that if you work with a lot of documents, this process can take a lot of time. Here is where Artificial Intelligence comes in. Currently, classical machine learning methods, that use statistical and linguistic features, are widely used for the extraction process. Now with deep learning, it is possible to capture the semantic meaning of a text even better than these classical methods. Classical methods look at the frequency, occurrence and order of words in the text, whereas these neural approaches can capture long-term semantic dependencies and context of words in a text.",
  "model_author": "ml6team",
  "models": [
    "keyphrase-extraction-kbir-inspec",
    "keyphrase-extraction-distilbert-inspec",
    "keyphrase-extraction-kbir-openkp",
    "keyphrase-extraction-distilbert-openkp",
    "keyphrase-extraction-kbir-kptimes",
    "keyphrase-extraction-distilbert-kptimes",
    "keyphrase-extraction-kbir-semeval2017",
    "keyphrase-extraction-kbir-kpcrowd",
    "keyphrase-generation-keybart-inspec",
    "keyphrase-generation-t5-small-inspec",
    "keyphrase-generation-t5-small-openkp"
  ]
}