--- language: - en license: cc-by-4.0 task_categories: - time-series-forecasting tags: - fresh-retail - censored-demand - hourly-stock-status size_categories: - 1M store_id - **product category**: management_group_id > first_category_id > second_category_id > third_category_id > product_id ## How to use it You can load the dataset with the following lines of code. ```python from datasets import load_dataset dataset = load_dataset("Dingdong-Inc/FreshRetailNet-LT") print(dataset) ``` ```text DatasetDict({ train: Dataset({ features: ['city_id', 'store_id', 'management_group_id', 'first_category_id', 'second_category_id', 'third_category_id', 'product_id', 'dt', 'sale_amount', 'hours_sale', 'stock_hour6_22_cnt', 'hours_stock_status', 'activity_flag', 'discount', 'holiday_flag', 'precpt', 'avg_temperature', 'avg_humidity', 'avg_wind_level'], num_rows: 7869549 }) eval: Dataset({ features: ['city_id', 'store_id', 'management_group_id', 'first_category_id', 'second_category_id', 'third_category_id', 'product_id', 'dt', 'sale_amount', 'hours_sale', 'stock_hour6_22_cnt', 'hours_stock_status', 'activity_flag', 'discount', 'holiday_flag', 'precpt', 'avg_temperature', 'avg_humidity', 'avg_wind_level'], num_rows: 70000 }) }) ``` ## License/Terms of Use This dataset is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) available at https://creativecommons.org/licenses/by/4.0/legalcode. **Data Developer:** Dingdong-Inc ### Use Case:
Developers researching latent demand recovery and demand forecasting techniques.
### Release Date:
02/02/2026
## Data Version 1.0 (02/02/2026) ## Intended use The FreshRetailNet-LT Dataset is intended to be freely used by the community to continue to improve latent demand recovery and demand forecasting techniques. **However, for each dataset an user elects to use, the user is responsible for checking if the dataset license is fit for the intended purpose**. ## Citation If you find the data useful, please cite: ``` @article{2026FreshRetailNet-LT, title={FreshRetailNet-LT: A Stockout-Annotated Censored Demand Dataset for Latent Demand Recovery and Forecasting in Fresh Retail}, author={Anonymous Author(s)}, year={2026}, eprint={2506.xxxxx}, archivePrefix={arXiv}, primaryClass={cs.LG}, url={https://arxiv.org/abs/2506.xxxxx}, } ```