Commit ·
db6f97b
1
Parent(s): 940721d
Update dataset and README
Browse files- .gitattributes +1 -0
- README.md +2 -0
- dev.json +0 -0
- test.json +0 -0
- train.json +0 -0
.gitattributes
CHANGED
|
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 56 |
# Video files - compressed
|
| 57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 56 |
# Video files - compressed
|
| 57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -9,6 +9,8 @@ size_categories:
|
|
| 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,
|
|
|
|
| 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 |
+
**Update (2025-10-28):** Added three timestamp fields (`timestamp_event`, `timestamp_since_start`, `timestamp_since_last_event`) in seconds. No other changes were made.
|
| 13 |
+
|
| 14 |
If you find this dataset useful, we kindly invite you to cite the following papers:
|
| 15 |
```bibtex
|
| 16 |
@article{liu2024tppllmm,
|
dev.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|