Linkseed commited on
Commit
ed89297
1 Parent(s): 8d939f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -16,4 +16,7 @@ size_categories:
16
  ## Fine-Grained Behavior Simulation with Role-Playing Large Language Model on Social Media
17
 
18
  We collect 78.6k fine-grained user behavior prediction QA data from 1866 users on social medias(including Twitter, Reddit and Zhihu)
19
- You can find the detailed user infomation in *platform_user_info.json* through the *user_index*.
 
 
 
 
16
  ## Fine-Grained Behavior Simulation with Role-Playing Large Language Model on Social Media
17
 
18
  We collect 78.6k fine-grained user behavior prediction QA data from 1866 users on social medias(including Twitter, Reddit and Zhihu)
19
+
20
+ You can find the detailed user infomation in *platform_user_info.json* through the *user_index*.
21
+
22
+ *history_index* means the behavior index in user's complete timelines, basicly, you should predict this behavior by the history. The history_index is 0 means it is the first behavior of the user.