Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,281 Bytes
26e3bb1
 
 
 
 
 
 
b9d642d
 
175dbe0
940721d
db6f97b
 
940721d
 
 
 
 
 
 
 
 
175dbe0
 
940721d
 
 
 
 
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
---
license: other
language:
- en
size_categories:
- 1K<n<10K
---
# Amazon Review Dataset

This dataset contains Amazon reviews from January 1, 2018, to June 30, 2018. It includes 2,245 sequences with 127,054 events across 18 category types. The original data is available at [Amazon Review Data](https://nijianmo.github.io/amazon/) with citation information provided on the 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).

**Update (2025-10-28):** Added three timestamp fields (`timestamp_event`, `timestamp_since_start`, `timestamp_since_last_event`) in seconds. No other changes were made.

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{liu2024retrieval,
  title={Retrieval of Temporal Event Sequences from Textual Descriptions},
  author={Liu, Zefang and Quan, Yinzhu},
  journal={arXiv preprint arXiv:2410.14043},
  year={2024}
}
```