File size: 1,353 Bytes
86a024e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: apache-2.0
---

# ALPBench Release Data Documentation


## Files

| File | Description |
|------|-------------|
| `Apparel.parquet` | User interaction data for predicting Apparel products |
| `Fish.parquet` | User interaction data for predicting Fishing Rods products |
| `Pants.parquet` | User interaction data for predicting Pants products |
| `Phone.parquet` | User interaction data for predicting Phones products |
| `Racket.parquet` | User interaction data for predicting Badminton Rackets products |
| `Shoes.parquet` | User interaction data for predicting Shoes products |
| `Snacks.parquet` | User interaction data for predicting Snacks products |
| `Wine.parquet` | User interaction data for predicting Wine products |

---

## Field Descriptions



| Field | Description |
|-------|-------------|
| `inputs_3m`  |User interaction history over the past 3 months |
| `inputs_6m` | User interaction history over the past 6 months |
| `inputs_1y` | User interaction history over the past 1 year |
| `ground-truth` | Attributes of the next purchased item (used as prediction target) |

## Directory Structure

```

ALPBench/
├── Apparel.parquet             
├── Fish.parquet
├── Pants.parquet
├── Phone.parquet
├── Racket.parquet
├── Shoes.parquet
├── Snacks.parquet
└── Wine.parquet
```