原文
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=39414532
了解这种控制语言模型的新方法,特别是合成向量的开发,是很有趣的。 我最初的想法很有趣,但又有点困惑,想知道这些控制向量是否直接添加到模型中,或者它们是否充当指导预训练过程的提示。 然而,在查看所提供的材料后,控制向量似乎在生成阶段被应用为跨预训练模型所有层的嵌入列表。 通过操纵这些控制向量,作者找到了一种引入高级概念(例如诚实或友善)的方法,而不是仅仅调整单个生成标记的概率分布。 控制向量看起来有点让人想起 LSTM 记忆细胞,因为它们捕获长期时间依赖性,引导语言表达向目标状态的方向性。 总的来说,这种新方法为根据期望的结果定制模型行为和响应提供了令人兴奋的可能性。 除了所提出的结果之外,控制向量的潜在应用超出了 NLP 和 LLM 的范围。 该方法可以应用于图像合成任务或数字孪生的设计,作为以较低计算成本引入高阶语义细微差别的工具。 作者计划很快将结果发表在科学出版物上,因此我们期待听到有关该方法及其在实践中实施的更多细节。
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Doesn't this mean that instead of interacting with a single global ChatGPT (or Bard) model, we'll istead find ourselves interacting with a personalised version since OpenAI can just store my individualised 'control vectors' (which alter ChatGPT's output to more closely match my individual preferences) and apply them at prompt-time? And doesn't this same logic flow through to personalisation of generative entertainment AI (e.g. my own personal, never-ending TV show where each episode is better than the last)?
If the above is right then there will be powerful network effects at both the global and individual level in and across these markets, which means we'll eventually end up with a single mega-corp monopolising all of these markets simultaneously in the future?
Add in individual biometric / biofeedback data from VR headsets and wearables, combined with personalised generative video entertainment, and I think we're in for a rather interesting future.
reply