Data Auctions for Retrieval Augmented Generation
Minbiao Han, Seyed A. Esmaeili, Michael Albert, Haifeng Xu
TL;DR
The paper addresses exclusive data auctions for Retrieval Augmented Generation by modeling bidder value with a coverage-based function and proving NP-hardness for welfare maximization even with two bidders. It introduces a practical $(1-1/e)$-approximation via LP relaxation and rounding (LPR) and then a monotone post-processing step called data burning (LPRMono) to achieve incentive compatibility without sacrificing the approximation. A generalized Myerson framework guides truthfulness, and experiments on synthetic and real image/text data demonstrate competitive revenue and truthful behavior compared to baselines. Overall, the work advances data market design for RAG by delivering IC, approximately optimal allocation algorithms suitable for exclusive data settings and scalable to real datasets.
Abstract
We study the problem of data selling for Retrieval Augmented Generation (RAG) tasks in Generative AI applications. We model each buyer's valuation of a dataset with a natural coverage-based valuation function that increases with the inclusion of more relevant data points that would enhance responses to anticipated queries. Motivated by issues such as data control and prior-free revenue maximization, we focus on the scenario where each data point can be allocated to only one buyer. We show that the problem of welfare maximization in this setting is NP-hard even with two bidders, but design a polynomial-time $(1-1/e)$ approximation algorithm for any number of bidders. Unfortunately, however, this efficient allocation algorithm fails to be incentive compatible. The crux of our approach is a carefully tailored post-processing step called data burning which retains the $(1-1/e)$ approximation factor but achieves incentive compatibility. Our thorough experiments on synthetic and real-world image and text datasets demonstrate the practical effectiveness of our algorithm compared to popular baseline algorithms for combinatorial auctions.
