ArjunPanickssery / self_recognition

10 stars 2 forks source link

LLM Evaluators Recognize and Favor Their Own Generations

Read the paper here: http://tiny.cc/llm_self_recognition

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then create a .env file with the relevant variables as needed: OPENAI_API_KEY, ANTHROPIC_API_KEY, HF_TOKEN.