← Latest papers
📊 statistics

Rule of Thumb: Explaining Artificial Intelligence Systems using Partial Information

This paper introduces "Rule of Thumb" (RoT), a novel, model-agnostic, and computationally efficient Explainable AI framework that identifies the most relevant features for specific predictions, effectively supporting zero-shot LLM classification, opaque system auditing, and scientific discovery while complying with AI regulations.

Original authors: Kaivalya Rawal, Daria Onitiu, Brent Mittelstadt, Sandra Wachter, Chris Russell

Published 2026-08-12
📖 5 min read🧠 Deep dive

Original authors: Kaivalya Rawal, Daria Onitiu, Brent Mittelstadt, Sandra Wachter, Chris Russell

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 you are trying to figure out why a mysterious, all-knowing robot made a specific decision. Maybe it rejected your job application, or maybe it decided a photo was of a cat instead of a dog. This robot is an "Artificial Intelligence" (AI), and in the world of computer science, we call the effort to understand its brain "Explainable AI" (XAI). The big problem is that many of these modern AIs are "black boxes." We can feed them data and get an answer, but we can't peek inside to see the gears turning. For a long time, scientists tried to solve this by poking the robot with different inputs—like changing a word in a sentence or a pixel in a photo—to see how the answer changed. This is called "sensitivity analysis." It's like trying to understand a locked safe by hitting it with a hammer and seeing if the door rattles. But what if the safe is too heavy to hit, or what if hitting it breaks the robot? That's where the new method in this paper comes in, offering a smarter, faster, and less destructive way to peek inside the black box without needing the master key.

The paper introduces a new way to explain AI called "Rule of Thumb" (ROT). Think of the old way of explaining AI like a detective who has to run thousands of fake scenarios to figure out what matters. If the detective wants to know if "shoes" are important for a decision, they have to imagine a world where the person has no shoes, then shoes, then different shoes, and see how the decision changes every time. This takes forever and costs a fortune if the "detective" has to ask a giant, expensive cloud computer (like a Large Language Model) to run each scenario.

ROT flips the script. Instead of asking, "What happens if I change this?", ROT asks, "How much does knowing this already tell us about the answer?" It's like being a chef who tastes a soup. Instead of adding salt, then taking it out, then adding more salt to see how the flavor changes, the chef just tastes the spoonful and says, "Ah, the salt is the main flavor here." ROT looks at the data the AI has already seen and calculates which pieces of information were the most "predictive" of the final result. It builds a simple, easy-to-understand map of what the AI was thinking, based purely on the patterns it found, without needing to break the AI or ask it to run millions of new tests.

The authors tested this "Rule of Thumb" in three tricky situations where other methods usually fail. First, they used it on Large Language Models (LLMs) that act like magic: you ask them a question, and they answer instantly, but you can't touch their internal code. Old methods would have to ask the AI thousands of extra questions to figure out why it answered, which is too slow and expensive. ROT, however, looked at the answers the AI already gave and figured out the important words in seconds. In one test involving a robot reading legal court cases, ROT was able to highlight the exact sentences that mattered, matching what human lawyers would have picked, but it did it 13 million times faster than the next best method for every single new explanation after the first one.

Second, the paper looked at auditing secret AI systems, like Amazon's product recommendation engine. Usually, to check if a secret AI is biased or broken, scientists build a "mimic" robot—a fake version that acts like the real one—and then study the fake. But the authors found a problem: if you build two different fake robots that both act like the real one, they might give you completely different reasons for their decisions. It's like asking two different people to guess the rules of a game you can't see; they might both guess right about the score, but disagree on the rules. This makes the audit unreliable. ROT skips the fake robot entirely. It looks directly at the real AI's past decisions and finds the truth. In their test, while the fake robots argued about which features mattered, ROT consistently showed that Amazon's system was heavily favoring products "sold by Amazon," a hidden bias that the fake robots missed or argued about.

Finally, the researchers tested ROT on scientific discovery, where AI is used to find new facts about the world, like what causes diabetes. Here, the danger is that the AI might get tricked by "decoy" clues. Imagine a robot trying to predict rain, but someone secretly adds a fake sensor that always beeps when it rains. A standard method might think the beeping sensor causes the rain! The authors created a scenario where they tricked the AI with misleading "foil" features. The old methods got fooled and pointed at the decoys, but ROT correctly ignored the noise and pointed only at the real, important factors. It proved that ROT is much harder to trick and is better at finding the true "rules of thumb" that govern the data.

The paper concludes that ROT is a game-changer because it doesn't need to see the AI's brain, it doesn't need to break the AI to test it, and it doesn't need to build a fake copy to study it. It's a fast, model-agnostic tool that works even when the AI is a closed black box, making it a powerful new tool for regulators, scientists, and anyone who wants to know why a machine made a decision.

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 →