Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
zefang-liu commited on
Commit
16f7fbe
·
verified ·
1 Parent(s): 0da068c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,7 @@ size_categories:
9
  ---
10
  # Chicago Crime Dataset
11
 
12
- This dataset contains reported crime incidents in Chicago from January 1, 2022, to December 31, 2023. It includes 4,033 sequences with 202,333 events across 20 crime types. The data is sourced from the [Chicago Data Portal](https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-Present/ijzp-q8t2) under the [Terms of Use](https://www.chicago.gov/city/en/narr/foia/data_disclaimer.html). 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).
13
 
14
  **Update (2025-10-28):** Added three timestamp fields (`timestamp_event`, `timestamp_since_start`, `timestamp_since_last_event`) in seconds, and refreshed the dataset using the latest official source data. If you wish to reproduce the original TPP-LLM results, please refer to the earlier dataset snapshots in the Commit History.
15
 
@@ -22,8 +22,8 @@ If you find this dataset useful, we kindly invite you to cite the following pape
22
  year={2024}
23
  }
24
 
25
- @article{liu2024efficient,
26
- title={Efficient Retrieval of Temporal Event Sequences from Textual Descriptions},
27
  author={Liu, Zefang and Quan, Yinzhu},
28
  journal={arXiv preprint arXiv:2410.14043},
29
  year={2024}
 
9
  ---
10
  # Chicago Crime Dataset
11
 
12
+ This dataset contains reported crime incidents in Chicago from January 1, 2022, to December 31, 2023. It includes 4,033 sequences with 202,333 events across 20 crime types. The data is sourced from the [Chicago Data Portal](https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-Present/ijzp-q8t2) under the [Terms of Use](https://www.chicago.gov/city/en/narr/foia/data_disclaimer.html). 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).
13
 
14
  **Update (2025-10-28):** Added three timestamp fields (`timestamp_event`, `timestamp_since_start`, `timestamp_since_last_event`) in seconds, and refreshed the dataset using the latest official source data. If you wish to reproduce the original TPP-LLM results, please refer to the earlier dataset snapshots in the Commit History.
15
 
 
22
  year={2024}
23
  }
24
 
25
+ @article{liu2024retrieval,
26
+ title={Retrieval of Temporal Event Sequences from Textual Descriptions},
27
  author={Liu, Zefang and Quan, Yinzhu},
28
  journal={arXiv preprint arXiv:2410.14043},
29
  year={2024}