Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -7,4 +7,21 @@ size_categories:
7
  ---
8
  # Amazon Review Dataset
9
 
10
- 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 this [paper](https://arxiv.org/abs/2410.02062).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  # Amazon Review Dataset
9
 
10
+ 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-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
+ ```