kliakhnovich commited on
Commit
1328d73
·
verified ·
1 Parent(s): a95813b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -56,7 +56,7 @@ Additionally, we provide **T-ECD Small** - a compact version containing 1B inter
56
  </div>
57
 
58
 
59
- <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/Y3hHv_cipdq2p4A9jiQoz.png" style="max-width: 800px; height: auto;">
60
 
61
 
62
  Cross-domain consistency is achieved by aligning identifiers across all domains:
@@ -65,8 +65,8 @@ Cross-domain consistency is achieved by aligning identifiers across all domains:
65
 
66
  This alignment allows researchers to seamlessly link interactions from different services, enabling studies in transfer learning, cross-domain personalization, and multi-task modeling.
67
 
68
- <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/QG0DavvcvccN1GcN_gRL6.png" style="max-width: 800px; height: auto;">
69
- <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/s8a8iC4RmUjsD_hzOVPvD.png" style="max-width: 800px; height: auto;">
70
 
71
  ---
72
 
@@ -95,7 +95,7 @@ t-ecd/
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 -
@@ -114,7 +114,7 @@ newer e-commerce services naturally have shorter histories compared to establish
114
  - `count` — represents the amount of items in single interaction.
115
  - `os` — user operating system, available in Marketplace and Retail.
116
 
117
- <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/Q7aeb_I-Yf-rcqyPDTOLa.png" style="max-width: 1000px; height: auto;" >
118
 
119
  - **Item catalogs (`items.pq`)**: Available for Marketplace, Retail, and Offers. Each entry includes:
120
  - `item_id`
@@ -149,7 +149,7 @@ This process ensures that the dataset is privacy-preserving while remaining repr
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.**
 
56
  </div>
57
 
58
 
59
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/Y3hHv_cipdq2p4A9jiQoz.png" style="max-width: 80%; height: auto;">
60
 
61
 
62
  Cross-domain consistency is achieved by aligning identifiers across all domains:
 
65
 
66
  This alignment allows researchers to seamlessly link interactions from different services, enabling studies in transfer learning, cross-domain personalization, and multi-task modeling.
67
 
68
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/QG0DavvcvccN1GcN_gRL6.png" style="max-width: 80%; height: auto;">
69
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/s8a8iC4RmUjsD_hzOVPvD.png" style="max-width: 80%; height: auto;">
70
 
71
  ---
72
 
 
95
  ```
96
 
97
  #### Data availability
98
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/c2Clc9bNxL9i7jgGBfBq2.png" style="max-width: 80%; height: 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 -
 
114
  - `count` — represents the amount of items in single interaction.
115
  - `os` — user operating system, available in Marketplace and Retail.
116
 
117
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/Q7aeb_I-Yf-rcqyPDTOLa.png" style="max-width: 80%; height: auto;" >
118
 
119
  - **Item catalogs (`items.pq`)**: Available for Marketplace, Retail, and Offers. Each entry includes:
120
  - `item_id`
 
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: 80%; height: auto;">
153
 
154
 
155
  **To prevent data leakage, events from the final 12 hours should not be used for prediction tasks.**