Remix.run Logo
▲ LiamPowell 7 hours ago

> yet what drives them is not well understood

Presumably the fact that they're heavily trained to reply in this way? I don't know about the rest of the paper, but this part sticks out as a really odd claim unless I'm entirely misunderstanding this part.

▲yu3zhou4 7 hours ago | parent [-]

Thanks for pointing out, maybe I should be more explicit in the wording - I mean we don't fully know what drives the voice in LLMs. Models that are post trained as instruct models are expected to have the disclaimers, but what about base models (those that are trained on just a lot of text)? How do they talk about themselves? What happens when you strip off the chat template from instruct model's prompt? I hope the rest of the paper makes the questions clearer, but I will try to do better in the abstract next time, as you point out this sentence is kind ambiguous. Thank you!

▲anonymous908213 6 hours ago | parent | next [-]

> we don't fully know what drives the voice in LLMs

Who is "we"? I, working in an LLM startup, know exactly what drives the base "voice" in the LLMs we train, because we have a process to select for it. OpenAI and Anthropic surely do too. Saying broadly that something is not well-understood in a scientific paper because it's not understood to casual observers is, uh, not very rigorous.

> The strange thing is that the base models (before RLHF) use the "experiential" voice, even though they are not incentivized to do that.

(Replying to your quote from another comment)

This is a matter of the training material. We have trained models that do not do that. I'm not exactly divulging trade secrets here. It should be really, really obvious that if you train a model on chat-conversation-like patterns of speech it will infer probabilities for how to continue a textual sample that will differ from the probabilities learned from being trained on narration, prose, or informational patterns of speech, even without RLHF.

▲Angostura 5 hours ago | parent | next [-]

So, it was obvious why Open AI models started inserting references to goblins and pixies it’s conversation- references that had to be suppressed?

▲anonymous908213 5 hours ago | parent [-]

Yes. It was obvious enough that they were able to explain exactly why that happened, and the explanation was exactly as obvious as you'd expect. Knowing why something undesirable happens doesn't mean it can't happen by accident. Have you never written a bug before?

▲david-gpu 5 hours ago | parent | prev [-]

I feel your pain. It is really obvious.

▲bonoboTP 6 hours ago | parent | prev | next [-]

> but what about base models (those that are trained on just a lot of text)? How do they talk about themselves?

Those don't have a themselves, because they can only continue text. A base model can only plausibly continue along the lines of what a character would say in a novel or what the narration would say in a story or in an article. Post-trained models may tie "I"-talk to actually observable effects they caused in some RL environment, or to how RLHF humans rewards its self-talk. But there is no themselves in a base model.

▲qsera 6 hours ago | parent | prev [-]

>How do they talk about themselves?

"You are a Large Language Model" in (system?) prompt would do the trick..