yunshiuan / llm-agent-opinion-dynamics

The repository for the scripts and materials for the paper "Simulating Opinion Dynamics with Networks of LLM-based Agents"."
MIT License
13 stars 0 forks source link

Missing files #1

Open masashi2000 opened 1 day ago

masashi2000 commented 1 day ago

Thanks for the nice repository!

I tried the code below but could not execute it. The reason is that there is no list_agent_descriptions_neutral.csv and list_agent_descriptions_neutral_special.csv files.

Can you add those files?

python scripts/opinion_dynamics_v2.py \ -agents 10 \ -steps 100 \ --no_rating \ -out seed1 \ -version v37_confirmation_bias_reverse \ -m gpt-4-1106-preview

yunshiuan commented 1 day ago

Thank you for catching this. We are working on this issue.