Linkseed commited on
Commit
2e8d97b
·
verified ·
1 Parent(s): 5f7b3d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -21,6 +21,9 @@ size_categories:
21
  ## Paper
22
  https://arxiv.org/abs/2412.03148
23
 
 
 
 
24
  ## Table of Contents
25
 
26
  - [Overview](#overview)
@@ -30,6 +33,11 @@ https://arxiv.org/abs/2412.03148
30
 
31
  ## Overview
32
  **Finerob** is a novel fine-grained user behavior simulation dataset collected from three social media platform: X(Twitter), Reddit, Zhihu.
 
 
 
 
 
33
 
34
  ## Dataset Description
35
 
@@ -45,4 +53,4 @@ We collect 78.6k fine-grained user behavior prediction QA data from 1866 users o
45
 
46
  You can find the detailed user infomation in *platform_user_info.json* through the *user_index*.
47
 
48
- *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.
 
21
  ## Paper
22
  https://arxiv.org/abs/2412.03148
23
 
24
+ ## Github
25
+ https://github.com/linkseed18612254945/FineRob
26
+
27
  ## Table of Contents
28
 
29
  - [Overview](#overview)
 
33
 
34
  ## Overview
35
  **Finerob** is a novel fine-grained user behavior simulation dataset collected from three social media platform: X(Twitter), Reddit, Zhihu.
36
+ The dataset is design to evalute the role-play capacity of LLMs through three differnet action elements simulation.
37
+
38
+ <p align="center">
39
+ <img center src="https://i.postimg.cc/rsy7wK7v/Fine-Rob-Example.png" alt="example">
40
+ </p>
41
 
42
  ## Dataset Description
43
 
 
53
 
54
  You can find the detailed user infomation in *platform_user_info.json* through the *user_index*.
55
 
56
+ *history_index* means the behavior index in user's complete timelines, basicly, you should predict this behavior by the history. The history_index 0 means it is the first behavior of the user.