Table of Contents
Fetching ...

Algorithmic Contract Theory: A Survey

Paul Duetting, Michal Feldman, Inbal Talgam-Cohen

TL;DR

This survey develops a computer science–friendly framework for algorithmic contract theory, unifying classic principal–agent models with modern algorithmic and learning tools. It shows how simple, robust contracts (notably linear ones) can achieve strong guarantees under uncertainty, while optimally complex contracts may be intractable; LP formulations, geometric views, and robust/minimax analyses underpin these results. The work extends to combinatorial actions, multi-agent settings, typed agents, and data-driven contracts, highlighting both tractable cases (e.g., gross substitutes, constant action sets) and hardness results (e.g., submodular or XOS outcomes, non-constant action counts). It also explores contracts in ML contexts, social-good applications, and ambiguous contracts, and discusses learning-based approaches, including regret bounds and online/offline sample complexities. Overall, the paper maps tractability frontiers, proposes robust design principles, and outlines open questions at the intersection of economics, computation, and machine learning, with implications for scalable, incentive-aware algorithms and platforms.

Abstract

A contract is an economic tool used by a principal to incentivize one or more agents to exert effort on her behalf, by defining payments based on observable performance measures. A key challenge addressed by contracts -- known in economics as moral hazard -- is that, absent a properly set up contract, agents might engage in actions that are not in the principal's best interest. Another common feature of contracts is limited liability, which means that payments can go only from the principal -- who has the deep pocket -- to the agents. With classic applications of contract theory moving online, growing in scale, and becoming more data-driven, tools from contract theory become increasingly important for incentive-aware algorithm design. At the same time, algorithm design offers a whole new toolbox for reasoning about contracts, ranging from additional tools for studying the tradeoff between simple and optimal contracts, through a language for discussing the computational complexity of contracts in combinatorial settings, to a formalism for analyzing data-driven contracts. This survey aims to provide a computer science-friendly introduction to the basic concepts of contract theory. We give an overview of the emerging field of "algorithmic contract theory" and highlight work that showcases the potential for interaction between the two areas. We also discuss avenues for future research.

Algorithmic Contract Theory: A Survey

TL;DR

This survey develops a computer science–friendly framework for algorithmic contract theory, unifying classic principal–agent models with modern algorithmic and learning tools. It shows how simple, robust contracts (notably linear ones) can achieve strong guarantees under uncertainty, while optimally complex contracts may be intractable; LP formulations, geometric views, and robust/minimax analyses underpin these results. The work extends to combinatorial actions, multi-agent settings, typed agents, and data-driven contracts, highlighting both tractable cases (e.g., gross substitutes, constant action sets) and hardness results (e.g., submodular or XOS outcomes, non-constant action counts). It also explores contracts in ML contexts, social-good applications, and ambiguous contracts, and discusses learning-based approaches, including regret bounds and online/offline sample complexities. Overall, the paper maps tractability frontiers, proposes robust design principles, and outlines open questions at the intersection of economics, computation, and machine learning, with implications for scalable, incentive-aware algorithms and platforms.

Abstract

A contract is an economic tool used by a principal to incentivize one or more agents to exert effort on her behalf, by defining payments based on observable performance measures. A key challenge addressed by contracts -- known in economics as moral hazard -- is that, absent a properly set up contract, agents might engage in actions that are not in the principal's best interest. Another common feature of contracts is limited liability, which means that payments can go only from the principal -- who has the deep pocket -- to the agents. With classic applications of contract theory moving online, growing in scale, and becoming more data-driven, tools from contract theory become increasingly important for incentive-aware algorithm design. At the same time, algorithm design offers a whole new toolbox for reasoning about contracts, ranging from additional tools for studying the tradeoff between simple and optimal contracts, through a language for discussing the computational complexity of contracts in combinatorial settings, to a formalism for analyzing data-driven contracts. This survey aims to provide a computer science-friendly introduction to the basic concepts of contract theory. We give an overview of the emerging field of "algorithmic contract theory" and highlight work that showcases the potential for interaction between the two areas. We also discuss avenues for future research.

Paper Structure

This paper contains 144 sections, 51 theorems, 76 equations, 14 figures, 4 tables.

Key Result

Proposition 3.1

An optimal contract can be found by solving $n$ linear programs, one per action. Each linear program has $m$ variables and $n-1$ constraints. The output is a contract $\mathbf{t}\xspace^\star$ along with an action $i^\star \in \mathcal{A}^\star(\mathbf{t}\xspace^\star)$ that attains the maximum expe

Figures (14)

  • Figure 1: Salanie17 proposes to classify problems where an informed party interacts with an uninformed party, along two dimensions: The first distinction is whether the private information bears on who the agent is ("hidden type"), or whether it bears on what action the agent takes ("hidden action"). The second distinction concerns the timing of the problem, and asks who moves first: the uninformed party or the informed party.
  • Figure 2: Timeline.
  • Figure 3: The MINPAY-LP($i$) for action $i$(left) and its dual (right).
  • Figure 4: MINPAY-LP($i$) for action $i$ with the objective $\min \sum_j q\xspace_{ij} t\xspace_j$ replaced with $\min 0$(left) and the dual to this LP (right).
  • Figure 5: The agent's expected utility as a function of the linear contract's parameter $\alpha$(left), and the principal's expected utility as a function of $\alpha$ ( right), for the principal-agent setting in Example \ref{['ex:example-one-new']}.
  • ...and 9 more figures

Theorems & Definitions (100)

  • Example 2.1: A simple principal-agent setting
  • Proposition 3.1: GrossmanH83
  • Remark 3.2
  • proof : Proof of Proposition \ref{['prop:LP']}
  • Proposition 3.5: HermalinK91, Proposition 2
  • proof : Proof of Proposition \ref{['prop:implementable']}
  • Remark 3.6: Adopted from *DuttingRT19, Proposition 3
  • Proposition 3.7: e.g., LaffontM09, Chapter 4.5.1
  • proof
  • Remark 3.8: The connection between contract design and statistical inference
  • ...and 90 more