File size: 1,668 Bytes
403a628 fbb9d3b d0e2913 fbb9d3b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: other
license_name: chicago-data-portal
license_link: https://portal.chicagopolice.org/portal/page/portal/ClearPath
language:
- en
size_categories:
- 1K<n<10K
---
# Chicago Crime Dataset
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://portal.chicagopolice.org/portal/page/portal/ClearPath). 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).
**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.
If you find this dataset useful, we kindly invite you to cite the following papers:
```bibtex
@article{liu2024tppllmm,
title={TPP-LLM: Modeling Temporal Point Processes by Efficiently Fine-Tuning Large Language Models},
author={Liu, Zefang and Quan, Yinzhu},
journal={arXiv preprint arXiv:2410.02062},
year={2024}
}
@article{liu2024efficient,
title={Efficient Retrieval of Temporal Event Sequences from Textual Descriptions},
author={Liu, Zefang and Quan, Yinzhu},
journal={arXiv preprint arXiv:2410.14043},
year={2024}
}
``` |