← Latest papers
🤖 machine learning

Quotient Semivalues for False-Name-Resistant Data Attribution

This paper introduces the quotient semivalues mechanism, which aggregates data contributions into evidence-backed clusters to achieve false-name-proofness in machine learning data attribution, thereby preventing contributors from inflating their rewards through identity splitting or duplication while providing theoretical bounds on manipulation gains and fairness loss under imperfect provenance.

Original authors: Florian A. D. Burnat, Brittany I. Davidson

Published 2026-05-11
📖 5 min read🧠 Deep dive

Original authors: Florian A. D. Burnat, Brittany I. Davidson

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

The Big Problem: The "Fake ID" Scam in Data Markets

Imagine a marketplace where people sell data (like photos or text) to train AI. The AI company wants to pay the sellers fairly based on how much their data helped the AI get smarter. Usually, they use a math formula called the Shapley Value to figure out who deserves what. This formula is great because it's fair if everyone plays by the rules.

But here's the catch: In the real world, sellers aren't passive. They are smart and want to make more money.

A seller can cheat by using False Names (also called Sybil attacks).

  • The Split: Instead of submitting one big dataset under one name, a seller splits it into ten tiny pieces and submits them under ten different fake names.
  • The Duplicate: A seller takes their best photos, copies them ten times, and submits them as ten different "new" datasets.
  • The Result: Because the math formula treats every name as a separate person, the seller gets paid ten times more than they should, even though they only contributed one dataset. It's like a magician splitting a single dollar bill into ten different bills and asking for ten dollars' worth of payment.

The paper says: You cannot have a perfectly fair system (Shapley) and a system that stops this cheating at the same time. If you try to be perfectly fair to the names on the screen, the cheaters will exploit the math to get richer.


The Solution: The "Quotient Semivalue" (The Grouping Strategy)

The authors propose a new way to pay people. Instead of looking at the "names" on the screen, the system looks at the content of the data and groups similar things together.

Think of it like a Potluck Dinner instead of a line of individual customers.

  1. The Evidence Graph (The Detective Work):
    The system acts like a detective. It looks at every piece of data submitted. If it sees two photos that look almost identical (or are exact copies), it draws a line between them. It does this for text, images, and other data.

    • Analogy: Imagine a bouncer at a club. If someone tries to sneak in with a fake ID, the bouncer checks their face. If the face matches someone already inside, they are put in the same "group."
  2. The Clusters (The Groups):
    The system groups all the connected data into "Clusters."

    • If a cheater submits 10 copies of the same photo under 10 fake names, the system sees they are all the same and puts them all in one single group.
    • The system then picks one "Representative" for that group (like picking the clearest photo) to represent the whole group.
  3. The Payment (The Quotient Semivalue):
    Now, the math (the Shapley value) is calculated on the Groups, not the fake names.

    • The group gets paid once for its contribution.
    • Then, that payment is split among the people who submitted data to that group.
    • Crucial Rule: If a cheater splits their data into 10 fake names, but all 10 names end up in the same group, the system ensures they only get paid the share of one person. They can't trick the system into paying them 10 times.

Why This Works (The "Magic" Rules)

The paper proves that this system works under two main conditions:

  1. The "No Double-Dipping" Rule: Inside a group, the system must be neutral. It shouldn't matter if you submit your data as "Bob" or "Bob-1" and "Bob-2." The total money the group gets is divided fairly based on the actual unique content, not the number of names.
  2. The "Stable Group" Rule: The system must be good at recognizing that a "fake" copy is actually the same as the "real" one. If the system is confused and thinks a fake copy is a totally new person, the cheater can still win.

What Happens When the System Isn't Perfect?

The authors admit that sometimes the "detective" (the similarity check) makes mistakes.

  • False Splits: The system thinks two identical photos are different. (The cheater gets away with a little extra).
  • False Merges: The system thinks two totally different people's photos are the same. (The honest people get paid less).

The paper provides a mathematical "safety net." It says that even if the system makes mistakes, the amount of money a cheater can steal is limited and predictable. It depends on:

  • How many "escaped" copies the cheater managed to hide.
  • How much the system's math was off.
  • How far apart the data points were in the system's memory.

The Real-World Test (The "Gym")

The authors built a video game-like environment called DataMarket-Gym to test this.

  • They created a fake market with AI models and data sellers.
  • They let "cheaters" try to split and duplicate data.
  • The Result:
    • Old Way (Standard Shapley): Cheaters could increase their payment by 74% (getting 1.74x more money than they deserved).
    • New Way (Quotient Semivalue): Cheaters could only increase their payment by 1% (getting 0.96x, which is basically the honest amount).

They tested this on real images (like cats and dogs) and real text (news articles). It worked in both cases, though they found that the "sensitivity" of the detective (how strict the similarity check needs to be) changes depending on whether you are looking at pictures or words.

Summary in One Sentence

This paper invents a new payment system for AI data that stops cheaters from getting rich by using fake names and copying data, by grouping identical data together and paying the group as a single unit rather than paying every fake name individually.

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 →