Using ChatGPT to polish your academic paper. Still under development but works for txt input files. It keeps Latex and overleaf formatting and citiations most of time (not guaranteed). It also keeps the original paper structure. It is not perfect but it is a good start...
The cost for one paper is roughly about $0.04 to $0.05 USD. Depends on length. You can run the support functions section then run the cost estimation function to get an estimate of the cost for free.
Steps to run it:
- Open the paperPolisher.ipynb file in Colab
- Put your origional paper into the repo as txt file (Copy & Paste into txt works)
- Put your openai api key in the setup section.
- Change filename = 'YOUR_ORIGIONAL_PAPER_FILE_NAME.txt'
- Run the required support functions.
- Then run the last section you should get a polished paper as 'polished_YOUR_ORIGIONAL_PAPER_FILE_NAME.txt'