Python code to perform In-Context Learning comparison on GPT for topic level sentiment analysis on Tokocrypto app review data.
- Data scraping
- Data cleaning
- Comparison of In-Context Learning on GPT
- Representation data with BERT
- Data clustering with EFCM
- Extraction of top words with c-TFIDF and Topic Interpretation with GPT
- Python (v3.10 or higher)
- Library on
python-code.ipynb - GPT API (https://platform.openai.com/usage)