MaartenGr / KeyBERT

Minimal keyword extraction with BERT
https://MaartenGr.github.io/KeyBERT/
MIT License
3.3k stars 336 forks source link

keybert benchmarks with respect to other phrase extraction techniques. #226

Open vijayendra-g opened 1 month ago

vijayendra-g commented 1 month ago

Hi Keybert supports extraction of keywords and key phrases. I came across UCPhrase (http://hanj.cs.illinois.edu/pdf/kdd21_xgu.pdf) which also mines phrase. Are there any benchmarks of keybert with other techniques.

Thanks

MaartenGr commented 1 month ago

I believe there are a couple of papers that touch on this but I'm not sure which ones. Typically, they are the ones that attempt to benchmark against KeyBERT to showcase that they perform better. Note that this is typically from a "vanilla" KeyBERT perspective and often with tricks like MMR or the newer KeyLLM. You can find all papers that cite KeyBERT here.