← Latest papers
🤖 AI

Semantic Cooperative Games for Contribution Attribution in LLM-Based Multi-Agent Systems

This paper introduces Semantic Cooperative Games (SCG) and its efficient single-trajectory algorithm SLIC, which utilize a semantic generation hypergraph and the Semantic Shapley Value to provide fast, counterfactual-free, and interpretable contribution attribution for LLM-based multi-agent systems, significantly reducing computational costs while maintaining accuracy.

Original authors: Pengyi Jiang, Xiaoguang Zhu, Quanyan Zhu

Published 2026-07-22
📖 4 min read☕ Coffee break read

Original authors: Pengyi Jiang, Xiaoguang Zhu, Quanyan Zhu

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 group of friends trying to solve a giant, complex puzzle together. They pass notes back and forth, each person adding a piece, correcting a mistake, or suggesting a new angle. In the world of artificial intelligence, these "friends" are Large Language Models (LLMs) working in a team, known as a multi-agent system. They don't just chat; they follow a strict workflow to build things like medical diagnoses, legal summaries, or code. But here's the tricky part: when the final puzzle is solved (or fails), how do we know who actually deserves the credit? Was it the person who found the first clue, the one who connected the dots, or the one who double-checked the edges?

For a long time, scientists tried to figure this out using a method called "counterfactual valuation." Think of it like a detective who, after a crime, asks, "What if we erased this person from the story?" They would delete an agent, re-run the whole conversation from scratch, and see if the result changed. If the answer changed, that agent was important. But this is like trying to fix a broken clock by taking it apart, rebuilding it ten different ways, and hoping the time is right. It takes forever, costs a lot of energy, and because AI can be a bit unpredictable (like a dice roll), the results often wobble. It's a messy, expensive way to find the truth.

This is where a new paper steps in with a clever, faster idea. Instead of re-rolling the dice or rebuilding the clock, the authors propose looking at the single, real conversation that already happened and tracing the "breadcrumbs" of meaning. They call their method Semantic Cooperative Games (SCG) and their algorithm SLIC.

Here is how it works, using a playful analogy: Imagine the team's conversation is a giant, tangled web of string. Each knot in the string is a piece of information (a "semantic node"), and the string connecting them shows how one idea led to another. Some strings are held by Agent A, others by Agent B. The paper suggests we don't need to cut the string and re-tie it to see who matters. Instead, we can look at the finished web and ask: "Which knots are absolutely necessary to hold up the final picture?"

The authors realized that in many cases, if Agent A writes a sentence and Agent B just repeats it, Agent B didn't actually add anything new. In the old "re-run" method, you might accidentally give Agent B credit just because you deleted Agent A and the system panicked. But the new SLIC algorithm uses a logic trick called "Boolean absorption." It's like realizing that if you have a key and a spare key, and the door opens with just the first key, the second key is redundant. SLIC spots these redundancies instantly by looking at the flow of ideas, not by guessing what might have happened.

The paper proves that under normal, straightforward conditions, this new method gives the exact same answer as the old, slow, re-running method. But the real magic is in the speed and stability. In a test using a medical benchmark (a dataset for checking health-related AI), the new method slashed the computing cost by 93.3%. That's a massive drop! It means we can figure out who did the heavy lifting in a team of AI agents without needing to run the simulation a hundred times.

Furthermore, in more complex, messy scenarios where the agents have different roles, the new method doesn't just give a score; it tells a story. It can spot when an agent is holding up the system structurally (like a pillar in a building) even if they didn't write much text, or when an agent's failure would cause a collapse. It aligns very well with what happens when you actually mess with the agents (like giving them "hallucinations" or fake info), with alignment scores reaching as high as 1.000 in some tests.

So, what's the takeaway? We don't need to break the machine to see how it works. By tracing the path of ideas in a single, real conversation, we can fairly and quickly decide who contributed what. It's a shift from "guessing by breaking" to "understanding by tracing," making it much easier to build better, more reliable teams of AI agents in the future.

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 →