Comment on Show HN: CLI tool for detecting non-exact code duplication with embedding modelsComments−janalsncm2moDid you benchmark it against simpler methods like BM25?−rkochanowskiOP2moI just focused on embeddings without comparing them to deterministic solutions.But I plan to do my own analysis of different embedding models in the context of code similarity detection. Including BM25 in the comparison is a very good idea.
Comments
Did you benchmark it against simpler methods like BM25?
I just focused on embeddings without comparing them to deterministic solutions.
But I plan to do my own analysis of different embedding models in the context of code similarity detection. Including BM25 in the comparison is a very good idea.