Optimal Groupon Allocations
Weihao Kong, Jian Li, Tao Qin, Tie-Yan Liu

TL;DR
This paper addresses the problem of automatically allocating user traffic to deals on group-buying websites like Groupon to maximize revenue, formulating it as a complex knapsack-like problem and providing optimal and approximate solutions.
Contribution
The paper introduces the Group-buying Allocation Problem ( extGAP), formulates it mathematically, and develops dynamic programming algorithms and an FPTAS for optimal and approximate solutions.
Findings
Optimal allocation can be found in pseudo-polynomial time for special cases.
A two-layer dynamic programming algorithm solves the general case optimally.
An FPTAS provides efficient approximate solutions for extGAP.
Abstract
Group-buying websites represented by Groupon.com are very popular in electronic commerce and online shopping nowadays. They have multiple slots to provide deals with significant discounts to their visitors every day. The current user traffic allocation mostly relies on human decisions. We study the problem of automatically allocating the user traffic of a group-buying website to different deals to maximize the total revenue and refer to it as the Group-buying Allocation Problem (\GAP). The key challenge of \GAP\ is how to handle the tipping point (lower bound) and the purchase limit (upper bound) of each deal. We formulate \GAP\ as a knapsack-like problem with variable-sized items and majorization constraints. Our main results for \GAP\ can be summarized as follows. (1) We first show that for a special case of \GAP, in which the lower bound equals the upper bound for each deal, there is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Auction Theory and Applications · Advanced Bandit Algorithms Research
