Formalizing Latent Thoughts: Four Axioms of Thought Representation in LLMs
This paper introduces an axiomatic framework comprising four functional metrics to evaluate latent thought representations in LLMs independently of downstream accuracy, revealing that current models structurally fail to satisfy these axioms by encoding minimal information beyond input embeddings and lacking the ability to distinguish between specific questions within the same task.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine a Large Language Model (LLM) as a brilliant but very private chef. When you ask it to solve a math problem or answer a tricky question, it doesn't just spit out the answer immediately. Instead, it goes through a "thinking" process.
In the past, we could see this thinking because the chef wrote it down step-by-step (like a "Chain of Thought"). But recently, developers have been trying to make the chef think faster by hiding those steps inside a "black box" of continuous, invisible numbers (called latent thought representations). The idea is: "If the final answer is correct, the hidden thinking must be good, right?"
The Problem:
The authors of this paper say, "Not so fast." Just because the chef serves a delicious meal (a correct answer) doesn't mean the hidden thinking process was actually logical. The chef might be guessing, or the "thinking" might be a messy jumble that only works by accident.
To fix this, the authors created a new way to inspect the chef's hidden thoughts without looking at the final answer. They built a "Four-Point Inspection Checklist" (called Axioms) to see if the hidden thoughts are actually doing their job.
The Four-Point Inspection Checklist
Think of the "Thought" as a secret note the chef writes before cooking. The paper argues a good secret note must pass four tests:
Causality (The "Cause and Effect" Test):
- The Metaphor: If you replace the chef's written recipe with their secret note, should the final dish still taste the same?
- The Claim: The secret note must contain exactly the same information as the reasoning steps. If you swap the steps for the note, the model should still be able to predict the answer perfectly. If the note is missing a crucial ingredient, the dish fails.
Minimality (The "No Fluff" Test):
- The Metaphor: Imagine the chef is given a 50-page story about a cat, but the question is only about the weather. A good secret note should only contain the weather info, not the whole story about the cat.
- The Claim: The thought should be a compressed, efficient summary. It shouldn't carry extra "noise" or irrelevant details from the prompt that don't help solve the problem.
Separability (The "Distinct Identity" Test):
- The Metaphor: If you give the chef two very similar math problems (e.g., "What is 2+2?" and "What is 2+3?"), their secret notes should look totally different. If the notes for both problems look identical, the chef isn't actually distinguishing between the questions; they are just guessing.
- The Claim: The hidden thought must be unique for every specific question. It needs to clearly separate one problem from another, even if they look similar.
Stability (The "Consistency" Test):
- The Metaphor: If the chef says "The answer is four" in one sentence and "It's four" in another, the secret note should be the same. Also, if the chef is confused and sometimes says "Yes" and sometimes "No," the secret note should reflect that confusion, not just pick one side randomly.
- The Claim: The thought shouldn't change just because the wording changes slightly. It should also accurately reflect how uncertain the model is.
What They Found (The Audit)
The researchers took five different popular AI models (like Llama and DeepSeek) and put them through 23 different reasoning tasks (like spatial puzzles, logic games, and math). They checked the "secret notes" these models generated against their four-point checklist.
The Shocking Result:
None of the models passed all four tests.
- They could tell the difference between tasks: The models could tell the difference between a "Math" question and a "History" question.
- But they failed the fine details: When asked two different questions within the same task (e.g., two different math problems), the models' "secret notes" looked almost identical. They collapsed into a generic blob.
- The Prompt was better than the Thought: Surprisingly, the simple text of the original question (the prompt) was often a better "thought representation" than the complex hidden numbers the model generated. The hidden thoughts didn't add much new information; they were mostly just echoing the input.
The Big Conclusion
The paper concludes that this failure isn't because the models are too small or trained poorly. It's a structural problem. Even the biggest, most advanced models are currently failing to create a true, distinct "thought" for every single question. They are good at producing the right answer, but their internal "thinking" process is often a collapsed, generic blur that doesn't actually distinguish between specific problems.
In short: The models are getting the right answers, but their "thinking" is broken in a way that standard tests can't see. The authors' new checklist is the tool needed to find these hidden flaws.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.