Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,10 +21,10 @@ We adopt the official absolute-timestamp split provided by the corpus.
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)
 
21
  ## Post-processing Pipeline
22
  The dataset is processed per category as follows:
23
 
24
+ 1. Positive Sample Selection:
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)