Datasets:
File size: 1,077 Bytes
551f6e7 7fc71fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
task_categories:
- tabular-classification
tags:
- recommendation
- route
- generative list recommendation
---
## SCASRec: A Self-Correcting and Auto-Stopping Model for Generative Route List Recommendation
This is the dataset for our paper.<br>
The following table contains the feature dimensions and key features of our dataset.
| Feature Type | Interpretation | Shape | Some Key Features
| :---- | :---- | :----: | :--- |
| Route Features | Used to describe each route, including static features,<br> dynamic features, and trajectory statistical features | N * 62 | The estimated time of arrival for the route<br>The total distance length of the route |
| Scene Features | Represent the contextual information of route recommendation |1 * 10 | Request time<br>User familiarity with the origin and destination |
| Long Features | A series of route selection records arranged in chronological order |T * 31 | Selected route features<br>Unselected route features | |