|
|
|
|
|
by Zambyte
321 days ago
|
|
It certainly should be able to tell you it doesn't know. Until it can though, a trick that I have learned is to try to frame the question in different ways that suggest contradictory answers. For example, I'd ask something like these, in a fresh context for each: - Why does Duckduckgo change it's logo based on what you've searched? - Why doesn't Duckduckgo change it's logo based on what you've searched? - When did Duckduckgo add the current feature that will change the logo based on what you've searched? - When did Duckduckgo remove the feature that changes the logo based on what you've searched? This is similar to what you did, but it feels more natural when I genuinely don't know the answer myself. By asking loaded questions like this, you can get a sense of how strongly this information is encoded in the model. If the LLM comes up with an answer without contradicting any of the questions, it simply doesn't know. If it comes up with a reason for one of them, and contradicts the other matching loaded question, you know that information is encoded fairly strongly in the model (whether it is correct is a different matter). |
|