metadata
license: apache-2.0
task_categories:
- tabular-classification
size_categories:
- 100M<n<1B
We introduce TRACE, the first benchmark dataset for post-click GMV prediction with delayed feedback.
📁 Data structure includes:
Features:
- User/Item/Contextual Attributes: 22 such attributes are provided (e.g.,
feature_0tofeature_21). - Click Timestamp:
click_time.
- User/Item/Contextual Attributes: 22 such attributes are provided (e.g.,
Labels and Sequence Information:
- Gross Merchandise Volume (GMV) Sequence: The sequence of transaction amounts for all purchases associated with a click. This is represented by
dirpay_amtfor the current purchase andprev_dirpay_amtfor previous purchases. - Purchase Count Sequence: The sequence indicating the order of each purchase within the attribution window for a given click.
countrepresents the current purchase's order, andtotal_countsindicates the final number of purchases. - Purchase Timestamp Sequence: The sequence of timestamps for each purchase.
pay_timetypically represents the timestamp of the current purchase, andprev_pay_timecontains timestamps of previous purchases. - Repurchase Indicator (
multi_tag): A binary label (0 or 1) indicating whether the GMV generated by a click is from a single purchase (0) or a repurchase (1). This is derived from the number of purchases. - Final Ground-Truth GMV Label: The total GMV accumulated by the end of the attribution window. This is calculated as the sum of
dirpay_amt.
- Gross Merchandise Volume (GMV) Sequence: The sequence of transaction amounts for all purchases associated with a click. This is represented by