reczoo/TaobaoAd_x1
收藏资源简介:
TaobaoAd_x1数据集由阿里巴巴提供,包含8天的广告点击数据(2600万条记录),这些数据是从1140000名用户中随机抽取的。默认情况下,前7天(即20170506-20170512)的样本用作训练样本,最后一天(即20170513)的样本用作测试样本。此外,数据集还涵盖了所有用户近22天的购物行为,总计7亿条记录。在预处理过程中,由于用户或商品信息的缺失,约5%的样本被删除。我们遵循了应用于重现DMR工作的预处理步骤,并过滤了出现次数少于10次的分类特征,同时将用户行为序列的最大长度设置为50。数据集的统计信息如下:训练集21,929,911条,测试集3,099,515条。
The TaobaoAd_x1 dataset is provided by Alibaba, containing 8 days of ad click data (26 million records) randomly sampled from 1.14 million users. By default, samples from the first 7 days (20170506 to 20170512) are used as training samples, while those from the last day (20170513) serve as test samples. Additionally, the dataset covers nearly 22 days of shopping behaviors of all users, totaling 700 million records. During preprocessing, approximately 5% of samples were removed due to missing user or item information. We followed the preprocessing steps adopted for reproducing the DMR work, filtered categorical features that appear fewer than 10 times, and set the maximum length of user behavior sequences to 50. The dataset statistics are as follows: 21,929,911 training samples and 3,099,515 test samples.
TaobaoAd_x1
数据集描述
TaobaoAd_x1是由阿里巴巴提供的数据集,包含8天的广告点击数据(2600万条记录),这些数据是从1140000名用户中随机抽样的。默认情况下,前7天的样本(即20170506-20170512)用作训练样本,最后一天的样本(即20170513)用作测试样本。此外,该数据集还涵盖了最近22天内所有用户的购物行为,总计七亿条记录。在预处理过程中,由于用户或商品信息缺失,约有5%的样本被丢弃。我们过滤了不频繁的分类特征,阈值为min_category_count=10,并将用户行为序列的最大长度设置为50。
数据集统计信息如下:
| 数据集分割 | 总计 | 训练集 | 验证集 | 测试集 |
|---|---|---|---|---|
| TaobaoAd_x1 | 25,029,426 | 21,929,911 | 3,099,515 |
数据格式
主要数据
- user: 用户ID(整数)
- time_stamp: 时间戳(Bigint,例如1494032110表示2017-05-06 08:55:10)
- adgroup_id: 广告组ID(整数)
- pid: 场景
- noclk: 1表示未点击,0表示点击
- clk: 1表示点击,0表示未点击
广告特征
- adgroup_id: 广告ID(整数)
- cate_id: 类别ID
- campaign_id: 广告系列ID
- brand: 品牌ID
- customer_id: 广告商ID
- price: 商品价格
用户特征
- userid: 用户ID
- cms_segid: 微组ID
- cms_group_id: cms组ID
- final_gender_code: 性别,1表示男性,2表示女性
- age_level: 年龄级别
- pvalue_level: 消费等级,1: 低, 2: 中, 3: 高
- shopping_level: 购物深度,1: 浅层用户, 2: 中度用户, 3: 深度用户
- occupation: 是否为大学生,1: 是, 0: 否
- new_user_class_level: 城市级别
原始行为日志
- nick: 用户ID(整数)
- time_stamp: 时间戳(Bigint,例如1494032110表示2017-05-06 08:55:10)
- btag: 行为类型,包括:ipv/cart/fav/buy
- cate: 类别ID(整数)
- brand: 品牌ID(整数)




