Data & visualizations for ICLR 2019 OpenReview data, a research paper
Top 75.2% on sourcepulse
This repository provides a Jupyter Notebook for crawling and visualizing metadata from ICLR 2019 OpenReview. It's designed for researchers and practitioners interested in analyzing trends, popular topics, and reviewer sentiment within a specific machine learning conference. The project offers insights into factors that might influence paper acceptance and reviewer ratings.
How It Works
The project utilizes Selenium and ChromeDriver to automate web browser interactions for scraping data from the ICLR OpenReview website. It employs a headless browser setup for running on servers without a graphical interface. The crawled data, including abstracts, keywords, and reviewer ratings, is then processed to generate visualizations like word clouds of keywords and distributions of reviewer scores.
Quick Start & Requirements
pip install pyvirtualdisplay selenium wordcloud imageio
Highlighted Details
PR
to calculate how many papers a given paper "beats" based on average reviewer ratings.Maintenance & Community
This repository appears to be a personal project from 2019, with no explicit mention of ongoing maintenance or community channels.
Licensing & Compatibility
The repository does not explicitly state a license.
Limitations & Caveats
The data is specific to ICLR 2019 and may not generalize to other conferences or years. The analysis of keywords correlating with ratings is based on a single conference's data and should be interpreted with caution. The setup instructions are specific to Ubuntu.
5 years ago
1 day