Cainiao-AI/LaDe-D
1. About Dataset LaDe is a publicly available last-mile delivery dataset with millions of packages from industry. It has three unique characteristics: (1) Large-scale. It involves 10,677k packages of 21k couriers over 6 months of real-world operation. (2) Comprehensive information, it offers original package information, such as its location and time requirements, as well as task-event information, which records when and where the courier is while events such as task-accept… See the full description on the dataset page: https://huggingface.co/datasets/Cainiao-AI/LaDe-D.
1. About Dataset
LaDe is a publicly available last-mile delivery dataset with millions of packages from industry. It has three unique characteristics: (1) Large-scale. It involves 10,677k packages of 21k couriers over 6 months of real-world operation. (2) Comprehensive information, it offers original package information, such as its location and time requirements, as well as task-event information, which records when and where the courier is while events such as task-accept and task-finish events happen. (3) Diversity: the dataset includes data from various scenarios, such as package pick-up and delivery, and from multiple cities, each with its unique spatio-temporal patterns due to their distinct characteristics such as populations.
If you use this dataset for your research, please cite this paper: {xxx}
2. Download
LaDe is composed of two subdatasets: i) LaDe-D, which comes from the package delivery scenario. ii) LaDe-P, which comes from the package pickup scenario. To facilitate the utilization of the dataset, each sub-dataset is presented in CSV format.
LaDe-D is the first subdataset from LaDe.
LaDe can be used for research purposes. Before you download the dataset, please read these terms. And Code link. Then put the data into "./data/raw/". The structure of "./data/raw/" should be like:
* ./data/raw/
* delivery
* delivery_sh.csv
* ... LaDe-D contains 5 files, with each representing the data from a specific city, the detail of each city can be find in the following table.
3. Description
Below is the detailed field of each LaDe-D.
4. Leaderboard
Blow shows the performance of different methods in Shanghai.
4.1 Route Prediction
Experimental results of route prediction. We use bold and underlined fonts to denote the best and runner-up model, respectively.
4.2 Estimated Time of Arrival Prediction
4.3 Spatio-temporal Graph Forecasting
5. Citation
To cite this repository:
@software{pytorchgithub,
author = {xx},
title = {xx},
url = {xx},
version = {0.6.x},
year = {2021},
}