SlideShare une entreprise Scribd logo
1  sur  46
Télécharger pour lire hors ligne
Towards Modeling M&A in High Tech Industry
December 4th 2013
Gene Moo Lee
Department of Computer Science
The University of Texas at Austin
Research Preparation Exam
Startups in high tech industry
High tech startups are very active these days, thanks to
many platforms including
Mobile Platforms Cloud Platforms Financial Platforms
2 / 34
M&A is important in high tech
Mergers and acquisitions: buying, selling, dividing, combining companies
● Startups (sellers): M&A and IPO are the main exit strategies
● Established companies (buyers): pursue innovation by acquisitions
M&A matching and challenges
Q: Can we model M&A matchings?
Q: Which factors play important roles in M&A?
Challenges
● How to measure proximities among companies
→ Topic modeling for business proximity
● How to incorporate the interdependency of M&A deals
→ Random graph model (ERGM)
● How to access venture data: mostly private
→ CrunchBase: wikipedia for venture industry
● How to make the data accessible
→ Visualization with VentureMap interface
Buyer A Seller B
Will they do M&A?
If so, why?
4 / 34
Academic literature
● M&A analysis
○ interview on 12 deals [Graebner, Eisenhardt, Admin. Science Quarterly, 2004]
○ geography [Erel et al., J. Finance, 2012] [Kalnins, Lafontaine, Amer. Econ. J., 2013]
○ social networks [Hochberg et al., J. Finance, 2007] [Cohen et al., J. Finance, 2010]
● Matching problem
○ matching in graph [Mucha, Sankovski, Foundations of Computer Science, 2004]
○ kidney exchange [Roth et al, Quarterly Journal of Economics, 2004]
○ medical interns/residents [Roth, Journal of Political Economy, 1984]
● Link prediction in complex networks
○ social networks [Liben-Nowell, Kleinberg, Conf. Info. Knowledge Mgmt., 2003]
○ biological networks [Yu et al., Science, 2008]
● Innovation & entrepreneurship
○ two-sided market [Weyl, American Economic Review, 2010]
○ entrepreneurship [Glaser, Kerr, Ponzetto, Journal of Urban Economics, 2010]
5 / 34
For complete reference list
Roadmap
1. Introduction
a. Startups and M&A in high tech industry
b. Problem definition
2. Model
a. Proximity measures
b. M&A graph
c. ERGM
3. Evaluation
4. Platform
6 / 34
Roadmap
1. Introduction
a. Startups and M&A in high tech industry
b. Problem definition
2. Model
a. Proximity measures
b. M&A graph
c. ERGM
3. Evaluation
4. Platform
6 / 34
Proximity measures
How do we quantify the closeness between firms?
- hypothesis: companies with closer proximity measures are more likely
to have M&A deals
1. Business proximity [Haigu, Yoffie, J. Economic Perspectives, 2013]
- closeness on business area and intellectual property
2. Social linkage [Hochberg et al., J. Finance, 2007] [Cohen et al., J. Finance, 2010]
- socially connected by board members, executives, developers
3. Common ownership
- backed by same VCs or angels
4. Geography [Erel et al., J. Finance, 2012] [Kalnins, Lafontaine, Amer. Economic J., 2013]
- distance matters in decision making
Firm A
Firm B
Firm C
sim(A,B)
sim(B,C)
7 / 34
sim(A,C)
Business proximity & topic modeling
● Topic modeling [Blei, Ng, Jordan, J. Machine Learning Research, 2002]
○ To discover abstract topics in a collection of documents
○ Inputs: business descriptions and # of topics
○ Outputs: (1) keywords in each topic, (2) distribution of topics
for each company description
● Business proximity
○ Measure similarity in topic distribution
8 / 34
More proximity measures
Social linkage
● board members
● executives
● developers
Count common
people in two firms
Common ownership
● VCs
● angels
● institutions
Count shared
investors of two firms
Geographic distance
● lat, long
● city
● state
Use great circle
distance of two coord.
* We can extend measures with multiple hop connections [LK, CIKM, 2003]
9 / 34
More factors for M&A
● Selective mixing (homophily)
○ Companies with same characteristics are likely to M&A
○ Same state in the US: tax, regulations
○ Same industry sector
● Power law
○ Companies who acquired many startups are likely to make
more M&A transactions
○ Or companies who already acquired many startups have
incentives to buy more
10 / 34
Roadmap
1. Introduction
a. Startups and M&A in high tech industry
b. Problem definition
2. Model
a. Proximity measures
b. M&A graph
c. ERGM
3. Evaluation
4. Platform
11 / 34
M&A graph
We use graph models which incorporate the link interdependency
● M&A deals are interdependent
● But conventional models (logit, probit) assume independency:
treat each M&A deal separately
photo photo
photo
12 / 34
video blog
face recognition
Let Y = <V, E> be an M&A graph, where
● V is the set of companies (nodes)
● E is the set of M&A transactions (undirected edges)
M&A graph
Want to explain an observed graph Y with statistics on E and V
Some notations before moving on...
13 / 34
For complete list of notations
Exponential Random Graph Model [Erdos, Renyi, Pub. Math., 1959], [Newman, SIAM
Review, 2003], [Robins et al., Social Networks, 2007]
● Given a fixed set of n nodes, there are 2n(n-1)/2
possible graphs (Y)
● Generative model to explain an observed graph
○ based on various properties on nodes and edges
In an ERGM, we want to estimate that maximizes P(Y=y), where
ERGM 101
where
● zk
(y) is a certain property of the graph y
○ function of graph y and exogenous variables on nodes
○ e.g. # of edges with nodes having the same category
● = parameter for kth
statistic (want to estimate this)
● = normalization constant (require exponential computation)
● K = # of statistics we are interested in
14 / 34
(ERGM vs logit comparison)
● Degree distribution
○ t = # of M&A deals (network density)
○ d2
= # of companies w/ 2+ deals (power law)
● Selective mixing (nodal attributes)
○ hs
sta
= # of deals within the same US state s (50 states)
○ hc
cat
= # of deals within the same industry c (30 categories)
● Proximity (dyad attributes)
○ pb
= sum of business proximities in all deals
○ ps
= sum of social proximities in all deals
○ pf
= sum of investment proximities in all deals
○ pg
= sum of geographic proximities in all deals
Our M&A model
degree selective mixing proximity
15 / 34
(conditional form)
Roadmap
1. Introduction
2. Model
3. Evaluation
a. CrunchBase
b. Data analysis
c. Statistical results
4. Platform
16 / 34
Dataset:
CrunchBase: “wikipedia” for venture industry
● 8,772 M&A transactions
● 180K high tech companies: startups, public
● 10K financial orgs: venture capitals, investment banks
● 200K people: execs, founders, developers, investors
● Proximity measures: business, social, investment, geo
Click here for interactive map
Click here for M&A search page
17 / 34
Geographic locations
Active states: California, New York, Mass., Texas, Florida
18 / 34
Industry sectors
Active sectors: software, web, ecommerce, advertising, mobile
19 / 34
Business topics from topic modeling
● Inputs: company profiles from CrunchBase
● Unsupervised learning with minimum manual efforts
(selecting stop words)
● Outputs: extracted 50 topics (topic=set of related keywords)
20 / 34
For complete list of 50 topics
Business proximity by topic model
● A 50-dimensional vector is assigned to each company
● Business proximity
= cosine similarity
21 / 34
M&A and proximity measures
22 / 34
geographic distance business distance
Measure the distance of company pairs: M&A vs. random
● geo distance (km) by great circle distance
● business distance (0~1) by (1 - topic similarity)
M&A pairs have significantly lower distances than random pairs
Roadmap
1. Introduction
2. Model
3. Evaluation
a. CrunchBase
b. Data analysis
c. Statistical results
4. Platform
23 / 34
Evaluation
Dataset
● US companies founded from 2008 to 2012: |V| = 25,692
● M&A transactions within the US: |E| = 1,243
● # of possible networks (Y) exceeds # of atoms in universe
Estimate our ERGM M&A model
● Sample 25% companies from V: for computational feasibility
● Run 100 times with different samples
● Estimate model coefficients by following Markov chain Monte Carlo
(MCMC) maximum likelihood estimation (MLE)
24 / 34
Proximity measures
● Business > social > investor >> geographic
● Business proximity is statistically significant in our model
○ Even with the selective mixing of industries
● Geographic distance is less significant
○ Due to selective mixing of states
degree selective mixing proximity
25 / 34
Selective mixing: industry sectors
● Selective mixing holds for industry sectors
○ but it is coarse grained
● Proposed business proximity provides even
finer grained measures
degree selective mixing proximity
26 / 34
Selective mixing: state locations
Selective
mixing holds for
state locations
CA, MA, NJ,
NY, TX, WA
27 / 34
1. Selective mixing holds for geography and industry
2. Topic modeling results give very significant and fine-grained
proximity measures
3. Social links play important roles
4. Geographic distance play limited roles
a. state-level binary relation vs geographic distance
Implication: we can use the proposed proximity measures to
understand/recommend/predict M&A deals
Evaluation summary
28 / 34
Roadmap
1. Introduction
2. Model
3. Evaluation
4. Platform
a. two-sided market
b. VentureMap interface
29 / 34
● M&A market is a two-sided platform
○ buyers: established companies
○ sellers: startups
● We can increase the efficiency of this two-sided market by
○ building interface, VentureMap, to make data accessible
○ recommending matchings with our M&A model
● Potential beneficiaries
○ Established firms: intelligence/M&A department
○ Startups: identify opportunities, potential buyers
○ Venture capitalists
○ Market intelligence firms
○ Researchers in finance field
Platform for M&A
30 / 34
VentureMap: search M&A deals
● Search M&A deals by
○ date, buyers, sellers, industry, etc.
Click here for VentureMap search page
31 / 34
VentureMap: recommendation
Recommend M&A deals by proposed proximity measures
Click here for VentureMap search page
32 / 34
We showed how Big Data analytics can serve the M&A market
● Proposed new business proximity measures
● Built a generative model to explain M&A deals
● Developed a new interface to support venture industry
Future directions
● Improve proximity to distinguish complementarity & substitution
● Scale up ERGM model using distributed systems
● Build M&A prediction models
Concluding remarks
33 / 34
Thank you!
Gene Moo Lee: gene@cs.utexas.edu
Center for Research in Electronic Commerce
The University of Texas at Austin
1. M&A analysis
a. M. Graebner, K. Eisenhardt, The Seller’s Side of the Story: Acquisition as Courtship and
Governance as Syndicate in Entrepreneurial Firms, Administrative Science Quarterly, 2004
2. Link prediction
a. D. Liben-Nowell, J. Kleinberg., The Link Prediction Problem for Social Networks. Proc. 12th
International Conference on Information and Knowledge Management (CIKM), 2003.
b. H. Yu, et al., High-Quality Binary Protein Interaction Map of the Yeast Interactome Network,
Science, 2008
3. Matching problem
a. M. Mucha, P. Sankowski, Maximum Matchings via Gaussian Elimination, Proc. of Foundations of
Computer Science (FOCS), 2004
b. A. Roth, T. Sonmez, M Unver, Kidney Exchange, Quarterly Journal of Economics, 2004
c. A. E. Roth, The college admissions problem is not equivalent to the marriage problem, Journal of
Economic Theory, 1985
d. A. E. Roth, The evolution of the Labor Market for Medical Interns and Residents: A Case Study in
Game Theory, Journal of Political Economy, 1984
4. Innovation and entrepreneurship
a. W. Kerr, Breakthrough inventions and migrating clusters of innovation, Journal of Urban
Economics, 2010
5. Topic modeling
a. D. Blei, A. Ng, M. Jordan, Latent Dirichlet allocation, Journal of Machine Learning Research, 2003
References
1. Random graph
a. P. Erdos, A. Renyi, On random graphs, Publicationes Mathematicae, 1959
b. M. Newman, The structure and function of complex networks, SIAM Reviews, 2003
c. G. Robins, P. Pattison, Y. Kalish, D. Lusher, An introduction to exponential random graph models
for social networks, Social Networks, 2007
2. Business
a. A. Haigu, D. Yoffie, The New Patent Intermediaries: Platforms, Defensive Aggregators, and Super-
Aggregators, Journal of Economic Perspectives, 2003
3. Geography
a. I. Erel, R. Liao, M. Weisbach, Determinants of Cross-Border Mergers and Acquisitions, Journal of
Finance, 2012
b. A. Kalnins, F. Lafontaine, Too Far Away? The Effect of Distance to Headquarters on Business
Establishment Performance, American Economic Journal: Microeconomics, 2013
4. Social links
a. L. Cohen, A. Frazzini, C. Malloy, Sell-Side School Ties, Journal of Finance, 2010
b. Y. Hochberg, A. Ljungqvist, Y. Liu, Whom You Know Matters: Venture Capital Networks and
Investment Performance, Journal of Finance, 2007
c. M. Conyon, M. Muldoon, The Small World of Corporate Boards, Journal of Business Finance &
Accounting, 2006
5. Two-sided markets
a. G. Weyl, A Price Theory of Multi-Sided Platforms, American Economic Review, 2010
b. A. Haigu, Two-Sided Platforms: Product Variety and Pricing Structures, Journal of Economics &
Management Strategy, 2009
References
M&A and states
○ Many deals are within California or related to California
○ Still cross state deal volume is substantial
M&A and industries
○ Many deals are within software/web industry
○ Still cross industry deal volume is substantial
21 / 36
Power law in M&A
Distribution on # of M&A follows the power law
Topics Back to main slide
Notations
Back to main slide
In logit/probit models,
● we assume that all the M&A deals are independent
● calculate the probability of observing an individual M&A deal
● maximize the product of each deals’ likelihood function
ERGM vs. Logit Model Back to main slide
In ERGM,
● we assume that M&A deals are interdependent
● calculate the probability of observing the whole M&A graph
● maximize likelihood of the graph as a whole
Our M&A model (conditional form)
Back to main slide
Density and node degree
● Degree > 2 coefficient is positive
○ Power law is observed from the data
● Edge coefficient is a constant for the model
degree selective mixing proximity
30 / 36
ERGM results

Contenu connexe

Similaire à Towards modeling M&A in high tech industries

Developing A Big Data Analytics Framework for Industry Intelligence
Developing A Big Data Analytics Framework for Industry IntelligenceDeveloping A Big Data Analytics Framework for Industry Intelligence
Developing A Big Data Analytics Framework for Industry Intelligence
Gene Moo Lee
 
Preparing Detailed Project Report and Presenting Business Plan to Investors
Preparing Detailed Project Report  and Presenting Business Plan to InvestorsPreparing Detailed Project Report  and Presenting Business Plan to Investors
Preparing Detailed Project Report and Presenting Business Plan to Investors
Rahul Sharma
 
Paper Explained: Deep learning framework for measuring the digital strategy o...
Paper Explained: Deep learning framework for measuring the digital strategy o...Paper Explained: Deep learning framework for measuring the digital strategy o...
Paper Explained: Deep learning framework for measuring the digital strategy o...
Devansh16
 
Take The Highway To A Successful It Project
Take The Highway To A Successful It ProjectTake The Highway To A Successful It Project
Take The Highway To A Successful It Project
santosh singh
 
Zeotap: Data Modeling in Druid for Non temporal and Nested Data
Zeotap: Data Modeling in Druid for Non temporal and Nested DataZeotap: Data Modeling in Druid for Non temporal and Nested Data
Zeotap: Data Modeling in Druid for Non temporal and Nested Data
Imply
 
TDL & Exports Regional Intermediary Design
TDL & Exports Regional Intermediary DesignTDL & Exports Regional Intermediary Design
TDL & Exports Regional Intermediary Design
Translinked
 

Similaire à Towards modeling M&A in high tech industries (20)

IRJET- A Comprehensive way of finding Top-K Competitors using C-Miner Algorithm
IRJET- A Comprehensive way of finding Top-K Competitors using C-Miner AlgorithmIRJET- A Comprehensive way of finding Top-K Competitors using C-Miner Algorithm
IRJET- A Comprehensive way of finding Top-K Competitors using C-Miner Algorithm
 
Developing A Big Data Analytics Framework for Industry Intelligence
Developing A Big Data Analytics Framework for Industry IntelligenceDeveloping A Big Data Analytics Framework for Industry Intelligence
Developing A Big Data Analytics Framework for Industry Intelligence
 
Recent Outcomes Evaluations of Legal Aid Tech Projects
Recent Outcomes Evaluations of Legal Aid Tech ProjectsRecent Outcomes Evaluations of Legal Aid Tech Projects
Recent Outcomes Evaluations of Legal Aid Tech Projects
 
Tutorial on Countering Bias in Personalized Rankings: From Data Engineering t...
Tutorial on Countering Bias in Personalized Rankings: From Data Engineering t...Tutorial on Countering Bias in Personalized Rankings: From Data Engineering t...
Tutorial on Countering Bias in Personalized Rankings: From Data Engineering t...
 
Digital strategy design & proptech resources
Digital strategy design & proptech resources Digital strategy design & proptech resources
Digital strategy design & proptech resources
 
Construction Lead Generation - The Definitive Guide
Construction Lead Generation - The Definitive GuideConstruction Lead Generation - The Definitive Guide
Construction Lead Generation - The Definitive Guide
 
Preparing Detailed Project Report and Presenting Business Plan to Investors
Preparing Detailed Project Report  and Presenting Business Plan to InvestorsPreparing Detailed Project Report  and Presenting Business Plan to Investors
Preparing Detailed Project Report and Presenting Business Plan to Investors
 
Paper Explained: Deep learning framework for measuring the digital strategy o...
Paper Explained: Deep learning framework for measuring the digital strategy o...Paper Explained: Deep learning framework for measuring the digital strategy o...
Paper Explained: Deep learning framework for measuring the digital strategy o...
 
20210325 jim spohrer sir rel future_ai v10 copy
20210325 jim spohrer sir rel future_ai v10 copy20210325 jim spohrer sir rel future_ai v10 copy
20210325 jim spohrer sir rel future_ai v10 copy
 
REAL ESTATE PRICE PREDICTION
REAL ESTATE PRICE PREDICTIONREAL ESTATE PRICE PREDICTION
REAL ESTATE PRICE PREDICTION
 
Data Brokers Co-opetition (Yiquan Gu, Leonardo Madio, and Carlo Reggiani)
Data Brokers Co-opetition (Yiquan Gu, Leonardo Madio, and Carlo Reggiani)Data Brokers Co-opetition (Yiquan Gu, Leonardo Madio, and Carlo Reggiani)
Data Brokers Co-opetition (Yiquan Gu, Leonardo Madio, and Carlo Reggiani)
 
Verrochi professional portfolio
Verrochi professional portfolioVerrochi professional portfolio
Verrochi professional portfolio
 
Take The Highway To A Successful It Project
Take The Highway To A Successful It ProjectTake The Highway To A Successful It Project
Take The Highway To A Successful It Project
 
Zeotap: Data Modeling in Druid for Non temporal and Nested Data
Zeotap: Data Modeling in Druid for Non temporal and Nested DataZeotap: Data Modeling in Druid for Non temporal and Nested Data
Zeotap: Data Modeling in Druid for Non temporal and Nested Data
 
TDL & Exports Regional Intermediary Design
TDL & Exports Regional Intermediary DesignTDL & Exports Regional Intermediary Design
TDL & Exports Regional Intermediary Design
 
Tech M&A Monthly: What Happens If You Don’t Sell?
Tech M&A Monthly: What Happens If You Don’t Sell?Tech M&A Monthly: What Happens If You Don’t Sell?
Tech M&A Monthly: What Happens If You Don’t Sell?
 
The Service Innovation Course Portland State University
The Service Innovation Course Portland State UniversityThe Service Innovation Course Portland State University
The Service Innovation Course Portland State University
 
Procurement strategy in major infrastructure: The AS-IS and STEPS - D. Makovš...
Procurement strategy in major infrastructure: The AS-IS and STEPS - D. Makovš...Procurement strategy in major infrastructure: The AS-IS and STEPS - D. Makovš...
Procurement strategy in major infrastructure: The AS-IS and STEPS - D. Makovš...
 
IRJET- Android Application for Service by using Bidding and Ratings in nearby...
IRJET- Android Application for Service by using Bidding and Ratings in nearby...IRJET- Android Application for Service by using Bidding and Ratings in nearby...
IRJET- Android Application for Service by using Bidding and Ratings in nearby...
 
Feasibility-Studies.ppt
Feasibility-Studies.pptFeasibility-Studies.ppt
Feasibility-Studies.ppt
 

Plus de Gene Moo Lee

Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...
Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...
Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...
Gene Moo Lee
 
Improving Sketch Reconstruction Accuracy
Improving Sketch Reconstruction AccuracyImproving Sketch Reconstruction Accuracy
Improving Sketch Reconstruction Accuracy
Gene Moo Lee
 
Improving the Interaction between Overlay Routing and Traffic Engineering
Improving the Interaction between Overlay Routing and Traffic EngineeringImproving the Interaction between Overlay Routing and Traffic Engineering
Improving the Interaction between Overlay Routing and Traffic Engineering
Gene Moo Lee
 
Modeling Human Mobility using Location Based Social Networks
Modeling Human Mobility using Location Based Social NetworksModeling Human Mobility using Location Based Social Networks
Modeling Human Mobility using Location Based Social Networks
Gene Moo Lee
 
Mobile Video Delivery via Human Movement
Mobile Video Delivery via Human MovementMobile Video Delivery via Human Movement
Mobile Video Delivery via Human Movement
Gene Moo Lee
 

Plus de Gene Moo Lee (13)

Big Data Analytics: Challenges and Opportunities
Big Data Analytics: Challenges and OpportunitiesBig Data Analytics: Challenges and Opportunities
Big Data Analytics: Challenges and Opportunities
 
Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...
Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...
Content Complexity, Similarity, and Consistency in Social Media: A Deep Learn...
 
Analyzing the spillover roles of user-generated reviews on purchases: Evidenc...
Analyzing the spillover roles of user-generated reviews on purchases: Evidenc...Analyzing the spillover roles of user-generated reviews on purchases: Evidenc...
Analyzing the spillover roles of user-generated reviews on purchases: Evidenc...
 
Towards Advanced Business Analytics using Text Mining and Deep Learning
Towards Advanced Business Analytics using Text Mining and Deep LearningTowards Advanced Business Analytics using Text Mining and Deep Learning
Towards Advanced Business Analytics using Text Mining and Deep Learning
 
Towards a better measure of business proximity: Topic modeling for industry i...
Towards a better measure of business proximity: Topic modeling for industry i...Towards a better measure of business proximity: Topic modeling for industry i...
Towards a better measure of business proximity: Topic modeling for industry i...
 
Designing Cybersecurity Policies with Field Experiments
Designing Cybersecurity Policies with Field ExperimentsDesigning Cybersecurity Policies with Field Experiments
Designing Cybersecurity Policies with Field Experiments
 
Introduction to NP Completeness
Introduction to NP CompletenessIntroduction to NP Completeness
Introduction to NP Completeness
 
Strategic Network Formation in a Location-Based Social Network
Strategic Network Formation in a Location-Based Social NetworkStrategic Network Formation in a Location-Based Social Network
Strategic Network Formation in a Location-Based Social Network
 
Matching Mobile Applications for Cross Promotion
Matching Mobile Applications for Cross PromotionMatching Mobile Applications for Cross Promotion
Matching Mobile Applications for Cross Promotion
 
Improving Sketch Reconstruction Accuracy
Improving Sketch Reconstruction AccuracyImproving Sketch Reconstruction Accuracy
Improving Sketch Reconstruction Accuracy
 
Improving the Interaction between Overlay Routing and Traffic Engineering
Improving the Interaction between Overlay Routing and Traffic EngineeringImproving the Interaction between Overlay Routing and Traffic Engineering
Improving the Interaction between Overlay Routing and Traffic Engineering
 
Modeling Human Mobility using Location Based Social Networks
Modeling Human Mobility using Location Based Social NetworksModeling Human Mobility using Location Based Social Networks
Modeling Human Mobility using Location Based Social Networks
 
Mobile Video Delivery via Human Movement
Mobile Video Delivery via Human MovementMobile Video Delivery via Human Movement
Mobile Video Delivery via Human Movement
 

Dernier

development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
NazaninKarimi6
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
MohamedFarag457087
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
Areesha Ahmad
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
seri bangash
 

Dernier (20)

Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Call Girls Ahmedabad +917728919243 call me Independent Escort Service
Call Girls Ahmedabad +917728919243 call me Independent Escort ServiceCall Girls Ahmedabad +917728919243 call me Independent Escort Service
Call Girls Ahmedabad +917728919243 call me Independent Escort Service
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
Introduction to Viruses
Introduction to VirusesIntroduction to Viruses
Introduction to Viruses
 
chemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfchemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdf
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptxPSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
 

Towards modeling M&A in high tech industries

  • 1. Towards Modeling M&A in High Tech Industry December 4th 2013 Gene Moo Lee Department of Computer Science The University of Texas at Austin Research Preparation Exam
  • 2. Startups in high tech industry High tech startups are very active these days, thanks to many platforms including Mobile Platforms Cloud Platforms Financial Platforms 2 / 34
  • 3. M&A is important in high tech Mergers and acquisitions: buying, selling, dividing, combining companies ● Startups (sellers): M&A and IPO are the main exit strategies ● Established companies (buyers): pursue innovation by acquisitions
  • 4. M&A matching and challenges Q: Can we model M&A matchings? Q: Which factors play important roles in M&A? Challenges ● How to measure proximities among companies → Topic modeling for business proximity ● How to incorporate the interdependency of M&A deals → Random graph model (ERGM) ● How to access venture data: mostly private → CrunchBase: wikipedia for venture industry ● How to make the data accessible → Visualization with VentureMap interface Buyer A Seller B Will they do M&A? If so, why? 4 / 34
  • 5. Academic literature ● M&A analysis ○ interview on 12 deals [Graebner, Eisenhardt, Admin. Science Quarterly, 2004] ○ geography [Erel et al., J. Finance, 2012] [Kalnins, Lafontaine, Amer. Econ. J., 2013] ○ social networks [Hochberg et al., J. Finance, 2007] [Cohen et al., J. Finance, 2010] ● Matching problem ○ matching in graph [Mucha, Sankovski, Foundations of Computer Science, 2004] ○ kidney exchange [Roth et al, Quarterly Journal of Economics, 2004] ○ medical interns/residents [Roth, Journal of Political Economy, 1984] ● Link prediction in complex networks ○ social networks [Liben-Nowell, Kleinberg, Conf. Info. Knowledge Mgmt., 2003] ○ biological networks [Yu et al., Science, 2008] ● Innovation & entrepreneurship ○ two-sided market [Weyl, American Economic Review, 2010] ○ entrepreneurship [Glaser, Kerr, Ponzetto, Journal of Urban Economics, 2010] 5 / 34 For complete reference list
  • 6. Roadmap 1. Introduction a. Startups and M&A in high tech industry b. Problem definition 2. Model a. Proximity measures b. M&A graph c. ERGM 3. Evaluation 4. Platform 6 / 34
  • 7. Roadmap 1. Introduction a. Startups and M&A in high tech industry b. Problem definition 2. Model a. Proximity measures b. M&A graph c. ERGM 3. Evaluation 4. Platform 6 / 34
  • 8. Proximity measures How do we quantify the closeness between firms? - hypothesis: companies with closer proximity measures are more likely to have M&A deals 1. Business proximity [Haigu, Yoffie, J. Economic Perspectives, 2013] - closeness on business area and intellectual property 2. Social linkage [Hochberg et al., J. Finance, 2007] [Cohen et al., J. Finance, 2010] - socially connected by board members, executives, developers 3. Common ownership - backed by same VCs or angels 4. Geography [Erel et al., J. Finance, 2012] [Kalnins, Lafontaine, Amer. Economic J., 2013] - distance matters in decision making Firm A Firm B Firm C sim(A,B) sim(B,C) 7 / 34 sim(A,C)
  • 9. Business proximity & topic modeling ● Topic modeling [Blei, Ng, Jordan, J. Machine Learning Research, 2002] ○ To discover abstract topics in a collection of documents ○ Inputs: business descriptions and # of topics ○ Outputs: (1) keywords in each topic, (2) distribution of topics for each company description ● Business proximity ○ Measure similarity in topic distribution 8 / 34
  • 10. More proximity measures Social linkage ● board members ● executives ● developers Count common people in two firms Common ownership ● VCs ● angels ● institutions Count shared investors of two firms Geographic distance ● lat, long ● city ● state Use great circle distance of two coord. * We can extend measures with multiple hop connections [LK, CIKM, 2003] 9 / 34
  • 11. More factors for M&A ● Selective mixing (homophily) ○ Companies with same characteristics are likely to M&A ○ Same state in the US: tax, regulations ○ Same industry sector ● Power law ○ Companies who acquired many startups are likely to make more M&A transactions ○ Or companies who already acquired many startups have incentives to buy more 10 / 34
  • 12. Roadmap 1. Introduction a. Startups and M&A in high tech industry b. Problem definition 2. Model a. Proximity measures b. M&A graph c. ERGM 3. Evaluation 4. Platform 11 / 34
  • 13. M&A graph We use graph models which incorporate the link interdependency ● M&A deals are interdependent ● But conventional models (logit, probit) assume independency: treat each M&A deal separately photo photo photo 12 / 34 video blog face recognition
  • 14. Let Y = <V, E> be an M&A graph, where ● V is the set of companies (nodes) ● E is the set of M&A transactions (undirected edges) M&A graph Want to explain an observed graph Y with statistics on E and V Some notations before moving on... 13 / 34 For complete list of notations
  • 15. Exponential Random Graph Model [Erdos, Renyi, Pub. Math., 1959], [Newman, SIAM Review, 2003], [Robins et al., Social Networks, 2007] ● Given a fixed set of n nodes, there are 2n(n-1)/2 possible graphs (Y) ● Generative model to explain an observed graph ○ based on various properties on nodes and edges In an ERGM, we want to estimate that maximizes P(Y=y), where ERGM 101 where ● zk (y) is a certain property of the graph y ○ function of graph y and exogenous variables on nodes ○ e.g. # of edges with nodes having the same category ● = parameter for kth statistic (want to estimate this) ● = normalization constant (require exponential computation) ● K = # of statistics we are interested in 14 / 34 (ERGM vs logit comparison)
  • 16. ● Degree distribution ○ t = # of M&A deals (network density) ○ d2 = # of companies w/ 2+ deals (power law) ● Selective mixing (nodal attributes) ○ hs sta = # of deals within the same US state s (50 states) ○ hc cat = # of deals within the same industry c (30 categories) ● Proximity (dyad attributes) ○ pb = sum of business proximities in all deals ○ ps = sum of social proximities in all deals ○ pf = sum of investment proximities in all deals ○ pg = sum of geographic proximities in all deals Our M&A model degree selective mixing proximity 15 / 34 (conditional form)
  • 17. Roadmap 1. Introduction 2. Model 3. Evaluation a. CrunchBase b. Data analysis c. Statistical results 4. Platform 16 / 34
  • 18. Dataset: CrunchBase: “wikipedia” for venture industry ● 8,772 M&A transactions ● 180K high tech companies: startups, public ● 10K financial orgs: venture capitals, investment banks ● 200K people: execs, founders, developers, investors ● Proximity measures: business, social, investment, geo Click here for interactive map Click here for M&A search page 17 / 34
  • 19. Geographic locations Active states: California, New York, Mass., Texas, Florida 18 / 34
  • 20. Industry sectors Active sectors: software, web, ecommerce, advertising, mobile 19 / 34
  • 21. Business topics from topic modeling ● Inputs: company profiles from CrunchBase ● Unsupervised learning with minimum manual efforts (selecting stop words) ● Outputs: extracted 50 topics (topic=set of related keywords) 20 / 34 For complete list of 50 topics
  • 22. Business proximity by topic model ● A 50-dimensional vector is assigned to each company ● Business proximity = cosine similarity 21 / 34
  • 23. M&A and proximity measures 22 / 34 geographic distance business distance Measure the distance of company pairs: M&A vs. random ● geo distance (km) by great circle distance ● business distance (0~1) by (1 - topic similarity) M&A pairs have significantly lower distances than random pairs
  • 24. Roadmap 1. Introduction 2. Model 3. Evaluation a. CrunchBase b. Data analysis c. Statistical results 4. Platform 23 / 34
  • 25. Evaluation Dataset ● US companies founded from 2008 to 2012: |V| = 25,692 ● M&A transactions within the US: |E| = 1,243 ● # of possible networks (Y) exceeds # of atoms in universe Estimate our ERGM M&A model ● Sample 25% companies from V: for computational feasibility ● Run 100 times with different samples ● Estimate model coefficients by following Markov chain Monte Carlo (MCMC) maximum likelihood estimation (MLE) 24 / 34
  • 26. Proximity measures ● Business > social > investor >> geographic ● Business proximity is statistically significant in our model ○ Even with the selective mixing of industries ● Geographic distance is less significant ○ Due to selective mixing of states degree selective mixing proximity 25 / 34
  • 27. Selective mixing: industry sectors ● Selective mixing holds for industry sectors ○ but it is coarse grained ● Proposed business proximity provides even finer grained measures degree selective mixing proximity 26 / 34
  • 28. Selective mixing: state locations Selective mixing holds for state locations CA, MA, NJ, NY, TX, WA 27 / 34
  • 29. 1. Selective mixing holds for geography and industry 2. Topic modeling results give very significant and fine-grained proximity measures 3. Social links play important roles 4. Geographic distance play limited roles a. state-level binary relation vs geographic distance Implication: we can use the proposed proximity measures to understand/recommend/predict M&A deals Evaluation summary 28 / 34
  • 30. Roadmap 1. Introduction 2. Model 3. Evaluation 4. Platform a. two-sided market b. VentureMap interface 29 / 34
  • 31. ● M&A market is a two-sided platform ○ buyers: established companies ○ sellers: startups ● We can increase the efficiency of this two-sided market by ○ building interface, VentureMap, to make data accessible ○ recommending matchings with our M&A model ● Potential beneficiaries ○ Established firms: intelligence/M&A department ○ Startups: identify opportunities, potential buyers ○ Venture capitalists ○ Market intelligence firms ○ Researchers in finance field Platform for M&A 30 / 34
  • 32. VentureMap: search M&A deals ● Search M&A deals by ○ date, buyers, sellers, industry, etc. Click here for VentureMap search page 31 / 34
  • 33. VentureMap: recommendation Recommend M&A deals by proposed proximity measures Click here for VentureMap search page 32 / 34
  • 34. We showed how Big Data analytics can serve the M&A market ● Proposed new business proximity measures ● Built a generative model to explain M&A deals ● Developed a new interface to support venture industry Future directions ● Improve proximity to distinguish complementarity & substitution ● Scale up ERGM model using distributed systems ● Build M&A prediction models Concluding remarks 33 / 34
  • 35. Thank you! Gene Moo Lee: gene@cs.utexas.edu Center for Research in Electronic Commerce The University of Texas at Austin
  • 36. 1. M&A analysis a. M. Graebner, K. Eisenhardt, The Seller’s Side of the Story: Acquisition as Courtship and Governance as Syndicate in Entrepreneurial Firms, Administrative Science Quarterly, 2004 2. Link prediction a. D. Liben-Nowell, J. Kleinberg., The Link Prediction Problem for Social Networks. Proc. 12th International Conference on Information and Knowledge Management (CIKM), 2003. b. H. Yu, et al., High-Quality Binary Protein Interaction Map of the Yeast Interactome Network, Science, 2008 3. Matching problem a. M. Mucha, P. Sankowski, Maximum Matchings via Gaussian Elimination, Proc. of Foundations of Computer Science (FOCS), 2004 b. A. Roth, T. Sonmez, M Unver, Kidney Exchange, Quarterly Journal of Economics, 2004 c. A. E. Roth, The college admissions problem is not equivalent to the marriage problem, Journal of Economic Theory, 1985 d. A. E. Roth, The evolution of the Labor Market for Medical Interns and Residents: A Case Study in Game Theory, Journal of Political Economy, 1984 4. Innovation and entrepreneurship a. W. Kerr, Breakthrough inventions and migrating clusters of innovation, Journal of Urban Economics, 2010 5. Topic modeling a. D. Blei, A. Ng, M. Jordan, Latent Dirichlet allocation, Journal of Machine Learning Research, 2003 References
  • 37. 1. Random graph a. P. Erdos, A. Renyi, On random graphs, Publicationes Mathematicae, 1959 b. M. Newman, The structure and function of complex networks, SIAM Reviews, 2003 c. G. Robins, P. Pattison, Y. Kalish, D. Lusher, An introduction to exponential random graph models for social networks, Social Networks, 2007 2. Business a. A. Haigu, D. Yoffie, The New Patent Intermediaries: Platforms, Defensive Aggregators, and Super- Aggregators, Journal of Economic Perspectives, 2003 3. Geography a. I. Erel, R. Liao, M. Weisbach, Determinants of Cross-Border Mergers and Acquisitions, Journal of Finance, 2012 b. A. Kalnins, F. Lafontaine, Too Far Away? The Effect of Distance to Headquarters on Business Establishment Performance, American Economic Journal: Microeconomics, 2013 4. Social links a. L. Cohen, A. Frazzini, C. Malloy, Sell-Side School Ties, Journal of Finance, 2010 b. Y. Hochberg, A. Ljungqvist, Y. Liu, Whom You Know Matters: Venture Capital Networks and Investment Performance, Journal of Finance, 2007 c. M. Conyon, M. Muldoon, The Small World of Corporate Boards, Journal of Business Finance & Accounting, 2006 5. Two-sided markets a. G. Weyl, A Price Theory of Multi-Sided Platforms, American Economic Review, 2010 b. A. Haigu, Two-Sided Platforms: Product Variety and Pricing Structures, Journal of Economics & Management Strategy, 2009 References
  • 38. M&A and states ○ Many deals are within California or related to California ○ Still cross state deal volume is substantial
  • 39. M&A and industries ○ Many deals are within software/web industry ○ Still cross industry deal volume is substantial 21 / 36
  • 40. Power law in M&A Distribution on # of M&A follows the power law
  • 41. Topics Back to main slide
  • 43. In logit/probit models, ● we assume that all the M&A deals are independent ● calculate the probability of observing an individual M&A deal ● maximize the product of each deals’ likelihood function ERGM vs. Logit Model Back to main slide In ERGM, ● we assume that M&A deals are interdependent ● calculate the probability of observing the whole M&A graph ● maximize likelihood of the graph as a whole
  • 44. Our M&A model (conditional form) Back to main slide
  • 45. Density and node degree ● Degree > 2 coefficient is positive ○ Power law is observed from the data ● Edge coefficient is a constant for the model degree selective mixing proximity 30 / 36