zefang-liu
commited on
Commit
•
f8d4392
1
Parent(s):
1d84bbd
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,21 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-LLM-Embedding paper](https://arxiv.org/abs/2410.14043).
|
11 |
+
|
12 |
+
If you find this dataset useful, we kindly invite you to cite the following papers:
|
13 |
+
```bibtex
|
14 |
+
@article{liu2024tppllmm,
|
15 |
+
title={TPP-LLM: Modeling Temporal Point Processes by Efficiently Fine-Tuning Large Language Models},
|
16 |
+
author={Liu, Zefang and Quan, Yinzhu},
|
17 |
+
journal={arXiv preprint arXiv:2410.02062},
|
18 |
+
year={2024}
|
19 |
+
}
|
20 |
+
|
21 |
+
@article{liu2024efficient,
|
22 |
+
title={Efficient Retrieval of Temporal Event Sequences from Textual Descriptions},
|
23 |
+
author={Liu, Zefang and Quan, Yinzhu},
|
24 |
+
journal={arXiv preprint arXiv:2410.14043},
|
25 |
+
year={2024}
|
26 |
+
}
|
27 |
+
```
|