<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>positioning on Ray Yang, Ph.D.</title>
    <link>https://yangphd.com/categories/positioning/</link>
    <description>Recent content in positioning on Ray Yang, Ph.D.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 19 May 2020 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://yangphd.com/categories/positioning/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>the Positioning of Stock Fundamentals and Abnormal Stock Returns</title>
      <link>https://yangphd.com/positioning/the-positioning-of-stock-fundamentas/</link>
      <pubDate>Tue, 19 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/positioning/the-positioning-of-stock-fundamentas/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34; id=&#34;toc-motivation&#34;&gt;1 Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pipeline&#34; id=&#34;toc-pipeline&#34;&gt;2 Pipeline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#result&#34; id=&#34;toc-result&#34;&gt;3 Result&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 Motivation&lt;/h1&gt;
&lt;p&gt;According to Warren Buffet, buying a stock is like “acquiring an ownership interest in the business of a company.” Buffet tends to only care about the fundamentals of the stocks he buys.&lt;/p&gt;
&lt;p&gt;Here the question is: do companies have a “fundamental positioning” – a relative standing to peer firms in terms of the financial fundamentals — to determine the differences in stock returns?&lt;/p&gt;
&lt;p&gt;As a strategist, I consider a stock as a winner only when it &lt;b&gt;beats the market&lt;/b&gt;. In other words, I only care about the “winner premium” — the stock returns above the expected level (a.k.a. above-normal rate of returns). I will explore utilizing the “fundamental positionings” to pick (predict) winner stocks.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;pipeline&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 Pipeline&lt;/h1&gt;
&lt;p&gt;To implement this idea, I used XGBoost (an implementation of gradient boosted decision trees), which requires minimal feature engineering/selection, to predict the “buy-and-hold” abnormal returns using the fundamental positionings &lt;b&gt;prior to&lt;/b&gt; the holding period (90 days). To examine the predictive power of fundamental positionings, I left the base financial ratio variables along with the fundamental positionings (the relative percentile rank within an industry based on these ratios) in the feature space. After finding the best model from bayesian hyperparameter tuning, we can then evaluate the model performance and see the relative importance of fundamental positioning features and the financial ratios.&lt;/p&gt;
&lt;p&gt;The data is streamed from “&lt;a href=&#34;https://pypi.org/project/tushare/&#34;&gt; Tushare&lt;/a&gt;,” which provides free access to the SH/SZ stock exchange.&lt;/p&gt;
&lt;!---If you are interested in Tushare data, you can register through https://tushare.pro/register?reg=366051. This will allow me to receive 50 virtual tokens for enhanced data access and will help my research.--&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/positioning/2020-05-25-the-positioning-of-stock-fundamentals_files/figure-html/unnamed-chunk-1-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;result&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;3 Result&lt;/h1&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/investing/stock_fundamental_positioning/figure-html/abnormal_returns.png&#34; alt=&#34;predictions&#34;&gt;&lt;/p&gt;
&lt;p&gt;In the above graph, the points in yellow are winners that beat the market, whereas the points in purple are “losers” that fail to beat the market. If we use the algorithm to pick the top three winners, I will indeed generate positive abnormal returns for us. The mean squared error of the model is 0.019.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/investing/stock_fundamental_positioning/figure-html/importance.png&#34; alt=&#34;importance&#34;&gt;&lt;/p&gt;
&lt;p&gt;This graph shows the relative importance of the features. I added a prefix “R” (relative standing) to the variable names to denote the “fundamental positioning” features. Around half of these important features are fundamental positionings. This shows the positioning (which is based on the percentile ranking of a focal company relative to industry peers) does contribute to the prediction of stock market returns, in addition to the financial ratios (which does not involve firm-to-firm comparisons).&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Tracking the Change of Industry Positioning Caused by an Acquisition</title>
      <link>https://yangphd.com/research/tracking-the-movement-of-industry-positioning-caused-by-an-acquisition/</link>
      <pubDate>Sun, 19 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/research/tracking-the-movement-of-industry-positioning-caused-by-an-acquisition/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;1. Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mapping-the-positioning-and-tracking-the-movement&#34;&gt;2. Mapping the Positioning and Tracking the Movement&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-biplot&#34;&gt;2.1 the Biplot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-3-d-and-2-d-scatterplots-based-on-mds&#34;&gt;2.2 the 3-D and 2-D Scatterplots based on MDS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1. Motivation&lt;/h1&gt;
&lt;p&gt;Due to enduring resource heterogeneity, firms tend to hold persistent positionings within an established industry (like commercial banking). However, transformative corporate actions may alter a firm’s asset structure and create a new industry for the acquirer. Thus, we can map out the industry positions and track the position change caused by an acquisition.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;mapping-the-positioning-and-tracking-the-movement&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2. Mapping the Positioning and Tracking the Movement&lt;/h1&gt;
&lt;div id=&#34;the-biplot&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 the Biplot&lt;/h2&gt;
&lt;p&gt;Consider commercial banks as an example. Different banks may hold differently structured financial asset portfolios and occupy different positions. We can assess a bank’s position based on the proportion of cash, commercial loans, mortgage loans, etc., as a percentage in the total asset (i.e., multiple dimensions). A biplot can provide us a quick intuition about how those dimensions relate to one another. However, the relative positions shown on biplot would not be accurate due to the loss of information in dimension reduction.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/research/2020-04-19-tracking-the-movement-of-industry-positioning-caused-by-an-acquisition_files/figure-html/biplot.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-3-d-and-2-d-scatterplots-based-on-mds&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 the 3-D and 2-D Scatterplots based on MDS&lt;/h2&gt;
&lt;p&gt;In an alternative approach, we can build distance-based features by exploring the inter-firm distance using multi-dimensional scaling (MDS). On Feb. 12th, 2018, Pacific Premier Bancorp launched an acquisition of Grandpoint Capital. Using this acquisition event as an example, we can first calculate the interfirm distance using MDS and then track how the acquisition shifts a bank’s position (in both a 3-D and 2-D scatter plots).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/research/2020-04-19-tracking-the-movement-of-industry-positioning-caused-by-an-acquisition_files/figure-html/3d_scatterplot.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/research/2020-04-19-tracking-the-movement-of-industry-positioning-caused-by-an-acquisition_files/figure-html/2d_scatterplot.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>the Positionings of Big Tech Firms on Industry Presence and Competition Description</title>
      <link>https://yangphd.com/research/mapping-out-the-positionings-of-public-tech-firms-based-on-industry-participation/</link>
      <pubDate>Thu, 16 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/research/mapping-out-the-positionings-of-public-tech-firms-based-on-industry-participation/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-positioning-by-industry-presence-across-sic-categories&#34;&gt;1 the positioning by industry presence across SIC categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-positioning-by-competition-description-in-10-k-filing&#34;&gt;2 the positioning by competition description in 10-K filing&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#calculating-positioning-based-on-the-competition-description&#34;&gt;2.1 calculating positioning based on the competition description&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-final-result-positioning-by-competition-description&#34;&gt;2.2 the final result: positioning by competition description&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;In this post, I calculated the positioning of big tech firms based on two metrics, the multiple-industry presence (based on 3-digit SIC codes) versus the competition description (in 10-K filings), and compared the difference between the two approaches.&lt;/p&gt;
&lt;div id=&#34;the-positioning-by-industry-presence-across-sic-categories&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 the positioning by industry presence across SIC categories&lt;/h1&gt;
&lt;p&gt;Scholars have used SIC codes to understand interfirm differences &lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;
Big public firms typically straddle across multiple SIC industry categories. So it is straightforward and easy to see their positionings by multiple-industry participation. Accordingly, a firm’s position can be calculated as the sales distribution across multiple SIC industry categories &lt;a href=&#34;#fn2&#34; class=&#34;footnote-ref&#34; id=&#34;fnref2&#34;&gt;&lt;sup&gt;2&lt;/sup&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/positioning_multi_industry_presence.png&#34; alt=&#34;positioning by multi-industry presence&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-positioning-by-competition-description-in-10-k-filing&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 the positioning by competition description in 10-K filing&lt;/h1&gt;
&lt;p&gt;The SIC-code might be “backward-looking,” as firms tend to quite if particular combinations of multiple-industry business lines create economic inefficiencies. Only efficient multi-industry presence survives.&lt;/p&gt;
&lt;p&gt;In contrast, the SEC filings may reflect managers’ current understanding of what they do. Especially when they characterize their competition, managers tend to draw their forward-looking expectations on the various forms of competitive threats. Some scholars&lt;a href=&#34;#fn3&#34; class=&#34;footnote-ref&#34; id=&#34;fnref3&#34;&gt;&lt;sup&gt;3&lt;/sup&gt;&lt;/a&gt; and companies&lt;a href=&#34;#fn4&#34; class=&#34;footnote-ref&#34; id=&#34;fnref4&#34;&gt;&lt;sup&gt;4&lt;/sup&gt;&lt;/a&gt; have used the text-based approach to calculate inter-industry distance.&lt;/p&gt;
&lt;div id=&#34;calculating-positioning-based-on-the-competition-description&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 calculating positioning based on the competition description&lt;/h2&gt;
&lt;p&gt;I collected the competition description texts of the largest 17 tech companies. Below are some frequently used words in those statements.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/word_cloud_competition_description.png&#34; alt=&#34;word cloud competition description&#34;&gt;&lt;/p&gt;
&lt;p&gt;I ran an LDA topic modeling with 11 latent topics, which yields a low perplexity score.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/perplecity_score_topic_competition_description.png&#34; alt=&#34;perplecity score topic model on competition description&#34;&gt;&lt;/p&gt;
&lt;p&gt;The figure below shows how the 11 topics distribute across terms.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/topic_loading_on_words.png&#34; alt=&#34;topic loading on terms.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;This is the topic loading on the 11 firms’ competition description, which is used to calculate the pairwise distance.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/topic_loading_on_companies.png&#34; alt=&#34;topic loading on companies.png&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-final-result-positioning-by-competition-description&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 the final result: positioning by competition description&lt;/h2&gt;
&lt;p&gt;Here is the positioning map based on the competition description. The graph on the right shows the positioning of American companies. Looking at the results, we can see some interesting differences. The competition description moves some firms closer or further away from one another as compared to the SIC-presence positioning map.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/positioning_based_on_competition_description.png&#34; alt=&#34;positioning based on competition description.png&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;footnotes&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;for example: &lt;br&gt;Teece, D. J., Rumelt, R., Dosi, G., &amp;amp; Winter, S. (1994). Understanding corporate coherence: Theory and evidence. Journal of economic behavior &amp;amp; organization, 23(1), 1-30.&lt;br&gt;
&lt;br&gt;Lien, L. B., &amp;amp; Klein, P. G. (2013). Can the survivor principle survive diversification?. Organization Science, 24(5), 1478-1494.&lt;br&gt;&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn2&#34;&gt;&lt;p&gt;Litov, L. P., Moreton, P., &amp;amp; Zenger, T. R. (2012). Corporate strategy, analyst coverage, and the uniqueness paradox. Management Science, 58(10), 1797-1815.Lien, L. B., &amp;amp; Klein, P. G. (2013).&lt;a href=&#34;#fnref2&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn3&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://hobergphillips.tuck.dartmouth.edu&#34; class=&#34;uri&#34;&gt;https://hobergphillips.tuck.dartmouth.edu&lt;/a&gt;&lt;a href=&#34;#fnref3&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn4&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://www.google.com/search?&amp;q=+Rethinking+Comparable+Companies+Morningstar&#34;&gt;Morningstart’s Company Comparables System&lt;/a&gt;&lt;a href=&#34;#fnref4&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Mapping Twitter Topics and Sentiment about FAAMG Companies since Covid-19 Outbreak</title>
      <link>https://yangphd.com/research/mapping-covid-19-related-latent-topics-and-sentiment-on-twitter-about-faamg-the-top-tech-companies/</link>
      <pubDate>Wed, 15 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/research/mapping-covid-19-related-latent-topics-and-sentiment-on-twitter-about-faamg-the-top-tech-companies/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;1 Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#procedures&#34;&gt;2 Procedures&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#data-source&#34;&gt;2.1 Data Source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#topic-modeling&#34;&gt;2.2 Topic Modeling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#results&#34;&gt;3 Results&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#perceptual-map-of-faamg-based-on-topic-sentiment&#34;&gt;3.1 Perceptual Map of FAAMG Based on Topic Sentiment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#keywords-co-occurrence-network-on-each-topic&#34;&gt;3.2 Keywords Co-occurrence Network on Each Topic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 Motivation&lt;/h1&gt;
&lt;p&gt;On a whim, I mapped out what people say (the text) and feel (the sentiment) about the top tech companies (FAAMG) on twitter since the Covid-19 outbreak. The keywords and sentiment that are associated with the main topics should differ across these companies.&lt;/p&gt;
&lt;p&gt;By no means I am drawing any causal association here. But the story starts with checking the recent price movements of the FAAMG stocks. Obviously, Covid-19 has impacted these companies quite differently.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/stock_price_FAAMG.png&#34; alt=&#34;FAAMG stock price&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;procedures&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 Procedures&lt;/h1&gt;
&lt;div id=&#34;data-source&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 Data Source&lt;/h2&gt;
&lt;p&gt;For each company, I downloaded 1,000 tweets containing the company name as the hashtag (e.g. “#amazon” for Amazon).
I used Python module “tweepy” to stream the data and set the “since” parameter to ‘2020-03-01’, which collects a sample of 1,000 tweets since March 1st.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;topic-modeling&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 Topic Modeling&lt;/h2&gt;
&lt;p&gt;Using Python module “gensim”, I detected three most significant topics (including Covid-19, business, and daily life), which are named by the associated keywords (most relevant terms).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/lda.png&#34; alt=&#34;latent topics and revevant terms&#34;&gt;&lt;/p&gt;
&lt;p&gt;Using Python module “vaderSentiment”, I computed sentiment scores for each tweet and aggregated the scores by company. The topic-based sentiment scores are used to construct the perceptual map, in which each company takes a different position.
Using Python module “nltk”, I find the most frequent topic-based co-occurring words for each company.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;results&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;3 Results&lt;/h1&gt;
&lt;div id=&#34;perceptual-map-of-faamg-based-on-topic-sentiment&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3.1 Perceptual Map of FAAMG Based on Topic Sentiment&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_sentiment_FAAMG.png&#34; alt=&#34;perceptual map and the positioning of each company&#34;&gt;&lt;/p&gt;
&lt;p&gt;It looks Amazon does well on all topics, especially on Covid-19-related topic. Microsoft and Apple do well on “Business”.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;keywords-co-occurrence-network-on-each-topic&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3.2 Keywords Co-occurrence Network on Each Topic&lt;/h2&gt;
&lt;p&gt;Here are the work keywords co-occurrence patterns for each topic of these companies.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_amazon.png&#34; alt=&#34;Amazon Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_apple.png&#34; alt=&#34;Apple Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_facebook.png&#34; alt=&#34;Facebook Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_google.png&#34; alt=&#34;Google Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_microsoft.png&#34; alt=&#34;Microsoft Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>A Summary of Recent &#39;Social Evaluation&#39; Research</title>
      <link>https://yangphd.com/post/2019/03/25/social-evaluation-and-institutional-complexity/</link>
      <pubDate>Mon, 25 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/03/25/social-evaluation-and-institutional-complexity/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;1 Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#biblio-analysis&#34;&gt;2. Biblio-Analysis&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#selection-criteria&#34;&gt;2.1 Selection Criteria&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#central-sources-and-keywords&#34;&gt;2.2 Central Sources and Keywords&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#classic-papers&#34;&gt;3 Classic Papers&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#top-citations&#34;&gt;3.1 Top Citations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summary-of-top-cited-papers&#34;&gt;3.2 Summary of Top-cited Papers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;1 Motivation&lt;/h2&gt;
&lt;p&gt;The goal of this post is to analyze and review the “social evaluation” research tracing back to Zuckerman (1999)&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;. The analysis/review is based on hand-collected papers that directly and indirectly cite Zuckerman (1999). The review is not intended to be comprehensive but to understand the central ideas on the topic developed by management/sociology scholars in the past 20 years.&lt;/p&gt;
&lt;p&gt;Let’s continue on the “positioning” topic from &lt;a href=&#34;https://yangphd.com/post/2019/02/25/optimal-positioning-for-firms-individuals/&#34; target=&#34;_blank&#34;&gt;one of my previous posts&lt;/a&gt; (firms are social actors being evaluated by social audiences), but shift our focus of discussion from “what actors do” to “what audience think.” That is, instead of an “actor” standpoint, let’s take an “audience” perspective to consider how firms as market participants are evaluated by market audiences. Reality doesn’t directly translate into human decisions; human beings can only understand reality from their brain, which is subjected to social construction. As a result, the evaluations on market participants do not come from complete rationality in a social vacuum. Rather, audiences’ cognition is shaped by the market’s categorical structure and/or the socially accepted categorical beliefs.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;biblio-analysis&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2. Biblio-Analysis&lt;/h2&gt;
&lt;div id=&#34;selection-criteria&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;2.1 Selection Criteria&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;## Warning: The curvature argument has been deprecated in favour of strength&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-03-25-social-evaluation-and-institutional-complexity_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/RkzYang/Lit_Review/blob/master/data/savedrecs_cat_eval_032619.txt&#34; target=&#34;_blank&#34;&gt; raw data&lt;/a&gt; is based on 29 hand-collected papers directed and indirectly citing Zukerman (1999) and extracted from &lt;a href=&#34;http://www.webofknowledge.com&#34; target=&#34;_blank&#34;&gt; Web of Science&lt;/a&gt;. The papers that not on the topic of “social evaluation” are excluded from the sample, based on the author’s judgment. We can get a general idea of the citation relationship among those papers from the direct citation network graph.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;central-sources-and-keywords&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;2.2 Central Sources and Keywords&lt;/h3&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-03-25-social-evaluation-and-institutional-complexity_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;
By quickly checking the origins (papers being cited) of the sampled papers, we can see that a big portion (the blue-colored cluster) is the classic institution work. It makes sense, as the discussion of the underlying mechanism of social evaluation should be related to how the evaluating standards are formed in the institutionalization processes. The summary in 3.2 will be based on the top-cited “social evaluation” papers in the red-colored cluster.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-03-25-social-evaluation-and-institutional-complexity_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;672&#34; /&gt;
The inter-connected keyword clusters present the relationship among the main topics covered by this stream of research. It seems to have a quite strong “strategy” flavor&lt;a href=&#34;#fn2&#34; class=&#34;footnote-ref&#34; id=&#34;fnref2&#34;&gt;&lt;sup&gt;2&lt;/sup&gt;&lt;/a&gt;. The most frequently used keywords include “industry”, “market”, and “performance.”&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;classic-papers&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3 Classic Papers&lt;/h2&gt;
&lt;div id=&#34;top-citations&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;3.1 Top Citations&lt;/h3&gt;
&lt;p&gt;by frequency:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;ZUCKERMAN EW, 1999, AM J SOCIOL, V104, P1398, DOI 10.1086/210178&amp;quot;          
## [2] &amp;quot;HSU G, 2006, ADMIN SCI QUART, V51, P420, DOI 10.2189/ASQU.51.3.420&amp;quot;        
## [3] &amp;quot;HSU G, 2009, AM SOCIOL REV, V74, P150, DOI 10.1177/000312240907400108&amp;quot;     
## [4] &amp;quot;PONTIKES EG, 2012, ADMIN SCI QUART, V57, P81, DOI 10.1177/0001839212446689&amp;quot;
## [5] &amp;quot;RAO H, 2005, AM SOCIOL REV, V70, P968, DOI 10.1177/000312240507000605&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;by co-citation centrality:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;most central sources (top 5)&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## ZUCKERMAN EW 1999        HSU G 2009      HSU G 2006-1  PONTIKES EG 2012 
##         1.0000000         0.7142248         0.6970316         0.6754593 
##        RAO H 2005 
##         0.6150981&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The most frequent (by frequency count) citations are also the most central (by eigenvector centrality) citations.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;summary-of-top-cited-papers&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;3.2 Summary of Top-cited Papers&lt;/h3&gt;
&lt;p&gt;Hsu et al. (2009) provide an integrative explanation for the multi-category disadvantage. The paper combines the actor- and audience-centered explantions and argues that category spanning is both difficult for the actor to manage and hard for the audience to understand. Hsu (2006) explicitly analyzes the underlying cognition mechanism in which film audiences encounter difficulties in making sense of multi-genre films. Pontikes (2012) analyzes the different segments of market audiences with distinct preferences for ambiguous classification–the difficulty of classifying startups into established categories. According to her, consumers and corporate venture capitalists are more passive market-takers who prefer startups that are easy to classify; in contrast, individual venture capitalists are market-makers who have the power to redefine the market structure and see ambiguous classification as opportunities. Rao et al. (2005) argue that the market boundaries are melting when high-status market participants’ cross the market categories–French chefs with starts in the &lt;i&gt;Guide Michelin&lt;/i&gt; make hybrid cuisines. Typically, there are cost and risk associated with “cross-category borrowings.” But they tend to attenuate when borrowings prevail. Overall, it seems to be risky to cross the categorical boundaries. But contextual contingencies for the benefit/risk profile of category-straddling exists.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;p&gt;Zuckerman, E. W. (1999). &lt;a href=&#34;https://www.journals.uchicago.edu/doi/abs/10.1086/210178&#34; target=&#34;_blank&#34;&gt;The categorical imperative: Securities analysts and the illegitimacy discount&lt;/a&gt;. American Journal of Sociology, 104(5), 1398-1438.&lt;/p&gt;
&lt;p&gt;Hsu, G., Hannan, M. T., &amp;amp; Koçak, Ö. (2009). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Two+sides+of+the+same+coin%3A+How+ambiguous+classification+affects+multiple+audiences%E2%80%99+evaluations&amp;btnG=#d=gs_cit&amp;u=%2Fscholar%3Fq%3Dinfo%3Ah4EhB9sADWIJ%3Ascholar.google.com%2F%26output%3Dcite%26scirp%3D0%26hl%3Den&#34; target=&#34;_blank&#34;&gt;Multiple category memberships in markets: An integrative theory and two empirical tests&lt;/a&gt;. American Sociological Review, 74(1), 150-169.&lt;/p&gt;
&lt;p&gt;Hsu, G. (2006). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Jacks+of+all+trades+and+masters+of+none%3A+Audiences%27+reactions+to+spanning+genres+in+feature+film+productio&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Jacks of all trades and masters of none: Audiences’ reactions to spanning genres in feature film production&lt;/a&gt;. Administrative Science Quarterly, 51(3), 420-450.&lt;/p&gt;
&lt;p&gt;Pontikes, E. G. (2012). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Two+sides+of+the+same+coin%3A+How+ambiguous+classification+affects+multiple+audiences%E2%80%99+evaluations&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Two sides of the same coin: How ambiguous classification affects multiple audiences’ evaluations&lt;/a&gt;. Administrative Science Quarterly, 57(1), 81-118.&lt;/p&gt;
&lt;p&gt;Rao, H., Monin, P., &amp;amp; Durand, R. (2005). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Border+crossing%3A+Bricolage+and+the+erosion+of+categorical+boundaries+in+French+gastronomy&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Border crossing: Bricolage and the erosion of categorical boundaries in French gastronomy&lt;/a&gt;. American Sociological Review, 70(6), 968-991.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;footnotes&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;The central idea of this paper is that firms’ stock price is affected by the categorical pattern of financial analysts’ industry coverage, which reflects the institionalized expectations for firms’ product mix straddling across various market categories.&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn2&#34;&gt;&lt;p&gt;For the central topics in strategy research, refer to “&lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=The+intellectual+structure+of+the+strategic+management+field%3A+An+author+co-citation+analysis&amp;btnG=&#34; target=&#34;_blank&#34;&gt;the intellectual structure of the strategic management field…&lt;/a&gt;” by Nerur et al. (2008) and “&lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=What+is+strategic+management%2C+really%3F+Inductive+derivation+of+a+consensus+definition+of+the+field&amp;btnG=&#34; target=&#34;_blank&#34;&gt;what is strategic management…&lt;/a&gt;” by Nag el al. (2007)&lt;a href=&#34;#fnref2&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>A Quick Bibliometric Analysis on “Positioning”</title>
      <link>https://yangphd.com/post/2019/02/26/a-quick-bibliometric-analysis-on-strategic-positioning/</link>
      <pubDate>Tue, 26 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/02/26/a-quick-bibliometric-analysis-on-strategic-positioning/</guid>
      <description>


&lt;p&gt;I had a whim and wanted to do some quick bibliometric analysis on the topic of “strategic positioning”.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/RkzYang/Lit_Review/blob/master/data/savedrecs_02262019.txt&#34; target=&#34;_blank&#34;&gt; raw data&lt;/a&gt; is extracted from &lt;a href=&#34;http://www.webofknowledge.com&#34; target=&#34;_blank&#34;&gt; Web of Science&lt;/a&gt;.
The search parameters:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;TITLE: (&amp;quot;strategic positioning&amp;quot; OR &amp;quot;industry positioning&amp;quot; OR &amp;quot;market positioning&amp;quot;)
Refined by: WEB OF SCIENCE CATEGORIES: ( MANAGEMENT OR BUSINESS OR ECONOMICS ) AND WEB OF SCIENCE CATEGORIES: ( MANAGEMENT OR BUSINESS OR INTERNATIONAL RELATIONS OR ECONOMICS ) AND DOCUMENT TYPES: ( ARTICLE ) AND LANGUAGES: ( ENGLISH )
Timespan: All years. 
Indexes: SCI-EXPANDED, SSCI, A&amp;amp;HCI, CPCI-S, CPCI-SSH, BKCI-S, BKCI-SSH, ESCI, CCR-EXPANDED, IC.&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I used the R package &lt;a href=&#34;http://www.bibliometrix.org&#34; target=&#34;_blank&#34;&gt; “bibliometrix”&lt;/a&gt; to conduct (1) “bibliographic coupling” and (2) “co-citation” analysis.&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Bibliographic coupling analysis allows us to explore the “confluence and interactions” among recent papers. Two articles are bibliographically coupled if they co-cited at least one article.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-02-26-a-rough-bibliometric-analysis-on-strategic-positioning_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;ol start=&#34;2&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Co-citation analysis allows us to trace back to the origin of thoughts and classic papers. Two articles have a co-citation tie if they are both cited in a third article.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-02-26-a-rough-bibliometric-analysis-on-strategic-positioning_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Reference:&lt;/p&gt;
&lt;p&gt;Aria, M. &amp;amp; Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), pp 959-975, Elsevier.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Optimal Positioning for Firms and Individuals</title>
      <link>https://yangphd.com/post/2019/02/25/optimal-positioning-for-firms-individuals/</link>
      <pubDate>Mon, 25 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/02/25/optimal-positioning-for-firms-individuals/</guid>
      <description>


&lt;p&gt;Imagine you are invited to a party. You want to get noticed by other partygoers. Or you want to be recognized as a “cool” person by those who you are interested in. The “coolness” will result in some social benefits you desire. This is a scene of “social evaluation,” in which you want to stand out of the crowd of peer actors (competitors) to impress the audiences (customers and suppliers). If you succeed, the peer actors will admire you, the audiences will adore you, and of course, the esteems and profitable relationships will follow. Now the question is, “how to position yourself to be ‘cool’ so that you can win the game?”&lt;/p&gt;
&lt;p&gt;Practically, the first question coming to your mind might be “to what extent should I be similar to or different from others?” You want to be different so that you can stand out. However, you don’t want to be too different so that people think you are wired. Your goal is to “impress” but not to “surprise.” It is a bad idea to violate the audience’s expectations on your appearances and behaviors – the commonly accepted “norms.” Violations typically lead to penalties.&lt;/p&gt;
&lt;p&gt;Excessive differentiation is risky. It jeopardizes your “legitimacy,” the potential for being accepted by the audience, who controls the resources and opportunities. Now the headache you get is — being similar places you under competitive pressures (so you can’t stand out) but being different gives you the risk of losing legitimacy. Then, you may find a simple solution: find a middle ground between the two extremes — “to be different as ‘legitimately’ possible.” Good. You got a “holistic” approach, in which you consider all the audiences, attributes, and evaluation processes as a “whole.” And you have a clear goal—maximizing the total audience perceptions. It is implementable. It is the wisdom of Confucius’ as well as Aristotle’s “Golden Mean.”&lt;/p&gt;
&lt;p&gt;If you don’t want to stop here, let’s think further. We can do some analysis&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;, by moving away from the “holistic” approach to an “analytical” one. For example, we can anatomize the positioning problem in three ways: (1) separating the evaluating audiences, (2) separating the actor attributes, and (3) separating the evaluation processes.&lt;/p&gt;
&lt;p&gt;First, different audience groups (government, customers, investors, etc.) may demand different levels of conformity vs. differentiation, so you can deploy specific positioning strategy to target specific audiences (e.g. horizontal websites tend to give different people different things while vertical websites tend to meet specific people’s specific needs). Second, as audiences allocate their decision weights among multiple dimensions of difference, you can conform on most of them to maintain legitimacy and then differentiate on a couple of others to look cool (e.g. in a party, people always care about dress code while worrying about outfit clash). Third, as the audiences typically engage in a categorization process before making the final selection, you can strategize for “entering the game” and “winning the game” separately (e.g. audiences tend to make a short list first, select the winner from it. No matter you want to design a website or find a job, to make it to the shortlist, you need to first figure out the similarities that help you stay relevant; and in the selection stage, find the differences that help you win).&lt;/p&gt;
&lt;p&gt;The positioning problem shouldn’t stop here. As audiences evaluate actor attributes with their subjective minds, numerous factors (cognitive, sociological, cultural ones) determine how individual opinions aggregate and emerge as market behavior. Researchers have been studying the patterns, drawing inferences and making predictions. Importantly, there could exist positive and negative feedback loops for the mutual influence between actor behavior (strategic action) and audience perception (performance evaluation). This is what I’m interested in.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=To+be+different%2C+or+to+be+the+same%3F+It%E2%80%99s+a+question+%28and+theory%29+of+strategic+balance&amp;btnG=&#34; target=&#34;_blank&#34;&gt; Deephouse, D. L. 1999. To be different, or to be the same? It’s a question (and theory) of strategic balance. Strategic Management Journal, 20(2): 147–166. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34; https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Optimal+distinctiveness+revisited%3A+An+integrative+framework+for+understanding+the+balance+between+differentiation+and+conformity+in+individual+and+organizational+identities&amp;btnG=&#34; target=&#34;_blank&#34;&gt; Zuckerman, E. W. 2016. Optimal distinctiveness revisited: An integrative framework for understanding the balance between differentiation and conformity in individual and organizational identities. Handbook of Organizational Identity. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34; https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Optimal+distinctiveness%3A+Broadening+the+interface+between+institutional+theory+and+strategic+management&amp;btnG=&#34; target=&#34;_blank&#34;&gt; Zhao, E. Y., Fisher, G., Lounsbury, M., &amp;amp; Miller, D. 2017. Optimal distinctiveness: Broadening the interface between institutional theory and strategic management. Strategic Management Journal, 38(1): 93–113. &lt;/a&gt;&lt;/p&gt;
&lt;div class=&#34;footnotes footnotes-end-of-document&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://www.merriam-webster.com/dictionary/analysis&#34; target=&#34;_blank&#34;&gt; Merriam-Webster&lt;/a&gt; has a definition of “analysis” — “separation of a whole into its component parts.”&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>