From 302e56440f06cc25434e364d8a067de4dce1c28e Mon Sep 17 00:00:00 2001 From: Haofei Yu <1125027232@qq.com> Date: Wed, 1 Nov 2023 17:39:21 -0400 Subject: [PATCH] add readme --- llm_generate/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 llm_generate/README.md diff --git a/llm_generate/README.md b/llm_generate/README.md new file mode 100644 index 00000000..869e5537 --- /dev/null +++ b/llm_generate/README.md @@ -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. \ No newline at end of file