← Latest papers
💬 NLP

ABLE: Representing and Mapping LLMs via Attribution-Based Large-model Embedding

The paper introduces ABLE, a training-free framework that represents and maps heterogeneous large language models by aggregating tokenizer-agnostic gradient-based feature attributions to capture input-sensitivity patterns, offering stable, scalable embeddings for tasks like model comparison, routing, and provenance auditing.

Original authors: Zirui Wang, Yusen Hou, Shaofeng Liang, Bowen Tian, Yanlin Zhang, Wenshuo Chen, Yutao Yue

Published 2026-06-09
📖 4 min read☕ Coffee break read

Original authors: Zirui Wang, Yusen Hou, Shaofeng Liang, Bowen Tian, Yanlin Zhang, Wenshuo Chen, Yutao Yue

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 the world of Large Language Models (LLMs) as a massive, chaotic library. Every day, thousands of new books (models) are added. Some are written by the same author, some are edited versions of older books, and some are completely different genres. The problem? The library has no catalog. The books often lack clear labels about where they came from, who wrote them, or how they are related to one another.

Researchers need a way to organize this library, but the existing tools are flawed:

  • The "Inside Look" method: Trying to read the actual ink and paper (the internal code/weights) of every book. This works great if all books use the same font and paper size, but fails miserably when the library contains books with different bindings, languages, and structures.
  • The "Cover Test" method: Looking only at the back cover (the final answers the models give). This is easy to do, but two books might have the exact same back cover text while being written in completely different ways inside. It's like judging two chefs only by the taste of the final dish, ignoring that one used a blender and the other used a mortar and pestle.

The Solution: ABLE (The "Fingerprint" Scanner)

The paper introduces ABLE (Attribution-Based Large-model Embedding). Think of ABLE not as a reader of the final answer, but as a forensic scanner that looks at how the model thinks.

Here is how it works, using a simple analogy:

1. The "Ruler in the Drawer" Test
Imagine you ask two different people a tricky question: "What part of a table would you put a ruler in?"

  • Person A might think, "A ruler is long, so it goes in the drawer." They focus on the word "long."
  • Person B might think, "A ruler is a tool, and tools go in the drawer." They focus on the word "tool."

Both people give the same answer ("drawer"), but they got there by paying attention to different clues.

  • Old methods would say, "They both said 'drawer,' so they are the same person."
  • ABLE looks at the brain activity (the attention) behind the answer. It sees that Person A focused on "long" while Person B focused on "tool." It realizes they are different people with different thinking styles, even if they agreed on the answer.

2. The "Universal Translator"
Different models speak different "languages" (tokenizers). One might break the word "ruler" into "rul" and "er," while another keeps it as one word.
ABLE acts like a universal translator. It takes the specific attention patterns of every model and maps them onto a single, standard map of words (like a standard dictionary). This allows it to compare a 7-billion-parameter model with a 70-billion-parameter model, even if they are built differently.

3. The "Compressed Map"
Once ABLE has mapped out how a model thinks, it creates a compact digital fingerprint (an embedding). It's like taking a giant, complex 3D sculpture of a model's brain and flattening it into a small, easy-to-carry ID card that still holds all the essential shape information.

What Did They Find?

The researchers tested this "fingerprint scanner" on 239 different models. Here is what they discovered:

  • It Can Spot Family Trees: If you take models that are known to be related (like a parent model and its child), ABLE's fingerprints show them standing close together in the map. If they are unrelated, they stand far apart. It successfully reconstructed the "family tree" of models like Mistral and Llama.
  • It's a Better Matchmaker: When trying to decide which model is best for a specific job (like math or coding), ABLE's fingerprints predict performance better than just looking at the final answers. It can tell you, "This model thinks like a mathematician," even before you run a full test.
  • It's Stable: The paper proves mathematically that if you make a tiny change to a model's internal code, its fingerprint changes only a tiny bit. It doesn't jump around wildly; it's a reliable way to measure similarity.

The Bottom Line

ABLE is a new way to organize the chaotic world of AI models. Instead of just reading the final answer or trying to decode the complex internal wiring, it looks at what clues the model pays attention to to reach its conclusion.

It's like having a superpower that lets you see the thought process behind the answer, allowing you to tell apart two models that look identical on the surface but think in completely different ways. This helps researchers audit where models came from, route tasks to the right model, and predict how well a model will perform without needing to run expensive, time-consuming tests on every single one.

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 →