algorithms data science and online markets
play

Algorithms, Data Science, and Online Markets Stefano Leonardi - PowerPoint PPT Presentation

Algorithms, Data Science, and Online Markets Stefano Leonardi Department of Computer, Control, and Management Engineering Antonio Ruberti (DIAG) Sapienza University of Rome September 2-6, 2019 Data Science Summer School - Pisa Algorithms, Data


  1. Algorithms, Data Science, and Online Markets Stefano Leonardi Department of Computer, Control, and Management Engineering Antonio Ruberti (DIAG) Sapienza University of Rome September 2-6, 2019 Data Science Summer School - Pisa Algorithms, Data Science, and Markets September 5, 2019 1 / 83

  2. Stefano Leonardi Leader of the Research Group on Algorithms and Data Science at DIAG - Sapienza ERC Advanced Grant ”Algorithms and Mechanism Design Research in Online MArkets” (AMDROMA) Chair of the PhD program in Data Science at Sapienza Past Chair of the Master’s Research Interests: Degree in Data Science at Algorithmic Theory Sapienza Algorithmic Data Analysis Fellow of the European Economics and Computation Association for Theoretical Computer Science Algorithms, Data Science, and Markets September 5, 2019 2 / 83

  3. Outline 1 Part I: Algorithms, Data Science and Markets 2 Part II: Internet, Equilibria and Games 3 Part III: Games and solution concepts 4 Part IV: The complexity of finding equilibria 5 Part V: The price of Anarchy 6 Part VI: Equilibria in markets 7 Conclusions Algorithms, Data Science, and Markets September 5, 2019 3 / 83

  4. Algorithms, Data Science, and Markets Digital markets form an important share of the global economy. Many classical markets moved to Internet: real-estate, stocks, e-commerce, entarteinment New markets with previously unknown features have emerged: web-based advertisement, viral marketing, digital goods, online labour markets, sharing economy Algorithms, Data Science, and Markets September 5, 2019 4 / 83

  5. An Economy of Algorithms In 2000, we had 600 humans making markets in U.S. stocks. Today, we have two people and a lot of software. One in three Goldman Sachs employees are engineers R. Martin Chavez, Chief Financial Officer at Goldman Sachs [Data,Dollars,and Algorithms: The Computational Economy, Harvard, 2017] Algorithms, Data Science, and Markets September 5, 2019 5 / 83

  6. An Economy of Algorithms Algorithms take many economic decisions in our life: Rank web pages in search engines Trade stocks Run Ebay auctions Price Uber trips Kidney exchange Internet dating Assign interns to hospitals and pupils to schools Sell Ads on Webpages Price electric power in grids Algorithms, Data Science, and Markets September 5, 2019 6 / 83

  7. Success story 1: Internet Advertising Provide the major source of revenue of the Internet Industry, more than 90% for Google Electronic auctions are executed billions of times a day within the time frame of few hundred milliseconds. Many new auction design and big data algorithmic problems are motivated by online markets Algorithms, Data Science, and Markets September 5, 2019 7 / 83

  8. Success story 1: Internet Advertising Selling display ads on the spot market. Algorithms, Data Science, and Markets September 5, 2019 8 / 83

  9. Success story 2: Digital Markets Need a theory for markets run by algorithms Do prices that induce efficient equilibria between buyers and sellers exist? Provide incentives to service providers (convince Uber riders to get up at night!) and to consumers to stay in the market. Algorithms, Data Science, and Markets September 5, 2019 9 / 83

  10. Success story 2: Digital Markets Algorithmic problems in online markets are not standard since they work on inputs that are private information of economic agents Algorithmic mechanism design deals with the design of incentives that make agents to report honestly their private information to the algorithm. How hard is to find equilibria in markets operated by algorithms? If your laptop cannot find the equilibrium, your system cannot do it either! Algorithms, Data Science, and Markets September 5, 2019 10 / 83

  11. Success story 3: Matching Markets Goal. Given a set of preferences among hospitals and med-school students, design a self-reinforcing admissions process. Unstable pair. Hospital h and student s form an unstable pair if both: h prefers s to one of its admitted students. s prefers h to assigned hospital. Stable assignment. Assignment with no unstable pairs. Natural and desirable condition. Individual self-interest prevents any hospital-student side deal. Algorithms, Data Science, and Markets September 5, 2019 11 / 83

  12. Success story 3: Matching Markets Gale-Shapley algorithm computes a stable matching 2012 Nobel Prize in Economics: Lloyd Shapley. Stable matching theory and GaleShapley algorithm. Alvin Roth: Applied GaleShapley to matching med-school students with hospitals, students with schools, and organ donors with patients. Algorithms are nowadays running matching markets also on digital platforms, large-scale organ transplants projects. Algorithms, Data Science, and Markets September 5, 2019 12 / 83

  13. Success story 4: Online Labour Marketplaces Outsource complex tasks to workforce recruited on the cloud Algorithmic methods for job scheduling, task allocation, team formation, and distributed coordination. Incorporate fairness and diversity in the algorithms Algorithms, Data Science, and Markets September 5, 2019 13 / 83

  14. Success story 4: Online Labour Marketplaces How can we form teams of experts online when compatibility between workers is modelled by a social network? How can we decide online when to use outsourced workers, when to hire workers in a team and when to fire inactive workers? How to limit the disparate impact of machine learning systems in online labor marketplaces and impose equality of gender and ethnic groups? How to provide the right incentives to workers and charge the right payments to outsourcing companies? Algorithms, Data Science, and Markets September 5, 2019 14 / 83

  15. Outline 1 Part I: Algorithms, Data and Markets 2 Part II: Internet, Equilibria and Games 3 Part III: Games and solution concepts 4 Part IV: The complexity of finding equilibria 5 Part V: The price of Anarchy 6 Part VI: Equilibria in markets 7 Conclusions Algorithms, Data Science, and Markets September 5, 2019 15 / 83

  16. Internet, Equilibria in games The Internet is a socio-economic system formed by a multitude of agents (buyers, sellers, publishers, ISP, political organizations,..) The strategic interaction among Internet agents is regulated by algorithms The central notion of Game theory and Market economics is the one of equilibrium An equilibrium is an outcome of a game such that no agent has any incentive to deviate Algorithms, Data Science, and Markets September 5, 2019 16 / 83

  17. Example 1: GPS Car Navigation A GPS car navigator chooses at any time the shortest path to destination Does this converge to an equilibrium or does it oscillate? Does it produce low congestion traffic? Algorithms, Data Science, and Markets September 5, 2019 17 / 83

  18. Game theoretical and Algorithmic questions Does an equilibrium state exist? Does an efficient algorithm exist? How fast is the convergence to an equilibrium state? How efficient is the equilibrium state with respect to an optimal centralised solution How good is the market’s invisible hand? Which type of incentives are needed to motivate agents to act in the global interest Algorithms, Data Science, and Markets September 5, 2019 18 / 83

  19. Outline 1 Part I: Algorithms, Data and Markets 2 Part II: Algorithms, Complexity and games 3 Part III: Games and solution concepts 4 Part IV: The complexity of finding equilibria 5 Part V: The price of Anarchy 6 Part VI: Equilibria in markets 7 Conclusions Algorithms, Data Science, and Markets September 5, 2019 19 / 83

  20. Prisoner’s Dilemma - Dominant Strategies The most desirable notion of equilibrium is the dominant strategy equlibrium: each player has a best strategy to be played whatever strategy is played by the others The prisoner’s dilemma has a dominant strategy: confess,confess A dominant strategy can be computed by analysing all the strategies of each player Algorithms, Data Science, and Markets September 5, 2019 20 / 83

  21. Games in Strategic Normal Form A game is defined by a set of strategies for each agent. We consider one shot games The state of a game is the combination of strategies played by the agents In each state there is a payoff for each agent Players are rationals and selfish, their only goal is to maximise individual utility A game with two players is called a two-player game A game with sum of payoffs equal to 0 in each state is called zero-sum game [Von Neumann and Morgenstern, 1944] Many more definitions and practical settings Algorithms, Data Science, and Markets September 5, 2019 21 / 83

  22. Battle of the Sexes - Pure Nash Equilibria There is no dominant strategy: the strategy played depends on the choice of the other agent There are two Pure Nash Equilibria : there is no incentive to deviate if the other player does not deviate To find a Pure Nash equilibrium it is required to analyse all the states of the game. Algorithms, Data Science, and Markets September 5, 2019 22 / 83

  23. Rock Scissors Paper - Mixed Nash Equilibria It does not exist any Pure Nash Equilibria A mixed strategy is a probability distribution over a set of strategies, e.g., 1 / 3 , 1 / 3 , 1 / 3. A Mixed Nash Equilibrium is a collection of mixed strategies - one for agent - such that no agent has any incentive to deviate. Theorem (Nash, 1951) It always exists a Mixed Nash Equilibrium in game in strategic normal form. Algorithms, Data Science, and Markets September 5, 2019 23 / 83

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend