Mirror1 commited on
Commit
071e90e
·
verified ·
1 Parent(s): 24924d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -34,4 +34,25 @@ configs:
34
  data_files:
35
  - split: test
36
  path: data/test-*
 
 
 
 
 
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  data_files:
35
  - split: test
36
  path: data/test-*
37
+ license: cc-by-sa-4.0
38
+ task_categories:
39
+ - text-generation
40
+ language:
41
+ - en
42
  ---
43
+
44
+
45
+ # UserMirrorrer-eval
46
+ This is the evaluation set of UserMirrorer.
47
+
48
+ Please refer to our paper: "Mirroring Users: Towards Building Preference-aligned User Simulator with Recommendation Feedback".
49
+
50
+ ## Notice
51
+
52
+ In the `UserMirrorer` dataset, the raw data from `MIND` and `MovieLens-1M` datasets are distributed under restrictive licenses and cannot
53
+ be included directly.
54
+
55
+ Therefore, we provide a comprehensive, step-by-step pipeline to load the original archives, execute all necessary preprocessing
56
+ operations, and assemble the final UserMirrorer training and test splits.
57
+
58
+ Click [here](https://colab.research.google.com/github/UserMirrorer/UserMirrorer/blob/main/UserMirrorer_GetFullDataset.ipynb) to run the script notebook on Google Colab to get the full dataset. Also, you can download it and run it locally.