Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk committed Nov 1, 2023
1 parent f32f42a commit 47a1c33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions llm_generate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Data Generation

For the first step, we generate envProfile (including scenario / social goal / relationship restriction) based on inspiring prompt.

For the second step, we put the original agentProfile and relationshipProfile into our new redis database

For the third step, we combine them together to be combos based on conditiona sampling (the restriction is the relationship)

All the EnvProfile (new generated), AgentProfile (sotopia original), RelationshipProfile (sotopia original), and envagentcombo are on the redis database that is new created.

0 comments on commit 47a1c33

Please sign in to comment.