AI & Computational Science

Contextual Procurement Auctions with Bandit Learning

AI Insight

This paper addresses the challenge of running repeated procurement auctions where a platform must learn which producers to select based on context while producers have private cost information. The authors develop two mechanisms: an explore-then-commit approach that guarantees truthful bidding with welfare regret scaling as O((ng)^(1/3)T^(2/3)), and a frozen-payment UCB mechanism that achieves better O(√(ngT)) regret while maintaining approximate truthfulness under certain conditions, where n is the number of producers, g is context dimensions, and T is time periods.


These results have direct applications to online platforms and marketplaces that repeatedly procure services from sellers with unknown quality or value, such as ridesharing platforms selecting drivers or cloud computing services choosing providers. The mechanisms balance the tension between learning efficiently and maintaining incentive compatibility, providing practical tools for platform designers.


Understand the Science

Multi-armed bandit Concept coming soon Auction theory Concept coming soon Mechanism design Concept coming soon

arXiv:2607.05813v3 Announce Type: replace-cross
Abstract: We study repeated procurement auctions in which producers have private costs and the platform must learn the context-dependent value of selecting each producer. We evaluate performance by welfare regret: the cumulative loss in total surplus relative to the full-information efficient rule that knows the context-dependent values and true producer costs. The natural UCB allocation rule achieves $widetilde O(sqrt{ngT})$ welfare regret under truthful bids, but its adaptive, bid-dependent learning path does not by itself ensure truthfulness. To obtain exact incentives, we first design a bid-independent explore-then-commit mechanism with empirical threshold payments; it is dominant-strategy truthful and has $widetilde O((ng)^{1/3}T^{2/3})$ regret. We then introduce frozen-payment UCB, which estimates payments from initial bid-independent exploration but continues allocation learning by UCB. Under a truthful-path margin condition, the frozen-payment UCB is approximately truthful with an average per-round deviation gain $widetilde O(T^{-1/4})$ for fixed $n$, $g$. Under truthful bidding, it achieves $widetilde O(sqrt{ngT})$ welfare regret, matching the UCB rate. A lower bound shows that this regret-incentive tradeoff is tight within the frozen critical-payment class.

Source: Contextual Procurement Auctions with Bandit Learning