8000 GitHub - arunmallya/openreview_helper: Python scripts to help ACs with OpenReview
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arunmallya/openreview_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
Sample output

Or locally,

Step 0:

Create a virtualenv, install dependencies.

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Step 1:

Enter your OpenReview credentials in the .env file.

USERNAME=<YOUR-USERNAME>
PASSWORD=<YOUR-PASSWORD>

Step 2:

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.

About

Python scripts to help ACs with OpenReview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0