HN 提问:LLM 抛硬币——结果是正面
1 分•作者: razodactyl•8 个月前
如标题所示。让一个大型语言模型(LLM)来抛硬币。正面在语言上是否存在偏见?
我知道 LLM 内部是如何工作的,这只是一个有趣的观察。
我们使用伪随机数在生成 token 期间选择更具动态性的语言,因此从模型中运行的一系列抛硬币,理论上应该趋向于半随机性。
查看原文
As per the title. Ask an LLM to flip a coin. Is heads biased in language?<p>I'm aware how LLMs work internally, just an interesting observation.<p>We use pseudo-random to select more dynamic language during token generation, so a run of flips from the model should in theory tend towards semi-randomness.