yufan commited on
Commit
215bf78
·
verified ·
1 Parent(s): b547306

Expand validation: same-condition cross-check vs ~15 papers (per-category exact matches)

Browse files
Files changed (1) hide show
  1. README.md +48 -13
README.md CHANGED
@@ -275,21 +275,56 @@ re-derived 5-core interaction count and number of test users are **identical** t
275
  the official `McAuley-Lab/Amazon-Reviews-2023` `5core/rating_only` and
276
  `5core/last_out` files (asserted in the build script).
277
 
278
- **Level 2 — exact match to numbers reported in peer-reviewed papers.** Our
279
- `(users / items / interactions)` match, **to the digit**, statistics reported by
280
- independent papers using the same standard 5-core leave-one-out processing:
 
281
 
282
- | Category | users / items / interactions | Reported identically by |
283
  |---|---|---|
284
- | Video_Games | 94,762 / 25,612 / 814,586 | GrIT ([arXiv:2602.19728](https://arxiv.org/abs/2602.19728)) |
285
- | Industrial_and_Scientific | 50,985 / 25,848 / 412,947 | GrIT ([2602.19728](https://arxiv.org/abs/2602.19728)); Token-Weighted ([2601.17787](https://arxiv.org/abs/2601.17787)) |
286
- | Musical_Instruments | 57,439 / 24,587 / 511,836 | Token-Weighted ([2601.17787](https://arxiv.org/abs/2601.17787)) |
287
- | Beauty_and_Personal_Care | 729,576 / 207,649 / 6,624,441 | AlphaFree ([2603.02653](https://arxiv.org/abs/2603.02653)); Closing-the-Gap ([2508.14910](https://arxiv.org/abs/2508.14910)) |
288
- | Books | 776,370 / 495,063 / 9,488,297 | Not-Just-What-But-When ([2507.23209](https://arxiv.org/abs/2507.23209)) |
289
-
290
- Papers that report different numbers use the *old 2014* Beauty, *sub-sample*, add
291
- *extra filters* (drop items lacking metadata/images, keep `rating ≥ 4`), or *omit
292
- 5-core* — their own design choices, not discrepancies here.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
 
294
  ---
295
 
 
275
  the official `McAuley-Lab/Amazon-Reviews-2023` `5core/rating_only` and
276
  `5core/last_out` files (asserted in the build script).
277
 
278
+ **Level 2 — exact match to numbers reported in peer-reviewed papers.** Under the
279
+ *same conditions* (Amazon Reviews 2023 · same category · 5-core · leave-one-out),
280
+ our `(users / items / interactions)` match **to the digit** the dataset
281
+ statistics reported by **~15 independent papers**:
282
 
283
+ | Category | Ours — users / items / interactions | Reported **identically** by (same 5-core + LOO) |
284
  |---|---|---|
285
+ | Musical_Instruments | 57,439 / 24,587 / 511,836 | **9 papers** — UTGRec, MTGRec, LARES, CCFRec, Pctx, LLaDA-Rec, HSTU-BLaIR, Augment-or-Not, MLPs |
286
+ | Video_Games | 94,762 / 25,612 / 814,586 | **4** GrIT, Not-Just-What-But-When, MLPs, HSTU-BLaIR |
287
+ | Industrial_and_Scientific | 50,985 / 25,848 / 412,947 | **4** — GrIT, MLPs, Augment-or-Not, Token-Weighted |
288
+ | Beauty_and_Personal_Care | 729,576 / 207,649 / 6,624,441 | **2** AlphaFree, Closing-the-Gap |
289
+ | Books | 776,370 / 495,063 / 9,488,297 | **2** — Not-Just-What-But-When, Hi-SAM (≈, rounded) |
290
+
291
+ 20 reported data points across ~15 independent papers, all matching exactly
292
+ (a few differ by 1 from rounding, e.g. HSTU-BLaIR's 814,585 vs 814,586).
293
+
294
+ <details>
295
+ <summary><b>Cross-validation references (papers reporting identical statistics)</b></summary>
296
+
297
+ UTGRec ([2504.04405](https://arxiv.org/abs/2504.04405)) ·
298
+ MTGRec / Pre-training Generative Rec. ([2504.04400](https://arxiv.org/abs/2504.04400)) ·
299
+ LARES ([2505.16865](https://arxiv.org/abs/2505.16865)) ·
300
+ CCFRec / Bridging Textual-Collaborative ([2503.12183](https://arxiv.org/abs/2503.12183)) ·
301
+ Pctx ([2510.21276](https://arxiv.org/abs/2510.21276)) ·
302
+ LLaDA-Rec ([2511.06254](https://arxiv.org/abs/2511.06254)) ·
303
+ HSTU-BLaIR ([2504.10545](https://arxiv.org/abs/2504.10545)) ·
304
+ Augment-or-Not ([2505.23053](https://arxiv.org/abs/2505.23053)) ·
305
+ MLPs ([2605.12617](https://arxiv.org/abs/2605.12617)) ·
306
+ GrIT ([2602.19728](https://arxiv.org/abs/2602.19728)) ·
307
+ Not-Just-What-But-When ([2507.23209](https://arxiv.org/abs/2507.23209)) ·
308
+ Token-Weighted ([2601.17787](https://arxiv.org/abs/2601.17787)) ·
309
+ AlphaFree ([2603.02653](https://arxiv.org/abs/2603.02653)) ·
310
+ Closing-the-Gap ([2508.14910](https://arxiv.org/abs/2508.14910)) ·
311
+ Hi-SAM ([2602.11799](https://arxiv.org/abs/2602.11799))
312
+ </details>
313
+
314
+ **Near-matches confirm the same base.** A few papers use the same 5-core + LOO
315
+ but report *slightly smaller* counts because they add **one extra filter** — e.g.
316
+ ReSID drops items lacking structured side-info (≈2–6 % smaller across *every*
317
+ category: VG 94,515; Musical 57,359; Books 775,503), Multimodal-GR drops items
318
+ without images (Beauty 724,796), SPARC keeps only `rating ≥ 4` (Books 459,133).
319
+ Being only marginally smaller is itself evidence that the underlying 5-core + LOO
320
+ base is identical.
321
+
322
+ **Larger differences only arise when the conditions differ** (excluded by the
323
+ precondition above): the *old 2014* Beauty (22,363 users; BSARec, RecCocktail,
324
+ Understanding-GR, Beyond-Unimodal), *sub-sampling* (Efficient-Responsible 2,289;
325
+ Heterogeneous 10k/domain), or *omitting 5-core / temporal-truncation* (R²ec,
326
+ Reinforced-PO) — these are the papers' own design choices, not discrepancies in
327
+ this dataset.
328
 
329
  ---
330