Table of Contents
Problem Definition
- Objective
- help hosts set optimal prices for their listings
- Uniqueness of this problem at Airbnb
- no identical product at Airbnb
- Product
- Three components in the solution. Mainly focus on the 2nd component: regression model predicting the optimal price
- 2 products: smart pricing tools and price tool
- Contributions
- Regression model with customized loss function
- a set of offline evaluation metrics -> interesting and helpful
Methods
- previous or existing methods
- revenue maximization pricing strategies
- By tracking how demand varies with respect to price for a large number of identical products, a demand curve F (P) can be estimated, which determines demand as a function of price P. Then the problem of revenue maximization is to find the price P that yields maximal P×F (P). The key to the success of this approach is to get an accurate estimation of the demand function F (P)
- -> not work at Airbnb because there is no identical listing
- By tracking how demand varies with respect to price for a large number of identical products, a demand curve F (P) can be estimated, which determines demand as a function of price P. Then the problem of revenue maximization is to find the price P that yields maximal P×F (P). The key to the success of this approach is to get an accurate estimation of the demand function F (P)
- revenue maximization pricing strategies
- Unique challenges at Airbnb
- demand estimation
- Partial price adoption from hosts
- Current methods
- Three components
- Booking probability estimation
- Strategy model (regression model)
- Personalization
- Three components
Impact
- The launch of the first iteration of the strategy model yielded significant gains on bookings and booking values for hosts who have adopted our suggestions
TODO & Questions & Further Reading
- the 3rd component -> dig into