Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk authored Mar 14, 2024
1 parent 587f985 commit 43e883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The first step of Sotopia-pi is **generating social tasks**. We sample keywords
The second step of Sotopia-pi is **collecting training data**. Based on the generated social tasks, we generate conversations between two LLM agents role-playing different characters under the [Sotopia environment](https://github.com/XuhuiZhou/sotopia).

## Social Task Generation
We first sample keywords (inspirational prompts) from three datasets. Running the following code will clean and merge inspirational prompts to `env_files/inspirational_prompt.csv`
We first sample keywords (inspirational prompts) from three datasets. Running the following code will clean and merge inspirational prompts to `env_files/inspirational_prompt.csv` (available [here](https://huggingface.co/datasets/cmu-lti/sotopia-pi/blob/main/inspirational_prompt.csv))
```python
python3 generate_inspirational_prompts.py
```
Expand Down

0 comments on commit 43e883e

Please sign in to comment.