← Latest papers
🤖 AI

The Dual Role of Abstracting over the Irrelevant in Symbolic Explanations: Cognitive Effort vs. Understanding

This paper demonstrates that applying formal abstractions to symbolic AI explanations—specifically by clustering irrelevant details to improve understanding and removing them to reduce cognitive effort—significantly enhances human reasoning performance and interpretability within an Answer Set Programming framework.

Original authors: Zeynep G. Saribatur, Johannes Langer, Ute Schmid

Published 2026-04-30
📖 4 min read☕ Coffee break read

Original authors: Zeynep G. Saribatur, Johannes Langer, Ute Schmid

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 teach a friend how to solve a complex puzzle. You could give them the entire instruction manual, page by page, including every tiny detail about the history of the puzzle pieces, the factory where they were made, and the specific shade of blue on the box. Or, you could give them a simplified cheat sheet that highlights only the moves that actually matter to win the game.

This paper is about finding the perfect balance between those two extremes when teaching computers (specifically, "Symbolic AI") to explain their decisions to humans.

Here is the breakdown of what the researchers did and what they found, using simple analogies:

The Problem: Too Much Noise

Modern AI often works like a "black box"—it gives an answer, but we don't know how it got there. Symbolic AI is different; it's like a transparent machine where you can see the gears turning. However, the researchers found that when these machines show you exactly how they turned the gears, it can be overwhelming.

The Analogy: Imagine trying to read a map to find a coffee shop. The "raw" map shows every single tree, every crack in the sidewalk, and the name of every street in the city. It's technically accurate, but it's so cluttered with "irrelevant details" that you can't find the coffee shop. You need a map that abstracts away the noise.

The Solution: Two Ways to Clean the Map

The researchers used a logic system called Answer Set Programming (ASP) to create explanations. They tested two ways to "clean up" these explanations by removing or grouping irrelevant details:

  1. Removal (The "Delete" Button): This takes out details that are true for everything and therefore don't help distinguish one option from another.
    • Analogy: If you are trying to identify a cat, the fact that "it has a body" is true for all cats. Removing that detail from your explanation doesn't hurt; it just saves space. You only keep the details that matter, like "it has stripes" (for a tiger) or "it has spots" (for a leopard).
  2. Clustering (The "Grouping" Button): This takes several similar details and bundles them into one big concept.
    • Analogy: Instead of listing "wet from rain," "wet from a puddle," and "wet from a hose" as three separate reasons, you just group them under one label: "Wet."

The Experiment: The "Flower, Mushroom, and Cactus" Test

To see if these "cleaned-up" explanations actually helped humans, the researchers ran an online experiment.

  • The Setup: Participants were shown rules for classifying different biological specimens (flowers, mushrooms, and cacti).
  • The Groups: Some people saw the "Raw" map (all the details). Others saw the "Removed" map (just the unique details). Others saw the "Clustered" map (grouped details). A final group saw a mix of both.
  • The Task: After learning the rules, they had to classify new, unseen specimens as fast and accurately as possible.

The Results: A Double Win

The study found that "cleaning" the explanations helped humans in two very specific, different ways:

1. Clustering helps you get the answer right.
When details were grouped together, people made fewer mistakes.

  • The Metaphor: It's like organizing a messy closet. If you group all your "summer clothes" together, you can find what you need faster and are less likely to grab a winter coat by mistake. The structure helped people understand the logic better.

2. Removal helps you get the answer faster.
When irrelevant details were deleted, people made decisions much quicker.

  • The Metaphor: It's like turning off the radio while driving in a complex city. You don't need the music to navigate; you just need the road signs. By removing the "noise," people didn't waste time reading things that didn't matter.

The Surprise:
Even though people were faster and more accurate with the cleaned-up explanations, they didn't feel more confident about their answers. They knew they were doing better, but their internal sense of "I'm sure about this" didn't change.

The Bottom Line

The paper concludes that when we explain how an AI thinks, we shouldn't just dump all the data on the user. We need to be smart about what we show them:

  • Use grouping (clustering) to help people understand the logic and avoid errors.
  • Use deletion (removal) to help people make decisions quickly by cutting out the fluff.

By doing this, we can build AI systems that aren't just technically correct, but are also friendly to the human brain.

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 →