Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
zefang-liu commited on
Commit
fbb9d3b
1 Parent(s): e978901

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -9,4 +9,21 @@ 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://portal.chicagopolice.org/portal/page/portal/ClearPath). The detailed data preprocessing steps used to create this dataset can be found in this [paper](https://arxiv.org/abs/2410.02062).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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://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).
13
+
14
+ If you find this dataset useful, we kindly invite you to cite the following papers:
15
+ ```bibtex
16
+ @article{liu2024tppllmm,
17
+ title={TPP-LLM: Modeling Temporal Point Processes by Efficiently Fine-Tuning Large Language Models},
18
+ author={Liu, Zefang and Quan, Yinzhu},
19
+ journal={arXiv preprint arXiv:2410.02062},
20
+ year={2024}
21
+ }
22
+
23
+ @article{liu2024efficient,
24
+ title={Efficient 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}
28
+ }
29
+ ```