Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- tabular-classification
|
| 4 |
+
- graph-ml
|
| 5 |
+
---
|
| 6 |
+
## GenMRP: A Generative Multi-Route Planning Framework for Efficient and Personalized Real-Time Industrial Navigation
|
| 7 |
+
This is the dataset for our paper.<br>
|
| 8 |
+
The following table contains the feature dimensions and key features of our dataset.
|
| 9 |
+
|
| 10 |
+
| Feature Type | Interpretation | Shape | Some Key Features
|
| 11 |
+
| :---- | :---- | :----: | :--- |
|
| 12 |
+
| Link Features | Includes the road segment attributes | K * 2 * N | Link length<br>Link Lane width |
|
| 13 |
+
| Frequency Features | Logs the user's travel history within the past three months |K * 2 * 10 * 7 | Delta Day<br>History status |
|
| 14 |
+
| Scene Features | Represent the contextual information of route recommendation |1 * 10 | Request time<br>User familiarity with the origin and destination |
|
| 15 |
+
| Long Features | A series of route selection records arranged in chronological order |T * 31 | Selected route features<br>Unselected route features |
|