Systematic Evaluation of GPT-3 for Zero-Shot Personality Estimation This repository contains the code to reproduce the experiments presented in the paper Systematic Evaluation of GPT-3 for Zero-Shot Personality Estimation. Setup conda create --name gpt-per-est python=3.9.6 pip install -r requirements.txt