An explorer for OpenReview papers.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a simple explorer for OpenReview papers. It is inspired by the Open Review Explorer from Chillee, but has a few unique features on top:
- TL;DR summaries are generated using BART
- Many more venues are included (e.g., NeurIPS, ACL, AAAI), and in total over 28k papers
The interface allows you to search across titles/TL;DRs/keywords and list up to 100 elements at once,
Once you have installed all dependencies and started the web app, you can navigate to http://localhost:8000.
- Install python
- Clone the repo
git clone https://github.com/e-tornike/openreviewexplorer.git
- Create and activate a virtual environment
python3 -m venv venv source /venv/bin/activate
- Install python packages
pip install -r requirements.txt
Run the application on a specified port (e.g., port 8000) and navigate to http://localhost:5000:
flask --app app run
MIT license. See LICENSE
for more information.
Tornike Tsereteli - [email protected]