Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ size_categories:
|
|
| 7 |
---
|
| 8 |
# NYC Taxi Trip Dataset
|
| 9 |
|
| 10 |
-
This dataset contains NYC taxi trip data from May 1-7, 2013, excluding trips to and from Staten Island. It includes 2,957 sequences with 362,374 events and 8 location types. The data can be downloaded from [NYC Taxi Trips](https://www.andresmh.com/nyctaxitrips/) and is subject to the [NYC Terms of Use](https://www.nyc.gov/home/terms-of-use.page). The detailed data preprocessing steps used to create this dataset can be found in the [TPP-LLM paper](https://arxiv.org/abs/2410.02062) and [TPP-
|
| 11 |
|
| 12 |
**Update (2025-10-28):** Added three timestamp fields (`timestamp_event`, `timestamp_since_start`, `timestamp_since_last_event`) in seconds, and corrected the geographic boundary from v24C to the historically accurate 2013 version (v13B). If you wish to reproduce the original TPP-LLM results, please refer to the earlier dataset snapshots in the Commit History.
|
| 13 |
|
|
@@ -20,8 +20,8 @@ If you find this dataset useful, we kindly invite you to cite the following pape
|
|
| 20 |
year={2024}
|
| 21 |
}
|
| 22 |
|
| 23 |
-
@article{
|
| 24 |
-
title={
|
| 25 |
author={Liu, Zefang and Quan, Yinzhu},
|
| 26 |
journal={arXiv preprint arXiv:2410.14043},
|
| 27 |
year={2024}
|
|
|
|
| 7 |
---
|
| 8 |
# NYC Taxi Trip Dataset
|
| 9 |
|
| 10 |
+
This dataset contains NYC taxi trip data from May 1-7, 2013, excluding trips to and from Staten Island. It includes 2,957 sequences with 362,374 events and 8 location types. The data can be downloaded from [NYC Taxi Trips](https://www.andresmh.com/nyctaxitrips/) and is subject to the [NYC Terms of Use](https://www.nyc.gov/home/terms-of-use.page). The detailed data preprocessing steps used to create this dataset can be found in the [TPP-LLM paper](https://arxiv.org/abs/2410.02062) and [TPP-Embedding paper](https://arxiv.org/abs/2410.14043).
|
| 11 |
|
| 12 |
**Update (2025-10-28):** Added three timestamp fields (`timestamp_event`, `timestamp_since_start`, `timestamp_since_last_event`) in seconds, and corrected the geographic boundary from v24C to the historically accurate 2013 version (v13B). If you wish to reproduce the original TPP-LLM results, please refer to the earlier dataset snapshots in the Commit History.
|
| 13 |
|
|
|
|
| 20 |
year={2024}
|
| 21 |
}
|
| 22 |
|
| 23 |
+
@article{liu2024retrieval,
|
| 24 |
+
title={Retrieval of Temporal Event Sequences from Textual Descriptions},
|
| 25 |
author={Liu, Zefang and Quan, Yinzhu},
|
| 26 |
journal={arXiv preprint arXiv:2410.14043},
|
| 27 |
year={2024}
|