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. Bonus observations on multiple-...
TLDR: a quick experiment writeup of whether LLMs can distinguish their own output vs that of other LLMs. Answer: they cannot. Bonus observations on multiple-...
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