Add task categories and paper link

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -22
README.md CHANGED
@@ -1,58 +1,54 @@
1
  ---
 
 
2
  configs:
3
  - config_name: AmazonReviews2014-Beauty
4
  data_files:
5
  - split: val
6
- path: "AmazonReviews2014-Beauty/val.jsonl"
7
  - split: test
8
- path: "AmazonReviews2014-Beauty/test.jsonl"
9
-
10
  - config_name: AmazonReviews2014-Sports_and_Outdoors
11
  data_files:
12
  - split: val
13
- path: "AmazonReviews2014-Sports_and_Outdoors/val.jsonl"
14
  - split: test
15
- path: "AmazonReviews2014-Sports_and_Outdoors/test.jsonl"
16
-
17
  - config_name: AmazonReviews2023-Industrial_and_Scientific
18
  data_files:
19
  - split: val
20
- path: "AmazonReviews2023-Industrial_and_Scientific/val.jsonl"
21
  - split: test
22
- path: "AmazonReviews2023-Industrial_and_Scientific/test.jsonl"
23
-
24
  - config_name: AmazonReviews2023-Musical_Instruments
25
  data_files:
26
  - split: val
27
- path: "AmazonReviews2023-Musical_Instruments/val.jsonl"
28
  - split: test
29
- path: "AmazonReviews2023-Musical_Instruments/test.jsonl"
30
-
31
  - config_name: AmazonReviews2023-Office_Products
32
  data_files:
33
  - split: val
34
- path: "AmazonReviews2023-Office_Products/val.jsonl"
35
  - split: test
36
- path: "AmazonReviews2023-Office_Products/test.jsonl"
37
-
38
  - config_name: Steam
39
  data_files:
40
  - split: val
41
- path: "Steam/val.jsonl"
42
  - split: test
43
- path: "Steam/test.jsonl"
44
-
45
  - config_name: Yelp-Yelp_2020
46
  data_files:
47
  - split: val
48
- path: "Yelp-Yelp_2020/val.jsonl"
49
  - split: test
50
- path: "Yelp-Yelp_2020/test.jsonl"
51
  ---
52
 
53
  # MemGen Annotations
54
 
55
- This is the annotation dataset for **On the Memorization and Generalization of Generative Recommendation**.
56
 
57
  <a href="https://huggingface.co/papers/2603.19809"><img src="https://img.shields.io/badge/Paper-ArXiv-red"></a>
58
  <a href="https://github.com/Jamesding000/MemGen-GR"><img src="https://img.shields.io/badge/Code-GitHub-black"></a>
@@ -91,4 +87,4 @@ ds = (ds
91
  .add_column("master", labels["master"])
92
  .add_column("subcategories", labels["subcategories"])
93
  .add_column("all_labels", labels["all_labels"]))
94
- ```
 
1
  ---
2
+ task_categories:
3
+ - other
4
  configs:
5
  - config_name: AmazonReviews2014-Beauty
6
  data_files:
7
  - split: val
8
+ path: AmazonReviews2014-Beauty/val.jsonl
9
  - split: test
10
+ path: AmazonReviews2014-Beauty/test.jsonl
 
11
  - config_name: AmazonReviews2014-Sports_and_Outdoors
12
  data_files:
13
  - split: val
14
+ path: AmazonReviews2014-Sports_and_Outdoors/val.jsonl
15
  - split: test
16
+ path: AmazonReviews2014-Sports_and_Outdoors/test.jsonl
 
17
  - config_name: AmazonReviews2023-Industrial_and_Scientific
18
  data_files:
19
  - split: val
20
+ path: AmazonReviews2023-Industrial_and_Scientific/val.jsonl
21
  - split: test
22
+ path: AmazonReviews2023-Industrial_and_Scientific/test.jsonl
 
23
  - config_name: AmazonReviews2023-Musical_Instruments
24
  data_files:
25
  - split: val
26
+ path: AmazonReviews2023-Musical_Instruments/val.jsonl
27
  - split: test
28
+ path: AmazonReviews2023-Musical_Instruments/test.jsonl
 
29
  - config_name: AmazonReviews2023-Office_Products
30
  data_files:
31
  - split: val
32
+ path: AmazonReviews2023-Office_Products/val.jsonl
33
  - split: test
34
+ path: AmazonReviews2023-Office_Products/test.jsonl
 
35
  - config_name: Steam
36
  data_files:
37
  - split: val
38
+ path: Steam/val.jsonl
39
  - split: test
40
+ path: Steam/test.jsonl
 
41
  - config_name: Yelp-Yelp_2020
42
  data_files:
43
  - split: val
44
+ path: Yelp-Yelp_2020/val.jsonl
45
  - split: test
46
+ path: Yelp-Yelp_2020/test.jsonl
47
  ---
48
 
49
  # MemGen Annotations
50
 
51
+ This is the annotation dataset for the paper **[How Well Does Generative Recommendation Generalize?](https://huggingface.co/papers/2603.19809)**.
52
 
53
  <a href="https://huggingface.co/papers/2603.19809"><img src="https://img.shields.io/badge/Paper-ArXiv-red"></a>
54
  <a href="https://github.com/Jamesding000/MemGen-GR"><img src="https://img.shields.io/badge/Code-GitHub-black"></a>
 
87
  .add_column("master", labels["master"])
88
  .add_column("subcategories", labels["subcategories"])
89
  .add_column("all_labels", labels["all_labels"]))
90
+ ```