Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
# 1 About Dataset
|
5 |
**LaDe** is a publicly available last-mile delivery dataset with millions of packages from industry.
|
6 |
It has three unique characteristics: (1) Large-scale. It involves 10,677k packages of 21k couriers over 6 months of real-world operation.
|
7 |
(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.
|
@@ -9,7 +9,7 @@ It has three unique characteristics: (1) Large-scale. It involves 10,677k packa
|
|
9 |
|
10 |
If you use this dataset for your research, please cite this paper: {xxx}
|
11 |
|
12 |
-
# 2 Download
|
13 |
LaDe is composed of two subdatasets: i) [LaDe-D](https://huggingface.co/datasets/Cainiao-AI/LaDe-D), which comes from the package delivery scenario.
|
14 |
ii) [LaDe-P](https://huggingface.co/datasets/Cainiao-AI/LaDe-P), which comes from the package pickup scenario. To facilitate the utilization of the dataset, each sub-dataset is presented in CSV format.
|
15 |
|
@@ -28,7 +28,7 @@ The structure of "/data/raw/" should be like:
|
|
28 |
Each sub-dataset contains 5 csv files, with each representing the data from a specific city.
|
29 |
Below is the detailed field of each sub-dataset.
|
30 |
|
31 |
-
# 3 Description
|
32 |
## 3.1 LaDe-P
|
33 |
| Data field | Description | Unit/format |
|
34 |
|----------------------------|----------------------------------------------|--------------|
|
@@ -79,7 +79,7 @@ Below is the detailed field of each sub-dataset.
|
|
79 |
| ds | The date of the package delivery | Date |
|
80 |
|
81 |
|
82 |
-
# 4 Leaderboard
|
83 |
## 4.1 Route Prediction
|
84 |
| Method | HR@3 | KRC | LSD | ED |
|
85 |
|--------------|----------------|----------------|----------------|----------------|
|
@@ -118,7 +118,7 @@ Below is the detailed field of each sub-dataset.
|
|
118 |
|
119 |
|
120 |
|
121 |
-
# 5 Citation
|
122 |
To cite this repository:
|
123 |
|
124 |
```shell
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# 1. About Dataset
|
5 |
**LaDe** is a publicly available last-mile delivery dataset with millions of packages from industry.
|
6 |
It has three unique characteristics: (1) Large-scale. It involves 10,677k packages of 21k couriers over 6 months of real-world operation.
|
7 |
(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.
|
|
|
9 |
|
10 |
If you use this dataset for your research, please cite this paper: {xxx}
|
11 |
|
12 |
+
# 2. Download
|
13 |
LaDe is composed of two subdatasets: i) [LaDe-D](https://huggingface.co/datasets/Cainiao-AI/LaDe-D), which comes from the package delivery scenario.
|
14 |
ii) [LaDe-P](https://huggingface.co/datasets/Cainiao-AI/LaDe-P), which comes from the package pickup scenario. To facilitate the utilization of the dataset, each sub-dataset is presented in CSV format.
|
15 |
|
|
|
28 |
Each sub-dataset contains 5 csv files, with each representing the data from a specific city.
|
29 |
Below is the detailed field of each sub-dataset.
|
30 |
|
31 |
+
# 3. Description
|
32 |
## 3.1 LaDe-P
|
33 |
| Data field | Description | Unit/format |
|
34 |
|----------------------------|----------------------------------------------|--------------|
|
|
|
79 |
| ds | The date of the package delivery | Date |
|
80 |
|
81 |
|
82 |
+
# 4. Leaderboard
|
83 |
## 4.1 Route Prediction
|
84 |
| Method | HR@3 | KRC | LSD | ED |
|
85 |
|--------------|----------------|----------------|----------------|----------------|
|
|
|
118 |
|
119 |
|
120 |
|
121 |
+
# 5. Citation
|
122 |
To cite this repository:
|
123 |
|
124 |
```shell
|