Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## SCASRec: A Self-Correcting and Auto-Stopping Model for Generative List Recommendation
|
| 2 |
This is an example of our paper dataset, a more comprehensive dataset will be added later.<br>
|
| 3 |
The following table contains the feature dimensions and key features of our dataset.
|
|
@@ -6,4 +10,4 @@ The following table contains the feature dimensions and key features of our data
|
|
| 6 |
| :---- | :---- | :----: | :--- |
|
| 7 |
| 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 |
|
| 8 |
| Scene Features | Represent the contextual information of route recommendation |1 * 10 | Request time<br>User familiarity with the origin and destination |
|
| 9 |
-
| User Historical Seq | A series of route selection records arranged in chronological order |T * 31 | Selected route features<br>Unselected route features |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
---
|
| 5 |
## SCASRec: A Self-Correcting and Auto-Stopping Model for Generative List Recommendation
|
| 6 |
This is an example of our paper dataset, a more comprehensive dataset will be added later.<br>
|
| 7 |
The following table contains the feature dimensions and key features of our dataset.
|
|
|
|
| 10 |
| :---- | :---- | :----: | :--- |
|
| 11 |
| 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 |
|
| 12 |
| Scene Features | Represent the contextual information of route recommendation |1 * 10 | Request time<br>User familiarity with the origin and destination |
|
| 13 |
+
| User Historical Seq | A series of route selection records arranged in chronological order |T * 31 | Selected route features<br>Unselected route features |
|