This repo is made for Area Chairs of conferences that use OpenReview.
Tired of having to manually copy ratings from OpenReview to your tracker spreadsheet?
Tire no more!
This repo will render a summary of the papers in your AC batch:
Or locally,
Create a virtualenv, install dependencies.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Enter your OpenReview credentials in the .env file.
USERNAME=<YOUR-USERNAME>
PASSWORD=<YOUR-PASSWORD>
Run the script to log into your account, gather submission info, and print it.
For CVPR 2025, try this:
>> python run.py --conf cvpr_2025 --headless
Opening https://openreview.net/group?id=thecvf.com/CVPR/2025/Conference/Area_Chairs
Logging in.
Waiting for page to finish loading...
Logged in.
Found 15 submissions.
1, 1234, To boop or not to boop?, 2, 3
...
15, 214, Ursidae are all you need, 4, 4
For ICLR 2025, try this:
>> python run.py --conf iclr_2025 --headless
Opening https://openreview.net/group?id=ICLR.cc/2025/Conference/Area_Chairs
Logging in.
Waiting for page to finish loading...
Logged in.
Found 14 submissions.
1, 1234, Discovering the most boopable snoots, 8, 9, 10, 10
...
14, 4321, To boop or not to boop?, 5, 5, 4, 1
Skip --headless
if you want to watch it do the web navigation.
You can skip reviews with the --skip_reviews
flag.