Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 420 Bytes

File metadata and controls

2 lines (2 loc) · 420 Bytes

Keyphrase-Extraction-using-BERT-as-a-Sentence-Embedder

Keyphrases are words or short phrases that best describe a given input text document. The project uses BERT as a sentence embedder to better understand the context in a given sentence. The project makes use of cosine similarity to find the similarity between the document embedding and phrase embedding of each of the candidate phrases and rank them accordingly.