Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
License:
kunyang2 commited on
Commit
dcadca1
·
verified ·
1 Parent(s): 467fa09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -20,23 +20,22 @@ We adopt the official absolute-timestamp split provided by the corpus.
20
 
21
  ## Post-processing Pipeline
22
  The dataset is processed per category as follows:
 
23
  1. positive sample
24
- We treat user-item interactions with user ratings greater than 3 as positive samples.
25
 
26
  2. K-core filtering
27
- To improve data quality, we remove users with fewer than 10
28
- interactions in CDs and fewer than 5 interactions in the remaining
29
- datasets.
30
 
31
  ## Directory Layout (per category)
32
  Each category has its own folder containing:
33
- item.csv: Primarily containing the remapped IDs for the items within that specific category.
34
 
35
- train.csv: A file containing the interaction sequences used for training the model.
36
 
37
- valid.csv: A dedicated directory containing the validation sequences to tune hyperparameters and prevent overfitting.
38
 
39
- test.csv: A directory containing the test sequences.
40
 
41
  ## Licensing & Attribution
42
  This dataset is derived from Amazon Reviews 2023. Please refer to the original dataset page for licensing/usage terms and attribution requirements:
 
20
 
21
  ## Post-processing Pipeline
22
  The dataset is processed per category as follows:
23
+
24
  1. positive sample
25
+ We treat user-item interactions with user ratings greater than 3 as positive samples.
26
 
27
  2. K-core filtering
28
+ To improve data quality, we remove users with fewer than 10 interactions in CDs and fewer than 5 interactions in the remaining datasets.
 
 
29
 
30
  ## Directory Layout (per category)
31
  Each category has its own folder containing:
32
+ * item.csv: Primarily containing the remapped IDs for the items within that specific category.
33
 
34
+ * train.csv: A file containing the interaction sequences used for training the model.
35
 
36
+ * valid.csv: A dedicated directory containing the validation sequences to tune hyperparameters and prevent overfitting.
37
 
38
+ * test.csv: A directory containing the test sequences.
39
 
40
  ## Licensing & Attribution
41
  This dataset is derived from Amazon Reviews 2023. Please refer to the original dataset page for licensing/usage terms and attribution requirements: