Can LLMs recognize their own style?
TLDR: a quick experiment writeup of whether LLMs can distinguish their own output vs that of other LLMs. Answer: they cannot, at least in my setting. Bonus o...
TLDR: a quick experiment writeup of whether LLMs can distinguish their own output vs that of other LLMs. Answer: they cannot, at least in my setting. Bonus o...
LLMs are often used to process programming language source code - including both analyzing, summarizing and synthesizing code. Because space in the LLM’s con...
Introduction