| ▲ | bityard 3 hours ago | |
That is not how models work. Unless specifically told in a system prompt, the pile of weights has absolutely no knowledge of itself. You could hypothetically train it to answer such questions, but nobody bothers to do this, and ALL "knowledge" embedded in the weights is probabalistic anyway. (I feel like this should be common knowledge in LLM discussions on HN by now.) | ||
| ▲ | mohsen1 3 hours ago | parent | next [-] | |
This is less true for modern posttrained models. Model identity can be explicitly reinforced during posttraining. Qwen's own finetuning docs include identity training examples, and Qwen models have been trained with system prompts that explicitly say things like "You are Qwen, created by Alibaba Cloud." So a model correctly identifying its family doesn't necessarily mean it inferred that from pretraining. I think with Jev, they took a posttrained model and trained it further, so it did not forget about its earlier knowledge during Owen's own RL. | ||
| ▲ | tlb 3 hours ago | parent | prev | next [-] | |
"<Q>What model are you?<A>Qwen." is surely in Qwen's training data. It's quite standard to include such meta knowledge during instruction tuning. | ||
| ▲ | spiderfarmer 3 hours ago | parent | prev | next [-] | |
Wouldn’t QWEN modals have past QWEN chats in its training data, leading to a significant amount of mentions of the word QWEN? Just the question “what model are you” would have been answered deterministically multiple times and they’re now part of the weights. | ||
| ▲ | akx 3 hours ago | parent | prev [-] | |
This is, in fact, not true. | ||