{"id":593,"date":"2016-06-30T15:27:02","date_gmt":"2016-06-30T15:27:02","guid":{"rendered":"http:\/\/www.marekrei.com\/blog\/?p=593"},"modified":"2019-09-27T23:32:08","modified_gmt":"2019-09-27T23:32:08","slug":"analysing-nlp-publication-patterns","status":"publish","type":"post","link":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/","title":{"rendered":"Analysing NLP publication patterns"},"content":{"rendered":"<p>Recently, I got curious about finding out how much different institutions publish in my area. Does Google publish more than Microsoft? Which university has the strongest publication record in NLP? And are there any interesting trends that can be seen in the recent years? Quantity does not necessarily equal quality, but the number of publications is still a reasonable indicator of general activity in the field, how big the research group is, and how outward-facing are the research projects.<\/p>\n<p>My approach was to crawl papers from the 6 biggest conferences that are relevant to my research: ACL, EACL, NAACL, EMNLP, NIPS, ICML. The first 4 focus on NLP applications regardless of methods, and the latter 2 on machine learning algorithms regardless of tasks. The time window was restricted to 2012-2016, as I&#8217;m more interested in current publications.<\/p>\n<p>Luckily, all these conferences have nice webpages listing all the papers published there. <a href=\"http:\/\/aclweb.org\/anthology\/\">ACL Anthology<\/a> contains records for ACL, EACL, NAACL and EMNLP, <a href=\"https:\/\/papers.nips.cc\/\">NIPS<\/a> has a separate webpage for papers, and ICML proceedings are on the <a href=\"http:\/\/jmlr.org\/proceedings\/papers\/v28\/\">JMLR<\/a> website (except for <a href=\"http:\/\/icml.cc\/2012\/papers\/\">ICML12<\/a> which are on the conference website). I wrote python scripts that crawled all the papers from these conferences, extracting author names and organisations. While authors can be crawled directly from the websites, in order to find the organisation names I had to parse the pdfs into text and extract anything that looked like a university or company name in the first 30 lines of on the paper. I wrote a bunch of manual patterns to map names to canonical versions (&#8220;UCL&#8221; to &#8220;University College London&#8221; and &#8220;Google Inc&#8221; to &#8220;Google&#8221;), although it is likely that I still missed some edge cases.<\/p>\n<p><!--more--><\/p>\n<p>Below is the graph of top 25 organisations and the conferences where they publish. <\/p>\n<div id=\"myplot_org_source\" style=\"width: 700px; height: 700px;\"><\/div>\n<p>CMU comes out as the most prolific publisher with 305 papers. A close second is Microsoft with 302 publications, also leading in the industry category. I was somewhat surprised to find that Microsoft publishes so much, almost twice as many papers compared to Google, especially as Google seems to get much more publicity with their research. Stanford is also among the top 3 organisations that publish substantially more than others. Edinburgh and Cambridge represent the UK camp with 121 and 117 papers respectively.<\/p>\n<p>When we look at the distribution of conferences, Princeton and UCL stand out as having very little NLP-specific research, with nearly all of their papers in ICML and NIPS. Stanford, Berkeley and MIT also seem to focus more on machine learning algorithms. In contrast, Edinburgh, Johns Hopkins and University of Maryland have most of their publications on NLP-related conferences. CMU, Microsoft and Columbia are the most balanced among the top publishers, with roughly 50:50 division between NLP and ML.<\/p>\n<p>We can also plot the number of publications per year, focusing on the top 15 institutions.<\/p>\n<div id=\"myplot_org_year\" style=\"width: 700px; height: 600px;\"><\/div>\n<p>Carnegie Mellon has a very good track record, but has only just recently overtaken Microsoft as the top publisher. Google, MIT, Berkeley, Cambridge and Princeton have also stepped up their publishing game, showing upward trends in the recent years. The sudden drop for 2016 is due to incomplete data &#8211; at the time of writing, ACL, EMNLP and NIPS papers for this year are not available yet.<\/p>\n<p>Now let&#8217;s look at the same graphs but for individual authors.<\/p>\n<div id=\"myplot_author_source\" style=\"width: 700px; height: 600px;\"><\/div>\n<div id=\"myplot_author_year\" style=\"width: 700px; height: 600px;\"><\/div>\n<p>Chris Dyer comes out on top with 50 papers. This result is even more impressive given that he started with just 2 papers in 2012, then rocketing to the top by quite a margin in 2015. Almost all of his papers are in NLP conferences, with only 1 paper each for NIPS and ICML. Noah Smith, Chris Manning and Dan Klein rank 2nd-4th, with more stable publishing records, but also focusing mainly on NLP conferences. In contrast, Zoubin Ghahramani, Yoshua Bengio and Lawrence Carin are focused mostly on machine learning algorithms. <\/p>\n<p>There seems to be a clear separation between the two research communities, with researchers specialising to publishing either in NLP or ML. This seems somewhat unexpected, especially considering the widespread trend of publishing novel neural network architectures for NLP tasks. Both fields would probably benefit from slightly tighter integration in the future.<\/p>\n<p>I hope this little analysis was interesting to fellow researchers. I&#8217;m happy to post an update some time in the future, to see how things have changed. In the meantime, let me know if you find any bugs in the statistics.<\/p>\n<p><strong>Update:<\/strong> As requested, I&#8217;ve also added the statistics for first authors with highest publication counts. <a href=\"http:\/\/web.stanford.edu\/~jiweil\/\">Jiwei Li<\/a> from Stanford towers above others with 14 publications. <a href=\"https:\/\/www.cs.cmu.edu\/~yww\/\">William Yang Wang<\/a> (CMU), <a href=\"https:\/\/www.microsoft.com\/en-us\/research\/people\/ybkim\/\">Young-Bum Kim<\/a> (Microsoft), <a href=\"http:\/\/www.cs.cmu.edu\/~mfaruqui\/\">Manaal Faruqui<\/a> (CMU), <a href=\"http:\/\/www.cs.princeton.edu\/~ehazan\/\">Elad Hazan<\/a> (Princeton), and Eunho Yang (IBM) have all managed an impressive 9 first-author publications.  <\/p>\n<div id=\"myplot_firstauthor_source\" style=\"width: 700px; height: 600px;\"><\/div>\n<div id=\"myplot_firstauthor_year\" style=\"width: 700px; height: 600px;\"><\/div>\n<p><strong>Update 2:<\/strong> Added a fix for Jordan Boyd-Graber who publishes under Jordan L. Boyd-Graber in NIPS. <\/p>\n<p><strong>Update 3:<\/strong> Added a fix for Hal Daum\u00e9 III, mapping together different spellings.<\/p>\n<p><strong>Update 4:<\/strong> By showing top N authors on the graphs, some authors with equal numbers of publications were being excluded. I&#8217;ve adjusted the value N for each graph so this doesn&#8217;t happen.<\/p>\n<p><strong>Update 5:<\/strong> Added a fix for Pradeep K. Ravikumar who also publishes under Pradeep Ravikumar.<\/p>\n<p><strong>Update 6:<\/strong> Added fixes to capture name variations for INRIA.<\/p>\n<p><script>\nvar trace_org_acl = {\n  x: [\"Carnegie Mellon University\", \"Microsoft\", \"Stanford University\", \"Google\", \"Columbia University\", \"UC Berkeley\", \"Massachusetts Institute of Technology\", \"University of Washington\", \"IBM\", \"University of Edinburgh\", \"University of Cambridge\", \"Johns Hopkins University\", \"UT Austin\", \"Princeton University\", \"University of Pennsylvania\", \"INRIA\", \"University of Maryland\", \"University of Toronto\", \"University College London\", \"Cornell University\", \"Tsinghua University\", \"Peking University\", \"Harbin Institute of Technology\", \"Chinese Academy of Sciences\", \"Georgia Institute of Technology\", ],\n  y: [64, 70, 31, 36, 33, 15, 14, 16, 29, 31, 16, 34, 11, 1, 17, 4, 21, 9, 3, 19, 18, 28, 34, 38, 8, ],\n  name: 'ACL',\n  type: 'bar'\n};\nvar trace_org_eacl = {\n  x: [\"Carnegie Mellon University\", \"Microsoft\", \"Stanford University\", \"Google\", \"Columbia University\", \"UC Berkeley\", \"Massachusetts Institute of Technology\", \"University of Washington\", \"IBM\", \"University of Edinburgh\", \"University of Cambridge\", \"Johns Hopkins University\", \"UT Austin\", \"Princeton University\", \"University of Pennsylvania\", \"INRIA\", \"University of Maryland\", \"University of Toronto\", \"University College London\", \"Cornell University\", \"Tsinghua University\", \"Peking University\", \"Harbin Institute of Technology\", \"Chinese Academy of Sciences\", \"Georgia Institute of Technology\", ],\n  y: [8, 9, 1, 9, 7, 0, 1, 2, 1, 18, 8, 3, 2, 0, 2, 1, 4, 3, 2, 2, 0, 0, 1, 0, 0, ],\n  name: 'EACL',\n  type: 'bar'\n};\nvar trace_org_naacl = {\n  x: [\"Carnegie Mellon University\", \"Microsoft\", \"Stanford University\", \"Google\", \"Columbia University\", \"UC Berkeley\", \"Massachusetts Institute of Technology\", \"University of Washington\", \"IBM\", \"University of Edinburgh\", \"University of Cambridge\", \"Johns Hopkins University\", \"UT Austin\", \"Princeton University\", \"University of Pennsylvania\", \"INRIA\", \"University of Maryland\", \"University of Toronto\", \"University College London\", \"Cornell University\", \"Tsinghua University\", \"Peking University\", \"Harbin Institute of Technology\", \"Chinese Academy of Sciences\", \"Georgia Institute of Technology\", ],\n  y: [45, 35, 18, 17, 18, 11, 7, 24, 11, 20, 14, 34, 6, 1, 17, 2, 18, 5, 4, 5, 4, 4, 6, 0, 7, ],\n  name: 'NAACL',\n  type: 'bar'\n};\nvar trace_org_emnlp = {\n  x: [\"Carnegie Mellon University\", \"Microsoft\", \"Stanford University\", \"Google\", \"Columbia University\", \"UC Berkeley\", \"Massachusetts Institute of Technology\", \"University of Washington\", \"IBM\", \"University of Edinburgh\", \"University of Cambridge\", \"Johns Hopkins University\", \"UT Austin\", \"Princeton University\", \"University of Pennsylvania\", \"INRIA\", \"University of Maryland\", \"University of Toronto\", \"University College London\", \"Cornell University\", \"Tsinghua University\", \"Peking University\", \"Harbin Institute of Technology\", \"Chinese Academy of Sciences\", \"Georgia Institute of Technology\", ],\n  y: [43, 41, 28, 23, 21, 12, 11, 33, 22, 24, 14, 16, 9, 1, 11, 1, 17, 7, 3, 14, 14, 28, 23, 18, 6, ],\n  name: 'EMNLP',\n  type: 'bar'\n};\nvar trace_org_nips = {\n  x: [\"Carnegie Mellon University\", \"Microsoft\", \"Stanford University\", \"Google\", \"Columbia University\", \"UC Berkeley\", \"Massachusetts Institute of Technology\", \"University of Washington\", \"IBM\", \"University of Edinburgh\", \"University of Cambridge\", \"Johns Hopkins University\", \"UT Austin\", \"Princeton University\", \"University of Pennsylvania\", \"INRIA\", \"University of Maryland\", \"University of Toronto\", \"University College London\", \"Cornell University\", \"Tsinghua University\", \"Peking University\", \"Harbin Institute of Technology\", \"Chinese Academy of Sciences\", \"Georgia Institute of Technology\", ],\n  y: [68, 73, 89, 51, 39, 61, 66, 29, 29, 17, 28, 17, 57, 58, 26, 45, 11, 35, 46, 15, 17, 4, 3, 7, 21, ],\n  name: 'NIPS',\n  type: 'bar'\n};\nvar trace_org_icml = {\n  x: [\"Carnegie Mellon University\", \"Microsoft\", \"Stanford University\", \"Google\", \"Columbia University\", \"UC Berkeley\", \"Massachusetts Institute of Technology\", \"University of Washington\", \"IBM\", \"University of Edinburgh\", \"University of Cambridge\", \"Johns Hopkins University\", \"UT Austin\", \"Princeton University\", \"University of Pennsylvania\", \"INRIA\", \"University of Maryland\", \"University of Toronto\", \"University College London\", \"Cornell University\", \"Tsinghua University\", \"Peking University\", \"Harbin Institute of Technology\", \"Chinese Academy of Sciences\", \"Georgia Institute of Technology\", ],\n  y: [77, 74, 61, 49, 26, 39, 34, 23, 31, 11, 37, 12, 28, 33, 19, 36, 15, 25, 23, 19, 20, 5, 1, 4, 25, ],\n  name: 'ICML',\n  type: 'bar'\n};\nvar data_org_source = [trace_org_acl, trace_org_eacl, trace_org_naacl, trace_org_emnlp, trace_org_nips, trace_org_icml];\nvar trace_author_acl = {\n  x: [\"Chris Dyer\", \"Noah A. Smith\", \"Christopher D. Manning\", \"Pradeep K. Ravikumar\", \"Dan Klein\", \"Zoubin Ghahramani\", \"Jordan Boyd-Graber\", \"Yoshua Bengio\", \"Lawrence Carin\", \"Benjamin Van Durme\", \"Hal Daum\u00e9 III\", \"Ming Zhou\", \"Heng Ji\", \"Yang Liu\", \"Ting Liu\", \"Yue Zhang\", \"Han Liu\", \"Mark Dredze\", \"Trevor Cohn\", \"Shie Mannor\", \"Huan Xu\", \"Dan Roth\", \"Iryna Gurevych\", \"Hinrich Sch\u00fctze\", \"Regina Barzilay\", \"Rong Jin\", ],\n  y: [16, 15, 13, 0, 13, 0, 9, 2, 0, 15, 5, 22, 17, 15, 11, 11, 0, 8, 12, 0, 0, 4, 13, 6, 9, 0, ],\n  name: 'ACL',\n  type: 'bar'\n};\nvar trace_author_eacl = {\n  x: [\"Chris Dyer\", \"Noah A. Smith\", \"Christopher D. Manning\", \"Pradeep K. Ravikumar\", \"Dan Klein\", \"Zoubin Ghahramani\", \"Jordan Boyd-Graber\", \"Yoshua Bengio\", \"Lawrence Carin\", \"Benjamin Van Durme\", \"Hal Daum\u00e9 III\", \"Ming Zhou\", \"Heng Ji\", \"Yang Liu\", \"Ting Liu\", \"Yue Zhang\", \"Han Liu\", \"Mark Dredze\", \"Trevor Cohn\", \"Shie Mannor\", \"Huan Xu\", \"Dan Roth\", \"Iryna Gurevych\", \"Hinrich Sch\u00fctze\", \"Regina Barzilay\", \"Rong Jin\", ],\n  y: [3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 2, 2, 0, 0, 1, 0, 0, 1, 4, 2, 1, 0, ],\n  name: 'EACL',\n  type: 'bar'\n};\nvar trace_author_naacl = {\n  x: [\"Chris Dyer\", \"Noah A. Smith\", \"Christopher D. Manning\", \"Pradeep K. Ravikumar\", \"Dan Klein\", \"Zoubin Ghahramani\", \"Jordan Boyd-Graber\", \"Yoshua Bengio\", \"Lawrence Carin\", \"Benjamin Van Durme\", \"Hal Daum\u00e9 III\", \"Ming Zhou\", \"Heng Ji\", \"Yang Liu\", \"Ting Liu\", \"Yue Zhang\", \"Han Liu\", \"Mark Dredze\", \"Trevor Cohn\", \"Shie Mannor\", \"Huan Xu\", \"Dan Roth\", \"Iryna Gurevych\", \"Hinrich Sch\u00fctze\", \"Regina Barzilay\", \"Rong Jin\", ],\n  y: [17, 15, 4, 0, 8, 0, 8, 1, 0, 10, 7, 0, 5, 3, 2, 3, 0, 13, 5, 0, 0, 7, 1, 8, 7, 0, ],\n  name: 'NAACL',\n  type: 'bar'\n};\nvar trace_author_emnlp = {\n  x: [\"Chris Dyer\", \"Noah A. Smith\", \"Christopher D. Manning\", \"Pradeep K. Ravikumar\", \"Dan Klein\", \"Zoubin Ghahramani\", \"Jordan Boyd-Graber\", \"Yoshua Bengio\", \"Lawrence Carin\", \"Benjamin Van Durme\", \"Hal Daum\u00e9 III\", \"Ming Zhou\", \"Heng Ji\", \"Yang Liu\", \"Ting Liu\", \"Yue Zhang\", \"Han Liu\", \"Mark Dredze\", \"Trevor Cohn\", \"Shie Mannor\", \"Huan Xu\", \"Dan Roth\", \"Iryna Gurevych\", \"Hinrich Sch\u00fctze\", \"Regina Barzilay\", \"Rong Jin\", ],\n  y: [12, 10, 15, 0, 11, 0, 7, 1, 0, 5, 9, 7, 7, 9, 12, 10, 0, 4, 8, 0, 0, 10, 6, 8, 6, 0, ],\n  name: 'EMNLP',\n  type: 'bar'\n};\nvar trace_author_nips = {\n  x: [\"Chris Dyer\", \"Noah A. Smith\", \"Christopher D. Manning\", \"Pradeep K. Ravikumar\", \"Dan Klein\", \"Zoubin Ghahramani\", \"Jordan Boyd-Graber\", \"Yoshua Bengio\", \"Lawrence Carin\", \"Benjamin Van Durme\", \"Hal Daum\u00e9 III\", \"Ming Zhou\", \"Heng Ji\", \"Yang Liu\", \"Ting Liu\", \"Yue Zhang\", \"Han Liu\", \"Mark Dredze\", \"Trevor Cohn\", \"Shie Mannor\", \"Huan Xu\", \"Dan Roth\", \"Iryna Gurevych\", \"Hinrich Sch\u00fctze\", \"Regina Barzilay\", \"Rong Jin\", ],\n  y: [1, 1, 7, 24, 2, 13, 3, 12, 17, 0, 2, 0, 0, 0, 0, 0, 18, 1, 0, 10, 11, 0, 0, 0, 0, 9, ],\n  name: 'NIPS',\n  type: 'bar'\n};\nvar trace_author_icml = {\n  x: [\"Chris Dyer\", \"Noah A. Smith\", \"Christopher D. Manning\", \"Pradeep K. Ravikumar\", \"Dan Klein\", \"Zoubin Ghahramani\", \"Jordan Boyd-Graber\", \"Yoshua Bengio\", \"Lawrence Carin\", \"Benjamin Van Durme\", \"Hal Daum\u00e9 III\", \"Ming Zhou\", \"Heng Ji\", \"Yang Liu\", \"Ting Liu\", \"Yue Zhang\", \"Han Liu\", \"Mark Dredze\", \"Trevor Cohn\", \"Shie Mannor\", \"Huan Xu\", \"Dan Roth\", \"Iryna Gurevych\", \"Hinrich Sch\u00fctze\", \"Regina Barzilay\", \"Rong Jin\", ],\n  y: [1, 0, 0, 13, 0, 21, 4, 15, 14, 0, 4, 0, 0, 0, 0, 1, 9, 0, 0, 16, 15, 3, 0, 0, 0, 14, ],\n  name: 'ICML',\n  type: 'bar'\n};\nvar data_author_source = [trace_author_acl, trace_author_eacl, trace_author_naacl, trace_author_emnlp, trace_author_nips, trace_author_icml];\nvar trace_firstauthor_acl = {\n  x: [\"Jiwei Li\", \"William Yang Wang\", \"Young-Bum Kim\", \"Manaal Faruqui\", \"Elad Hazan\", \"Eunho Yang\", \"Richard Socher\", \"Yi Yang\", \"Douwe Kiela\", \"Yuchen Zhang\", \"Malte Nuhn\", \"Dani Yogatama\", \"Yuan Zhang\", \"Chen Li\", \"Angeliki Lazaridou\", \"Wen-tau Yih\", \"Xuchen Yao\", \"Dirk Hovy\", \"Tianbao Yang\", \"Jie Wang\", \"Cho-Jui Hsieh\", \"Yuxin Chen\", ],\n  y: [5, 3, 5, 4, 0, 0, 2, 2, 3, 0, 5, 3, 2, 3, 4, 3, 3, 4, 0, 0, 0, 0, ],\n  name: 'ACL',\n  type: 'bar'\n};\nvar trace_firstauthor_eacl = {\n  x: [\"Jiwei Li\", \"William Yang Wang\", \"Young-Bum Kim\", \"Manaal Faruqui\", \"Elad Hazan\", \"Eunho Yang\", \"Richard Socher\", \"Yi Yang\", \"Douwe Kiela\", \"Yuchen Zhang\", \"Malte Nuhn\", \"Dani Yogatama\", \"Yuan Zhang\", \"Chen Li\", \"Angeliki Lazaridou\", \"Wen-tau Yih\", \"Xuchen Yao\", \"Dirk Hovy\", \"Tianbao Yang\", \"Jie Wang\", \"Cho-Jui Hsieh\", \"Yuxin Chen\", ],\n  y: [0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, ],\n  name: 'EACL',\n  type: 'bar'\n};\nvar trace_firstauthor_naacl = {\n  x: [\"Jiwei Li\", \"William Yang Wang\", \"Young-Bum Kim\", \"Manaal Faruqui\", \"Elad Hazan\", \"Eunho Yang\", \"Richard Socher\", \"Yi Yang\", \"Douwe Kiela\", \"Yuchen Zhang\", \"Malte Nuhn\", \"Dani Yogatama\", \"Yuan Zhang\", \"Chen Li\", \"Angeliki Lazaridou\", \"Wen-tau Yih\", \"Xuchen Yao\", \"Dirk Hovy\", \"Tianbao Yang\", \"Jie Wang\", \"Cho-Jui Hsieh\", \"Yuxin Chen\", ],\n  y: [2, 3, 2, 3, 0, 0, 1, 3, 0, 0, 0, 0, 2, 2, 2, 3, 3, 2, 0, 0, 0, 0, ],\n  name: 'NAACL',\n  type: 'bar'\n};\nvar trace_firstauthor_emnlp = {\n  x: [\"Jiwei Li\", \"William Yang Wang\", \"Young-Bum Kim\", \"Manaal Faruqui\", \"Elad Hazan\", \"Eunho Yang\", \"Richard Socher\", \"Yi Yang\", \"Douwe Kiela\", \"Yuchen Zhang\", \"Malte Nuhn\", \"Dani Yogatama\", \"Yuan Zhang\", \"Chen Li\", \"Angeliki Lazaridou\", \"Wen-tau Yih\", \"Xuchen Yao\", \"Dirk Hovy\", \"Tianbao Yang\", \"Jie Wang\", \"Cho-Jui Hsieh\", \"Yuxin Chen\", ],\n  y: [7, 3, 2, 0, 0, 0, 2, 3, 5, 1, 2, 2, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, ],\n  name: 'EMNLP',\n  type: 'bar'\n};\nvar trace_firstauthor_nips = {\n  x: [\"Jiwei Li\", \"William Yang Wang\", \"Young-Bum Kim\", \"Manaal Faruqui\", \"Elad Hazan\", \"Eunho Yang\", \"Richard Socher\", \"Yi Yang\", \"Douwe Kiela\", \"Yuchen Zhang\", \"Malte Nuhn\", \"Dani Yogatama\", \"Yuan Zhang\", \"Chen Li\", \"Angeliki Lazaridou\", \"Wen-tau Yih\", \"Xuchen Yao\", \"Dirk Hovy\", \"Tianbao Yang\", \"Jie Wang\", \"Cho-Jui Hsieh\", \"Yuxin Chen\", ],\n  y: [0, 0, 0, 0, 3, 7, 3, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 3, 1, ],\n  name: 'NIPS',\n  type: 'bar'\n};\nvar trace_firstauthor_icml = {\n  x: [\"Jiwei Li\", \"William Yang Wang\", \"Young-Bum Kim\", \"Manaal Faruqui\", \"Elad Hazan\", \"Eunho Yang\", \"Richard Socher\", \"Yi Yang\", \"Douwe Kiela\", \"Yuchen Zhang\", \"Malte Nuhn\", \"Dani Yogatama\", \"Yuan Zhang\", \"Chen Li\", \"Angeliki Lazaridou\", \"Wen-tau Yih\", \"Xuchen Yao\", \"Dirk Hovy\", \"Tianbao Yang\", \"Jie Wang\", \"Cho-Jui Hsieh\", \"Yuxin Chen\", ],\n  y: [0, 0, 0, 0, 6, 2, 0, 0, 0, 4, 0, 2, 0, 0, 0, 0, 0, 0, 4, 3, 4, 6, ],\n  name: 'ICML',\n  type: 'bar'\n};\nvar data_firstauthor_source = [trace_firstauthor_acl, trace_firstauthor_eacl, trace_firstauthor_naacl, trace_firstauthor_emnlp, trace_firstauthor_nips, trace_firstauthor_icml];\nvar trace_year_org_0 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [54, 76, 68, 80, 27, ],\n  text: 'Carnegie Mellon University',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_1 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [60, 78, 68, 71, 25, ],\n  text: 'Microsoft',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_2 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [42, 60, 58, 52, 16, ],\n  text: 'Stanford University',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_3 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [30, 35, 45, 59, 16, ],\n  text: 'Google',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_4 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [22, 41, 34, 37, 10, ],\n  text: 'Columbia University',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_5 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [25, 27, 28, 44, 14, ],\n  text: 'UC Berkeley',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_6 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [21, 26, 30, 41, 15, ],\n  text: 'Massachusetts Institute of Technology',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_7 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [19, 29, 28, 36, 15, ],\n  text: 'University of Washington',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_8 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [16, 34, 32, 31, 10, ],\n  text: 'IBM',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_9 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [26, 25, 35, 27, 8, ],\n  text: 'University of Edinburgh',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_10 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [16, 23, 32, 33, 13, ],\n  text: 'University of Cambridge',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_11 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [23, 32, 17, 37, 7, ],\n  text: 'Johns Hopkins University',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_12 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [20, 24, 30, 27, 12, ],\n  text: 'UT Austin',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_13 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [13, 11, 25, 27, 18, ],\n  text: 'Princeton University',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_org_14 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [24, 24, 20, 18, 6, ],\n  text: 'University of Pennsylvania',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar data_org_year = [trace_year_org_0, trace_year_org_1, trace_year_org_2, trace_year_org_3, trace_year_org_4, trace_year_org_5, trace_year_org_6, trace_year_org_7, trace_year_org_8, trace_year_org_9, trace_year_org_10, trace_year_org_11, trace_year_org_12, trace_year_org_13, trace_year_org_14];\nvar trace_year_author_0 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [2, 10, 12, 19, 7, ],\n  text: 'Chris Dyer',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_1 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [9, 10, 8, 13, 2, ],\n  text: 'Noah A. Smith',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_2 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [7, 11, 12, 9, 0, ],\n  text: 'Christopher D. Manning',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_3 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [2, 7, 14, 10, 4, ],\n  text: 'Pradeep K. Ravikumar',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_4 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [10, 8, 6, 8, 2, ],\n  text: 'Dan Klein',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_5 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [9, 1, 11, 10, 3, ],\n  text: 'Zoubin Ghahramani',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_6 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [6, 4, 7, 10, 4, ],\n  text: 'Jordan Boyd-Graber',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_7 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [4, 6, 8, 8, 5, ],\n  text: 'Yoshua Bengio',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_8 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [7, 5, 8, 9, 2, ],\n  text: 'Lawrence Carin',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_9 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [4, 9, 7, 10, 0, ],\n  text: 'Benjamin Van Durme',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_10 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [11, 5, 6, 5, 3, ],\n  text: 'Hal Daum\u00e9 III',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_11 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [8, 8, 8, 5, 0, ],\n  text: 'Ming Zhou',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_12 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 4, 9, 13, 3, ],\n  text: 'Heng Ji',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_13 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [5, 7, 3, 13, 0, ],\n  text: 'Yang Liu',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_14 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [5, 5, 11, 6, 0, ],\n  text: 'Ting Liu',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_author_15 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 4, 11, 8, 3, ],\n  text: 'Yue Zhang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar data_author_year = [trace_year_author_0, trace_year_author_1, trace_year_author_2, trace_year_author_3, trace_year_author_4, trace_year_author_5, trace_year_author_6, trace_year_author_7, trace_year_author_8, trace_year_author_9, trace_year_author_10, trace_year_author_11, trace_year_author_12, trace_year_author_13, trace_year_author_14, trace_year_author_15];\nvar trace_year_firstauthor_0 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 3, 6, 3, 2, ],\n  text: 'Jiwei Li',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_1 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 1, 2, 3, 2, ],\n  text: 'William Yang Wang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_2 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 2, 1, 5, 0, ],\n  text: 'Young-Bum Kim',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_3 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 1, 2, 4, 1, ],\n  text: 'Manaal Faruqui',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_4 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [3, 0, 2, 2, 2, ],\n  text: 'Elad Hazan',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_5 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 3, 3, 2, 0, ],\n  text: 'Eunho Yang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_6 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [3, 5, 0, 0, 0, ],\n  text: 'Richard Socher',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_7 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 2, 1, 4, 1, ],\n  text: 'Yi Yang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_8 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 1, 2, 5, 0, ],\n  text: 'Douwe Kiela',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_9 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 1, 2, 3, 1, ],\n  text: 'Yuchen Zhang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_10 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 2, 3, 1, 0, ],\n  text: 'Malte Nuhn',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_11 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 0, 2, 4, 0, ],\n  text: 'Dani Yogatama',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_12 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 1, 2, 2, 1, ],\n  text: 'Yuan Zhang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_13 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 2, 2, 3, 0, ],\n  text: 'Chen Li',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_14 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 3, 1, 2, 1, ],\n  text: 'Angeliki Lazaridou',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_15 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [2, 1, 1, 2, 1, ],\n  text: 'Wen-tau Yih',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_16 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 4, 1, 1, 0, ],\n  text: 'Xuchen Yao',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_17 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [1, 1, 2, 3, 0, ],\n  text: 'Dirk Hovy',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_18 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [2, 1, 1, 2, 1, ],\n  text: 'Tianbao Yang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_19 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 1, 4, 2, 0, ],\n  text: 'Jie Wang',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_20 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 1, 4, 2, 0, ],\n  text: 'Cho-Jui Hsieh',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar trace_year_firstauthor_21 = {\n  x: [\"2012\", \"2013\", \"2014\", \"2015\", \"2016\", ],\n  y: [0, 2, 2, 2, 1, ],\n  text: 'Yuxin Chen',\n  type: 'scatter',\nhoverinfo: \"text\"\n};\nvar data_firstauthor_year = [trace_year_firstauthor_0, trace_year_firstauthor_1, trace_year_firstauthor_2, trace_year_firstauthor_3, trace_year_firstauthor_4, trace_year_firstauthor_5, trace_year_firstauthor_6, trace_year_firstauthor_7, trace_year_firstauthor_8, trace_year_firstauthor_9, trace_year_firstauthor_10, trace_year_firstauthor_11, trace_year_firstauthor_12, trace_year_firstauthor_13, trace_year_firstauthor_14, trace_year_firstauthor_15, trace_year_firstauthor_16, trace_year_firstauthor_17, trace_year_firstauthor_18, trace_year_firstauthor_19, trace_year_firstauthor_20, trace_year_firstauthor_21];\nvar layout_bar = {barmode: 'stack', margin: { l: 30, r: 0, b: 270, t: 20, pad: 4 }};\nvar layout_line = {margin: { l: 30, r: 0, b: 100, t: 0, pad: 4 }, showlegend: false, showticklabels: true, xaxis:{autotick: false}};\nPlotly.newPlot('myplot_org_source', data_org_source, layout_bar);\nPlotly.newPlot('myplot_author_source', data_author_source, layout_bar);\nPlotly.newPlot('myplot_firstauthor_source', data_firstauthor_source, layout_bar);\nPlotly.newPlot('myplot_org_year', data_org_year, layout_line);\nPlotly.newPlot('myplot_author_year', data_author_year, layout_line);\nPlotly.newPlot('myplot_firstauthor_year', data_firstauthor_year, layout_line);\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently, I got curious about finding out how much different institutions publish in my area. Does Google publish more than Microsoft? Which university has the&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-593","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Analysing NLP publication patterns - Marek Rei<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analysing NLP publication patterns - Marek Rei\" \/>\n<meta property=\"og:description\" content=\"Recently, I got curious about finding out how much different institutions publish in my area. Does Google publish more than Microsoft? Which university has the&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/\" \/>\n<meta property=\"og:site_name\" content=\"Marek Rei\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-30T15:27:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-09-27T23:32:08+00:00\" \/>\n<meta name=\"author\" content=\"Marek\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marek\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/\",\"url\":\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/\",\"name\":\"Analysing NLP publication patterns - Marek Rei\",\"isPartOf\":{\"@id\":\"https:\/\/www.marekrei.com\/blog\/#website\"},\"datePublished\":\"2016-06-30T15:27:02+00:00\",\"dateModified\":\"2019-09-27T23:32:08+00:00\",\"author\":{\"@id\":\"https:\/\/www.marekrei.com\/blog\/#\/schema\/person\/a145eb0a06ed4acf5b0f84a24b7a1191\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.marekrei.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analysing NLP publication patterns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.marekrei.com\/blog\/#website\",\"url\":\"https:\/\/www.marekrei.com\/blog\/\",\"name\":\"Marek Rei\",\"description\":\"Thoughts on Machine Learning and Natural Language Processing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.marekrei.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.marekrei.com\/blog\/#\/schema\/person\/a145eb0a06ed4acf5b0f84a24b7a1191\",\"name\":\"Marek\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.marekrei.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/48a65414bfda6485aaa0703e548de0ed25292b5fe0d979ed8c28ad83cf5a82c0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/48a65414bfda6485aaa0703e548de0ed25292b5fe0d979ed8c28ad83cf5a82c0?s=96&d=mm&r=g\",\"caption\":\"Marek\"},\"url\":\"https:\/\/www.marekrei.com\/blog\/author\/marek\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Analysing NLP publication patterns - Marek Rei","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/","og_locale":"en_US","og_type":"article","og_title":"Analysing NLP publication patterns - Marek Rei","og_description":"Recently, I got curious about finding out how much different institutions publish in my area. Does Google publish more than Microsoft? Which university has the&hellip;","og_url":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/","og_site_name":"Marek Rei","article_published_time":"2016-06-30T15:27:02+00:00","article_modified_time":"2019-09-27T23:32:08+00:00","author":"Marek","twitter_misc":{"Written by":"Marek","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/","url":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/","name":"Analysing NLP publication patterns - Marek Rei","isPartOf":{"@id":"https:\/\/www.marekrei.com\/blog\/#website"},"datePublished":"2016-06-30T15:27:02+00:00","dateModified":"2019-09-27T23:32:08+00:00","author":{"@id":"https:\/\/www.marekrei.com\/blog\/#\/schema\/person\/a145eb0a06ed4acf5b0f84a24b7a1191"},"breadcrumb":{"@id":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.marekrei.com\/blog\/analysing-nlp-publication-patterns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.marekrei.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Analysing NLP publication patterns"}]},{"@type":"WebSite","@id":"https:\/\/www.marekrei.com\/blog\/#website","url":"https:\/\/www.marekrei.com\/blog\/","name":"Marek Rei","description":"Thoughts on Machine Learning and Natural Language Processing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.marekrei.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.marekrei.com\/blog\/#\/schema\/person\/a145eb0a06ed4acf5b0f84a24b7a1191","name":"Marek","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.marekrei.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/48a65414bfda6485aaa0703e548de0ed25292b5fe0d979ed8c28ad83cf5a82c0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48a65414bfda6485aaa0703e548de0ed25292b5fe0d979ed8c28ad83cf5a82c0?s=96&d=mm&r=g","caption":"Marek"},"url":"https:\/\/www.marekrei.com\/blog\/author\/marek\/"}]}},"_links":{"self":[{"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/posts\/593","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/comments?post=593"}],"version-history":[{"count":111,"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/posts\/593\/revisions"}],"predecessor-version":[{"id":1300,"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/posts\/593\/revisions\/1300"}],"wp:attachment":[{"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/media?parent=593"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/categories?post=593"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.marekrei.com\/blog\/wp-json\/wp\/v2\/tags?post=593"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}