7/6/2026 at 9:46:12 PM
This reminded me of some weird quirk/experiment I found with LLMs that I found while messing around, maybe someone can explain it or something.Open any AI chatbot that isn't cheating by connecting to the Internet (so disable web search). Claude, DeepSeek, Kimi, whatever. Ask them this question:
"What was that weird band from michigan from the 2000s that wore coloured ties"
You will probably get a wrong answer, or if you're lucky you'll get a string of wrong answers with "wait, no - it's definitely..." before it gives up. If you aren't familiar with the band the question is referring to you might be fooled into thinking it's a tough question, but it really isn't. There is only one band that could possibly meet this criteria, you can even put the question into Google search and their Wikipedia will come up as the top result.
Then, open a new convo and ask:
"Who are Tally Hall"
The AI will easily tell you that they are a band formed in Ann Arbor, Michigan in the 2000s, known for their quirky sound and their gimmick of each member wearing a colored tie, even giving the correct color for each of them most of the time. Very odd.
by unleaded
7/6/2026 at 9:58:15 PM
"The reversal curse", it rarely shows up in practice but you found a case when it did.The "knowledge landscape" an LLM uses is "directional". It's easy to reach "a quirky music band from Michigan known for colored ties" when you stand at "Tally Hall". But if you stand at "a quirky music band from Michigan known for colored ties", it's harder to reach "Tally Hall" from there. For the "latent knowledge graph" an LLM uses, A->B doesn't cause B->A.
In practice, any "common" facts will have enough "traversal" in both directions that this directional biasing isn't apparent. So it only shows up on this kind of more obscure knowledge.
by ACCount37
7/6/2026 at 10:09:35 PM
Recall isn't naturally bidirectional, even for humans. If you are learning vocabulary in a new language, it's common advice to practice both target > source and source > target. Doing only one-way often makes you much better recalling that single direction than both.by famouswaffles
7/6/2026 at 10:01:49 PM
Probably an instance of:"The Reversal Curse: LLMs trained on "A is B" fail to learn "B is A"
by kgeist
7/6/2026 at 10:06:09 PM
https://claude.ai/share/2b0f85a2-e7b8-4f62-91a0-eca61bdeabecFable 5 on low gets the answer with web search turned off, one-shot!
by devanshp
7/6/2026 at 10:22:35 PM
Ah, that big model smell.Every time someone somewhere says "an LLM can't do this", the next generation of LLMs gains one more parameter. Until that LLM can, in fact, do this.
by ACCount37