Download OpenReview paper reviews and rebuttals as formatted documents (ODT and Markdown).
- Extracts forum ID and venue ID from an OpenReview URL
- Optional credential caching (machine-specific encryption)
- Fetches paper details, reviews, and rebuttals
- Generates a formatted markdown document
- Converts the markdown to an ODT file for easy reading
- Organizes reviews by reviewer with threaded replies
uvx openreview-dluv tool install openreview-dlpip install openreview-dlRun the command and follow the prompts:
openreview-dlOr with uvx:
uvx openreview-dlYou'll be prompted to:
- Enter the full OpenReview URL (example:
https://openreview.net/forum?id=XXXXXXXXXXXX&referrer=%5BAuthor%20Console%5D(%2Fgroup%3Fid%3DConference.org%2FYYYY%2FMeeting%2FAuthors%23your-submissions)) - Provide your OpenReview username and password
- Optionally cache credentials for future use (stored in
~/.config/openreview-dl/credentials.encwith machine-specific encryption)
The tool will generate:
output/$FORUM_ID.md- Markdown formatted fileoutput/$FORUM_ID.odt- ODT document (can be opened in LibreOffice, Microsoft Word, etc.)
where $FORUM_ID is the paper ID extracted from the URL.
If you choose to cache credentials, they are stored at:
- Linux/macOS:
~/.config/openreview-dl/credentials.enc
The credentials are encrypted using machine-specific keys (hostname-based), so they won't work if copied to another machine. However, this is not fully secure - anyone with access to your user account can potentially decrypt them.
Ensure you have the necessary permissions to access the paper on OpenReview. You must be logged in with an account that has access to the reviews (typically as an author, reviewer, or area chair).