ChatGPT - Review & Rebuttal
A browser extension for generating reviews and rebuttals in openreview, powered by ChatGPT.
Project status: Beta - Bugs likely - If you run into issues or have feature suggestions --> Submit them as an issue!
Screenshot Gallery
ChatGPT - Generate Review
generate review in the extension popup
inject to openreview.net
ChatGPT - Generate Rebuttal
inject to openreview.net
Installation
Install to Chrome/Edge
Install from Web Store (Preferred)
https://microsoftedge.microsoft.com/addons/detail/review-rebuttal/aboaofpciadffeflfapkbnjciaefhmhi
Local Install
- Download
chromium.zip
from Releases. - Unzip the file.
- In Chrome/Edge go to the extensions page (
chrome://extensions
oredge://extensions
). - Enable Developer Mode.
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).
Install to Firefox
Local Install
- Download
firefox.zip
from Releases. - Unzip the file.
- Go to
about:debugging
, click "This Firefox" on the sidebar. - Click "Load Temporary Add-on" button, then select any file in the unzipped folder.
Build from source
- Clone the repo
- Install dependencies with
npm
npm run build
- Load
build/chromium/
orbuild/firefox/
directory to your browser
Issues & Feature requests
Please report any issues or feature requests on the GitHub Issue tab. I will try to respond as soon as possible!
Outstanding items & Future plans
- Refactor prompt engineering
- Add shortcuts
Major Acknowledgements
- ChatGPT for doing all the heavy lifting.
- wong2/chat-gpt-google-extension for serving as a base for the extension. The entire backend integration with ChatGPT is built by them and I use it as-is (including the readme instructions below). It is phenomenal work and I highly recommend checking it out.
- TiesdeKok/chat-gpt-jupyter-extension for serving as a base for the extension.