cps 196.2 expressive negotiation over donations

25
CPS 196.2 Expressive negotiation over donations Vincent Conitzer [email protected]

Upload: ursa-cook

Post on 31-Dec-2015

17 views

Category:

Documents


1 download

DESCRIPTION

CPS 196.2 Expressive negotiation over donations. Vincent Conitzer [email protected]. One donor (bidder). u( ) = 1 u( ) = .8. U = 1. Two independent donors. u( ) = 1 u( ) = .8. u( ) = 1 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: CPS 196.2 Expressive negotiation over donations

CPS 196.2

Expressive negotiation over donations

Vincent Conitzer

[email protected]

Page 2: CPS 196.2 Expressive negotiation over donations

One donor (bidder)

u( ) = 1

u( ) = .8

U = 1

Page 3: CPS 196.2 Expressive negotiation over donations

Two independent donors

u( ) = 1

u( ) = .8

u( ) = 1

u( ) = .8

U = 1 U = 1

Page 4: CPS 196.2 Expressive negotiation over donations

Two donors with a contract

u( ) = 1

u( ) = .8

u( ) = 1

u( ) = .8

U = .5 + .8 = 1.3 > 1 U = .5 + .8 = 1.3 > 1

Page 5: CPS 196.2 Expressive negotiation over donations

Contracting using matching offers

I’ll match any donation to

u( ) = 1

u( ) = 1.3

Page 6: CPS 196.2 Expressive negotiation over donations

Limitations of matching offers

• One-sided

• Involve only a single charity

Page 7: CPS 196.2 Expressive negotiation over donations

Two charities

u( ) = 1

u( ) = .8

u( ) = .3

u( ) = 1

u( ) = .3

u( ) = .8

U = 1.1 U = 1.1

Page 8: CPS 196.2 Expressive negotiation over donations

A different approach

• Donors can submit bids indicating their preferences over charities

• A center accepts all the bids and decides who pays what to whom

Page 9: CPS 196.2 Expressive negotiation over donations

What do we need?• A general bidding language for specifying

“complex matching offers” (bids)

• Algorithms for the clearing problem (given the bids, who pays what to whom)

Page 10: CPS 196.2 Expressive negotiation over donations

One charity• A bid for one charity:

“Given that the charity ends up receiving a total of x (including my contribution), I am willing to

contribute at most w(x)”

w(x)

x = total payment to charity

Bidder’s maximum payment

Budget

Page 11: CPS 196.2 Expressive negotiation over donations

Bid 1

w(x)

x = total payment

maximum payment

Budget

$10

$10 $100

$30

$500

$50

Page 12: CPS 196.2 Expressive negotiation over donations

Bid 2

w(x)

x = total payment

maximum payment

Budget

$15

$10 $100

$45

$500

$75

Page 13: CPS 196.2 Expressive negotiation over donations

Current solutionw(x)

x = total payment

total payment

bidders are willing to

make

$25

$10 $100

$75

$500

$125

$43.75

45 degree line

max surplus

max donated

Page 14: CPS 196.2 Expressive negotiation over donations

Tsunami event (Dagstuhl 05)

0

100

200

300

400

500

600

700

800

900

1000

1100

0 100 200 300 400 500 600 700 800 900 1000

identity total promised

Page 15: CPS 196.2 Expressive negotiation over donations

Problem with more than one charity

• Willing to give $1 for every $100 to UNICEF• Willing to give $2 for every $100 to Amnesty Int’l• BUDGET: $50

$5000

$50

$2500

$50

• Could get stuck paying $100!

wa(xa)wu(xu)

xuxa

• Most general solution: w(x1, x2, …, xm)

– Requires specifying exponentially many values

Page 16: CPS 196.2 Expressive negotiation over donations

Solution: separate utility and payment; assume utility decomposes

$100

1 util

$50

1 util $50

xaxu

uu(xu) ua(xa)

• Willing to give $1 for every $100 to UNICEF

• Willing to give $2 for every $100 to Amnesty Int’l

• Budget constraint: $50

w(uu(xu)+ua(xa))

uu(xu)

+ua(xa)50 utils

Page 17: CPS 196.2 Expressive negotiation over donations

The general form of a bid

x1

u1(x1)

w(u1(x1) + u2(x2)+ … + um(xm))

u1(x1) + u2(x2)+ … + um(xm)

x2

u2(x2)

…xm

um(xm)(utils) (utils) (utils)

(utils)

($) ($) ($)

($)

Page 18: CPS 196.2 Expressive negotiation over donations

What to do with the bids? • Decide x1, x2, …, xm (total payment to each charity)

• Decide y1, y2, …, yn (total payment by each bidder)

• Say x1, x2, …, xm ; y1, y2, …, yn is valid if

– x1+ x2 + … + xm ≤ y1 + y2 + …+ yn

(no more money given away than collected)

– For any bidder j, yj ≤ wj(uj1(x1) + uj

2(x2) + … + ujm(xm))

(nobody pays more than they wanted to)

y1

y2

x1

x2

Page 19: CPS 196.2 Expressive negotiation over donations

Objective • Among valid outcomes, find one that maximizes

• Total donated = x1+ x2 + … + xm

y1

y2

x1

x2

• Surplus = y1 + y2 + …+ yn - x1 - x2 - … - xm

y1

y2

x1

x2

Page 20: CPS 196.2 Expressive negotiation over donations

Avoiding indirect payments

Page 21: CPS 196.2 Expressive negotiation over donations

No payments to disliked charities

Page 22: CPS 196.2 Expressive negotiation over donations

Hardness of clearing

• NP-complete to decide if there exists a solution with objective > 0

• That means: the problem is inapproximable to any ratio (unless P=NP)

Page 23: CPS 196.2 Expressive negotiation over donations

General program formulation• Maximize

– x1+ x2 + … + xm , OR

– y1 + y2 + …+ yn - x1 - x2 - … - xm

• Subject to– y1 + y2 + …+ yn - x1 - x2 - … - xm ≥ 0

– For all j: yj ≤ wj(uj1 + uj

2 + … + uj

m)

– For all i, j: uji ≤ uj

i(xi)

nonlinear

nonlinear

x1

u1(x1)

x2

u2(x2)

…xm

um(xm)(utils) (utils) (utils)

($) ($) ($)

w(u1(x1) + u2(x2)+ … + um(xm))

u1(x1) + u2(x2)+ … + um(xm) (utils)

($)

Page 24: CPS 196.2 Expressive negotiation over donations

Concave piecewise linear constraints

b(x)

x

y ≤ b(x)

l1(x)

y ≤ l1(x)

l2(x)

y ≤ l2(x)

l3(x)

y ≤ l3(x)

Page 25: CPS 196.2 Expressive negotiation over donations

Linear programming

• So, if all the bids are concave…– All the uj

i are concave

xi

uji(xi)(utils)

($)– All the wj are concave

uj

wj(uj)

(utils)

($)

• Then the program is a linear program (solvable to optimality in polynomial time)

• Even if they are not concave, can solve as MIP