apoorvumang / prompt-lookup-decoding

436 stars 22 forks source link

Comparison with LLMA #4

Closed hemingkx closed 7 months ago

hemingkx commented 7 months ago

Hey Apoorv,

Thanks for your awesome work! How does this code implementation differ from the idea of LLMA? Maybe comparisons should be conducted in your upcoming script.

PS: I can not find LLMA's code implementation in their released link.

apoorvumang commented 7 months ago

Hey Heming, yes I very recently read the LLMA paper.

Prompt lookup seems like exactly the same idea that they had - so not sure what comparisons we can make. We will definitely cite their work though

hemingkx commented 7 months ago

Thx for your reply! Looking forward to your manuscript. I have smoothly run your implementation and added the results to our comparative experiment. Nice work!