kliakhnovich commited on
Commit
d7a012d
·
verified ·
1 Parent(s): 706e234

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -94,11 +94,17 @@ t-ecd/
94
  └── reviews/{day}.pq
95
  ```
96
 
 
 
 
 
 
 
 
 
97
  ### ⚙️ Events and Catalogs
98
 
99
  - **Events**: Each domain provides logs of user interactions with the following possible columns:
100
-
101
- In events you can encounter such columns:
102
 
103
  - `action_type` — interaction type (e.g., view, click, add-to-cart, order, transaction).
104
  - `subdomain` — surface where the interaction occurred (recommendations, catalog, search, checkout, campaign); available in Marketplace and Retail.
@@ -120,9 +126,7 @@ t-ecd/
120
 
121
  - **Brand catalog (`brands.pq`)**: Contains `brand_id`, brand-level metadata, and embeddings.
122
 
123
- ---
124
-
125
- ### 🧾 Special Structures
126
 
127
  - **Receipts (`payments/receipts/{day}.pq`)**:
128
  Some transactions include detailed receipts with purchased items, their quantities, and prices.
@@ -142,11 +146,18 @@ T-ECD was generated through a multi-step process:
142
 
143
  This process ensures that the dataset is privacy-preserving while remaining representative of industrial recommender system data.
144
 
145
- <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/c2Clc9bNxL9i7jgGBfBq2.png" style="max-height: 500px; width: auto;" alt="Temporal distribution of events over domains">
146
- *Temporal distribution of events over domains*
 
 
 
 
 
 
 
147
 
148
 
149
- ### Usage
150
 
151
  #### Basic Download
152
 
@@ -183,15 +194,6 @@ download_dataset(
183
  )
184
  ```
185
 
186
- ## ⚠️ Important Note on Temporal Data Usage
187
-
188
-
189
- <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/zaPAcuD3CItTzP2PBkErs.png" style="max-width: 800px; height: auto;">
190
-
191
-
192
- **To prevent data leakage, events from the final 12 hours should not be used for prediction tasks.**
193
- The dataset contains temporal noise that requires maintaining a minimum 12-hour gap between the timestamp of the most recent user event and the prediction timestamp.
194
- This constraint applies to both training and testing scenarios to avoid temporal data leakage.
195
 
196
  ---
197
 
 
94
  └── reviews/{day}.pq
95
  ```
96
 
97
+ #### Data availability
98
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/c2Clc9bNxL9i7jgGBfBq2.png" style="max-height: 500px; width: auto;" alt="Temporal distribution of events over domains">
99
+ *Temporal distribution of events over domains*
100
+ In line with real-world industrial environments, domain-specific data availability varies in historical depth.
101
+ This reflects practical constraints including data retention policies and product lifecycle stages -
102
+ newer e-commerce services naturally have shorter histories compared to established banking domains like payments and transactions.
103
+
104
+
105
  ### ⚙️ Events and Catalogs
106
 
107
  - **Events**: Each domain provides logs of user interactions with the following possible columns:
 
 
108
 
109
  - `action_type` — interaction type (e.g., view, click, add-to-cart, order, transaction).
110
  - `subdomain` — surface where the interaction occurred (recommendations, catalog, search, checkout, campaign); available in Marketplace and Retail.
 
126
 
127
  - **Brand catalog (`brands.pq`)**: Contains `brand_id`, brand-level metadata, and embeddings.
128
 
129
+ #### 🧾 Special Structures
 
 
130
 
131
  - **Receipts (`payments/receipts/{day}.pq`)**:
132
  Some transactions include detailed receipts with purchased items, their quantities, and prices.
 
146
 
147
  This process ensures that the dataset is privacy-preserving while remaining representative of industrial recommender system data.
148
 
149
+ ## ⚠️ Important Note on Temporal Data Usage
150
+
151
+
152
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/zaPAcuD3CItTzP2PBkErs.png" style="max-width: 800px; height: auto;">
153
+
154
+
155
+ **To prevent data leakage, events from the final 12 hours should not be used for prediction tasks.**
156
+ The dataset contains temporal noise that requires maintaining a minimum 12-hour gap between the timestamp of the most recent user event and the prediction timestamp.
157
+ This constraint applies to both training and testing scenarios to avoid temporal data leakage.
158
 
159
 
160
+ ## Download
161
 
162
  #### Basic Download
163
 
 
194
  )
195
  ```
196
 
 
 
 
 
 
 
 
 
 
197
 
198
  ---
199