vix.ing · top · new · best · stats · spec

MaxShapley: Towards Incentive-compatible Generative Search with Fair Context Attribution

2025/12/05 by Mingxun Zhou, Patel, Sara, Giulia Fanti +2
Computer Science · #Artificial Intelligence (cs.AI) #Expert finding and Q&A systems #FOS: Computer and information sciences #Information Retrieval and Search Behavior #Machine Learning (cs.LG) #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2512.05958

openalex publication_date 2025/12/05 · openalex created_date 2025/12/09 · openalex updated_date 2026/07/28

Abstract

Generative search engines based on large language models (LLMs) are replacing traditional search, fundamentally changing how information providers are compensated. To sustain this ecosystem, we need fair mechanisms to attribute and compensate content providers based on their contributions to generated answers. We introduce MaxShapley, an efficient algorithm for fair credit attribution in generative search pipelines that retrieve external sources before generation. MaxShapley is a special case of the celebrated Shapley value; it leverages a de-composable max-sum utility function to compute attributions with polynomial-time computation in the number of documents, as opposed to the exponential cost of Shapley values. We evaluate MaxShapley on three multi-hop QA datasets (HotPotQA, MuSiQUE, MS MARCO); MaxShapley achieves comparable attribution quality to exact Shapley computation, while consuming a fraction of its tokens--for instance, it gives up to a 9x reduction in resource consumption over prior state-of-the-art methods at the same attribution accuracy. We release open-source code and re-calibrated datasets. An educational demo is available at https://fair-search.com.

Citations

Related