kvignesh1420 commited on
Commit
ec028dd
·
verified ·
1 Parent(s): 6751c50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -49,21 +49,7 @@ Tasks are `kind: forecast` (labels shipped as-is) or `kind: autocomplete`. This
49
  **train-only** release: tasks ship a single `train.parquet` and `val_timestamp` /
50
  `test_timestamp` are null, designed for pretraining, not held-out evaluation.
51
 
52
- ## RelBench decontamination
53
-
54
- Databases whose source data overlaps with RelBench benchmark datasets are excluded, so
55
- models pretrained on The Join do not see RelBench evaluation data. Exclusions are based
56
- on exact source match (same site, dump, or API): the McAuley Amazon reviews books subset
57
- (rel-amazon), AACT ClinicalTrials.gov (rel-trial), RateBeer reviews (rel-ratebeer),
58
- Formula 1 race history (rel-f1), and all copies of the stats.stackexchange.com dump
59
- (rel-stack), including those republished under other names by the CTU relational
60
- repository ("stats") and BIRD ("codebase_community"). The same rule is applied against
61
- the dbinfer family (4DBInfer): the Kaggle RetailRocket dump (dbinfer-retailrocket) and
62
- the Seznam.cz wallet data (dbinfer-seznam, also distributed by the CTU relational
63
- repository) are excluded; dbinfer's amazon (Books) and stackexchange
64
- (stats.stackexchange.com) sources coincide with the RelBench exclusions above. Datasets
65
- drawn from different subsets of a shared source family (e.g. other Amazon categories,
66
- other Stack Exchange sites) are retained.
67
 
68
  ## Licensing
69
 
 
49
  **train-only** release: tasks ship a single `train.parquet` and `val_timestamp` /
50
  `test_timestamp` are null, designed for pretraining, not held-out evaluation.
51
 
52
+ Databases whose source data overlaps with RelBench and dbinfer benchmark datasets are excluded.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ## Licensing
55