JarvisGu commited on
Commit
2acbe01
·
verified ·
1 Parent(s): 277dfb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -25,8 +25,8 @@ configs:
25
  ## Dataset Overview
26
  FreshRetailNet-50K is the first large-scale benchmark for censored demand estimation in the fresh retail domain, **incorporating approximately 20% organically occurring stockout data**. It comprises 50,000 store-product 90-day time series of detailed hourly sales data from 898 stores in 18 major cities, encompassing 863 perishable SKUs with meticulous stockout event annotations. The hourly stock status records unique to this dataset, combined with rich contextual covariates including promotional discounts, precipitation, and other temporal features, enable innovative research beyond existing solutions.
27
 
28
- - [Technical Report](It will be posted later.) - Discover the methodology and technical details behind FreshRetailNet-50K.
29
- - [Github Repo](It will be posted later.) - Access the complete pipeline used to train and evaluate.
30
 
31
  This dataset is ready for commercial/non-commercial use.
32
 
@@ -113,11 +113,11 @@ If you find the data useful, please cite:
113
  ```
114
  @article{2025freshretailnet-50k,
115
  title={FreshRetailNet-50K: A Stockout-Annotated Censored Demand Dataset for Latent Demand Recovery and Forecasting in Fresh Retail},
116
- author={Anonymous Author(s)},
117
  year={2025},
118
- eprint={2505.xxxxx},
119
  archivePrefix={arXiv},
120
- primaryClass={stat.ML},
121
- url={https://arxiv.org/abs/2505.xxxxx},
122
  }
123
  ```
 
25
  ## Dataset Overview
26
  FreshRetailNet-50K is the first large-scale benchmark for censored demand estimation in the fresh retail domain, **incorporating approximately 20% organically occurring stockout data**. It comprises 50,000 store-product 90-day time series of detailed hourly sales data from 898 stores in 18 major cities, encompassing 863 perishable SKUs with meticulous stockout event annotations. The hourly stock status records unique to this dataset, combined with rich contextual covariates including promotional discounts, precipitation, and other temporal features, enable innovative research beyond existing solutions.
27
 
28
+ - [Technical Report](https://arxiv.org/abs/2505.16319) - Discover the methodology and technical details behind FreshRetailNet-50K.
29
+ - [Github Repo](https://github.com/Dingdong-Inc/frn-50k-baseline) - Access the complete pipeline used to train and evaluate.
30
 
31
  This dataset is ready for commercial/non-commercial use.
32
 
 
113
  ```
114
  @article{2025freshretailnet-50k,
115
  title={FreshRetailNet-50K: A Stockout-Annotated Censored Demand Dataset for Latent Demand Recovery and Forecasting in Fresh Retail},
116
+ author={Yangyang Wang, Jiawei Gu, Li Long, Xin Li, Li Shen, Zhouyu Fu, Xiangjun Zhou, Xu Jiang},
117
  year={2025},
118
+ eprint={2505.16319},
119
  archivePrefix={arXiv},
120
+ primaryClass={cs.LG},
121
+ url={https://arxiv.org/abs/2505.16319},
122
  }
123
  ```