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!
ChatGPT - Generate Review
generate review in the extension popup
inject to openreview.net
ChatGPT - Generate Rebuttal
inject to openreview.net
https://microsoftedge.microsoft.com/addons/detail/review-rebuttal/aboaofpciadffeflfapkbnjciaefhmhi
- 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).
- 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.
- Clone the repo
- Install dependencies with
npm
npm run build
- Load
build/chromium/
orbuild/firefox/
directory to your browser
Please report any issues or feature requests on the GitHub Issue tab. I will try to respond as soon as possible!
- Refactor prompt engineering
- Add shortcuts
- 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.