You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section E.1 of the paper mentions that OASIS uses GPT-3.5 Turbo to generate detailed user profiles based on the user’s profile and all previous posts, and a prompt for this generation is provided. However, I could not find the relevant code implementation for this process in the repository. Is it included in the code? It seems that in oasis/social_agent/agents_generator.py, the agents are assigned MBTI types randomly, and no other detailed profile information seems to be generated. Could you clarify if this feature is implemented elsewhere or is still to be added?
The text was updated successfully, but these errors were encountered:
This code is simple. We wrote a script that calls the OpenAI API to generate a detailed profile. Then, we save it into the user information CSV file. For specific usage instructions, you can refer to https://platform.openai.com/docs/quickstart. We will add the code later.
Thank you for the great work!
Section E.1 of the paper mentions that OASIS uses GPT-3.5 Turbo to generate detailed user profiles based on the user’s profile and all previous posts, and a prompt for this generation is provided. However, I could not find the relevant code implementation for this process in the repository. Is it included in the code? It seems that in oasis/social_agent/agents_generator.py, the agents are assigned MBTI types randomly, and no other detailed profile information seems to be generated. Could you clarify if this feature is implemented elsewhere or is still to be added?
The text was updated successfully, but these errors were encountered: