AILGDec 14, 2024

AuctionNet: A Novel Benchmark for Decision-Making in Large-Scale Games

arXiv:2412.10798v228 citationsh-index: 9NIPS
Originality Synthesis-oriented
AI Analysis

This provides a new benchmark for researchers in AI and online advertising to study decision-making in large-scale games, though it is incremental as it builds on existing auction and simulation concepts.

The paper tackles the problem of limited access to realistic large-scale game environments for AI decision-making research by introducing AuctionNet, a benchmark for bid decision-making in large-scale ad auctions derived from a real-world online advertising platform, which includes an environment, a dataset with 10 million ad opportunities and over 500 million auction records, and performance evaluations of baseline algorithms.

Decision-making in large-scale games is an essential research area in artificial intelligence (AI) with significant real-world impact. However, the limited access to realistic large-scale game environments has hindered research progress in this area. In this paper, we present AuctionNet, a benchmark for bid decision-making in large-scale ad auctions derived from a real-world online advertising platform. AuctionNet is composed of three parts: an ad auction environment, a pre-generated dataset based on the environment, and performance evaluations of several baseline bid decision-making algorithms. More specifically, the environment effectively replicates the integrity and complexity of real-world ad auctions through the interaction of several modules: the ad opportunity generation module employs deep generative networks to bridge the gap between simulated and real-world data while mitigating the risk of sensitive data exposure; the bidding module implements diverse auto-bidding agents trained with different decision-making algorithms; and the auction module is anchored in the classic Generalized Second Price (GSP) auction but also allows for customization of auction mechanisms as needed. To facilitate research and provide insights into the environment, we have also pre-generated a substantial dataset based on the environment. The dataset contains 10 million ad opportunities, 48 diverse auto-bidding agents, and over 500 million auction records. Performance evaluations of baseline algorithms such as linear programming, reinforcement learning, and generative models for bid decision-making are also presented as a part of AuctionNet. We believe that AuctionNet is applicable not only to research on bid decision-making in ad auctions but also to the general area of decision-making in large-scale games.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes