Other-Regarding Preferences¶
Core Idea¶
An agent's preference function takes as input the joint outcome vector — what I get and what others get — moving from \(u_i(x_i)\) to \(u_i(x_i, x_{-i})\) with nonzero cross-arguments. The structural fact is only that the function depends on others' payoffs at all; the sign (altruism, spite, inequity aversion, reciprocity) is left open.
How would you explain it like I'm…
Caring About Their Cookies
Their Outcome Counts Too
Payoffs Beyond My Own
Broad Use¶
- Behavioural game theory: dictator donations, ultimatum rejections, trust-game investments, and third-party costly punishment.
- Evolutionary biology: kin selection values relatives' reproductive success at a coefficient given by relatedness.
- Welfare economics: any social welfare function must specify whether agents' orderings depend on others' outcomes.
- Mechanism design: allowing other-regarding components changes truth-revelation and optimal bid functions.
- Political philosophy: the veil of ignorance as a procedure for eliciting other-regarding components.
- Multi-agent AI: reward functions with non-self-only arguments to support cooperation.
Clarity¶
Separates self-interest from preference content: the own-payoff-only agent is one measure-zero point in a parameter space, not a privileged default, so the empirical question becomes which point a population occupies.
Manages Complexity¶
Compresses a sprawl of named "anomalies" into a small parameter space — which agents enter the function, with what signs, under what conditions — that the same paradigm suite can estimate.
Abstract Reasoning¶
Asks, of any multi-agent setting, "whose outcomes enter the focal agent's evaluation, with what weight, and under what conditions?", a question that references only abstract roles and so ports across substrates.
Knowledge Transfer¶
- Economics → biology: an altruism parameter and a kin-selection relatedness coefficient are the same weight on another agent's outcome.
- Behavioural theory → AI: "target the cross-argument weights" becomes tuning a reward-sharing coefficient in multi-agent RL.
- Game theory → organisations: peer-comparison (inequity-aversion) weights explain pay-satisfaction effects.
Example¶
In the ultimatum game, the Fehr-Schmidt form \(u_i(x_i, x_j) = x_i - \alpha\max(x_j - x_i, 0) - \beta\max(x_i - x_j, 0)\) makes the cross-argument parametric; the own-payoff-only model (\(\alpha=\beta=0\)) wrongly predicts acceptance of any positive offer.
Relationships to Other Abstractions¶
Current abstraction Other-Regarding Preferences Prime
Parents (1) — more general patterns this builds on
-
Other-Regarding Preferences is a kind of Preference Prime
Preference is the umbrella; the own-payoff-only agent is recovered at zero cross-weights (a measure-zero point).
Children (3) — more specific cases that build on this
-
Crab Mentality Domain-specific is a kind of Other-Regarding Preferences
Crab Mentality is a spiteful, leveling species of Other-Regarding Preferences in which an agent pays a cost because preventing an in-group peer's rise enters its own evaluation positively.
-
Dictator Game Domain-specific is a decomposition of Other-Regarding Preferences
Removing the unilateral-allocation laboratory apparatus leaves the cross-payoff preference that any positive transfer reveals once strategy is stripped away.
-
Ultimatum Game Domain-specific is a decomposition of Other-Regarding Preferences
Stripping the one-shot bargaining protocol leaves utility with a signed cross-argument on the other player's payoff, expressed as inequity aversion.
Hierarchy path (1) — routes to 1 parentless root
- Other-Regarding Preferences → Preference
Not to Be Confused With¶
- Other-Regarding Preferences is not Preference because it is the specific content commitment that the ordering depends on others' outcomes, whereas preference is the umbrella ordering relation silent on what enters it.
- Other-Regarding Preferences is not Cooperation because it is a preference structure, whereas cooperation is a behavioural pattern that can arise from pure self-interest (the folk theorem) and that spiteful other-regarding agents can fail to produce.
- Other-Regarding Preferences is not Fairness because fairness is one positive-weight content (toward equal allocations), whereas other-regarding preferences also covers spite, envy, and norm-enforcement.