├── figures ├── most_popular_words.png ├── authors_with_most_papers.png └── institutions_with_most_papers.png └── README.md /figures/most_popular_words.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanagno/neurips_2022_statistics/HEAD/figures/most_popular_words.png -------------------------------------------------------------------------------- /figures/authors_with_most_papers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanagno/neurips_2022_statistics/HEAD/figures/authors_with_most_papers.png -------------------------------------------------------------------------------- /figures/institutions_with_most_papers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanagno/neurips_2022_statistics/HEAD/figures/institutions_with_most_papers.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## NeurIPS 2022 Statistics 2 | 3 | Some (preliminary-unofficial) statistics for this year's NeurIPS conference. 4 | 5 | ### Authors with most papers 6 | 7 | ![authors_with_most_papers](./figures/authors_with_most_papers.png) 8 | 9 | ### Institutions with most papers 10 | 11 | ![institutions_with_most_papers](./figures/institutions_with_most_papers.png) 12 | 13 | ### Most popular words in titles and abstracts 14 | 15 | ![most_popular_words](./figures/most_popular_words.png) --------------------------------------------------------------------------------