Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question Regarding Detailed User Profile Generation #36

Open
bebinca opened this issue Jan 26, 2025 · 1 comment
Open

Question Regarding Detailed User Profile Generation #36

bebinca opened this issue Jan 26, 2025 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@bebinca
Copy link

bebinca commented Jan 26, 2025

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?

@zhangzaibin
Copy link
Member

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.

@yiyiyi0817 yiyiyi0817 added the question Further information is requested label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants