← Latest papers
💻 computer science

What are They Thinking? Delineation, Probing and Tracking of Concepts in LLMs

This paper outlines a framework for creating low-cost, scalable linear probes to delineate, detect, and track specific concepts within the embeddings of large language models across various layers and contexts, thereby enhancing interpretability and monitoring capabilities.

Original authors: Mohamed Abdelwahab, Michelle Yu Collins, Sihan Chen, Yi Cheng Zhao, Zafarullah Mahmood, Jiading Zhu, Soliman Ali, Jonathan Rose

Published 2026-05-29
📖 4 min read☕ Coffee break read

Original authors: Mohamed Abdelwahab, Michelle Yu Collins, Sihan Chen, Yi Cheng Zhao, Zafarullah Mahmood, Jiading Zhu, Soliman Ali, Jonathan Rose

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) like a giant, high-speed chef in a kitchen. This chef can cook up any recipe you ask for, but you can't see inside their mind while they are chopping, mixing, and tasting. You only see the final dish (the text they output). The question is: What is the chef actually thinking about while they cook?

This paper is about building a pair of "X-ray glasses" that let us peek into the chef's mind to see what concepts (like "ambition," "investigation," "democracy," or "envy") are present in their thoughts at any given moment.

Here is how the researchers did it, broken down into simple steps:

1. Defining the "Thought" (The Delineation)

Before you can look for something, you have to know exactly what it is. The researchers didn't just guess what "ambition" looks like; they carefully defined it.

  • The Analogy: Imagine you want to find "red" in a pile of paint. You can't just say "anything reddish." You need a strict rule: "Red is exactly this specific shade, not pink, not orange."
  • The Method: They used a smart AI to generate thousands of sentences. Some sentences were designed to clearly show the concept (e.g., a character striving for a goal), and others were designed to look similar but lack that concept. Crucially, they made sure the sentences didn't have obvious "cheat codes" (like using the word "ambition" directly) that would make the test too easy. They created a "Gold Standard" dataset of examples where the concept is either definitely there or definitely not.

2. Building the "Detector" (The Probe)

Once they had their list of "Yes, this is ambition" and "No, this isn't," they built a tiny, simple detector called a linear probe.

  • The Analogy: Think of the LLM as a massive library where every book (every word in a sentence) is stored in a specific spot. The researchers built a tiny, cheap metal detector that they can slide over any shelf in the library.
  • How it works: They trained this metal detector on their "Gold Standard" list. If the detector beeps loudly (a high score), it means the concept is present in the model's internal "thoughts" (embeddings). If it stays silent (a low score), the concept is absent.
  • The Surprise: They found that these detectors don't need to be complex super-computers. A very simple detector with fewer than 80 "knobs" (parameters) was enough to spot these concepts accurately.

3. Watching the "Thoughts" Evolve (Waxing and Waning)

The most interesting part is watching how these thoughts change as the story unfolds.

  • The Analogy: Imagine the chef is telling a story. At the beginning, they are just talking about the weather (no "ambition" there). Then, they start talking about a character wanting to win a race (ambition appears). Finally, the character gives up (ambition fades away).
  • The Result: The researchers showed that their detectors can track this in real-time. As they feed the story word-by-word into the model, the detector's "beep" goes up when the concept is introduced and drops when the story moves on. It's like watching a heart monitor for a specific idea.

4. Why This Matters (Without the Hype)

The paper claims this is a new, low-cost way to understand what LLMs are "thinking" without needing to retrain the whole model or use expensive, heavy machinery (like the "Sparse Autoencoders" mentioned in the paper, which are like trying to rebuild the whole library to find one book).

Key Takeaways from the Paper:

  • It works: They successfully built detectors for four specific concepts (ambition, investigation, democracy, envy) across three different types of AI models.
  • It's cheap: You only need to build the dataset once for a concept, and then you can use the detector on any model.
  • It's precise: The detectors can tell you exactly when a concept enters the model's mind and when it leaves as the context changes.
  • It's not magic: The paper admits that while this works for these four concepts, we don't know yet if it works for every possible concept. Also, the data was generated by AI, so there are some limitations to how perfectly it mimics human nuance.

In short, the paper provides a blueprint for building simple, reusable "thought detectors" that let us watch the internal logic of AI models as they process information, proving that these models do indeed "think" about specific abstract ideas before they speak.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →