Upload README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,28 @@
|
|
1 |
# Avazu_x1
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
+ **Used by papers:**
|
|
|
10 |
- Kelong Mao, Jieming Zhu, Liangcai Su, Guohao Cai, Yuru Li, Zhenhua Dong. [FinalMLP: An Enhanced Two-Stream MLP Model for CTR Prediction](https://arxiv.org/abs/2304.00902). In AAAI 2023.
|
11 |
- Jieming Zhu, Qinglin Jia, Guohao Cai, Quanyu Dai, Jingjie Li, Zhenhua Dong, Ruiming Tang, Rui Zhang. [FINAL: Factorized Interaction Layer for CTR Prediction](https://dl.acm.org/doi/10.1145/3539618.3591988). In SIGIR 2023.
|
12 |
-
- Weiyu Cheng, Yanyan Shen, Linpeng Huang. [Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions](https://ojs.aaai.org/index.php/AAAI/article/view/5768). In AAAI 2020.
|
13 |
|
14 |
+ **Check the md5sum for data integrity:**
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
```
|
|
|
1 |
# Avazu_x1
|
2 |
|
3 |
+
+ **Dataset description:**
|
4 |
|
5 |
+
This dataset contains about 10 days of labeled click-through data on mobile advertisements. It has 22 feature fields including user features and advertisement attributes. The preprocessed data are randomly split into 7:1:2\* as the training set, validation set, and test set, respectively.
|
6 |
|
7 |
+
The dataset statistics are summarized as follows:
|
8 |
+
|
9 |
+
| Dataset | Total | #Train | #Validation | #Test |
|
10 |
+
| :--------: | :-----: |:-----: | :----------: | :----: |
|
11 |
+
| Avazu_x1 | 40,428,967 | 28,300,276 | 4,042,897 | 8,085,794 |
|
12 |
+
|
13 |
+
+ **Source:** https://www.kaggle.com/c/avazu-ctr-prediction/data
|
14 |
+
+ **Download:** https://huggingface.co/datasets/reczoo/Avazu_x1/tree/main
|
15 |
+
+ **Repository:** https://github.com/reczoo/Datasets
|
16 |
|
17 |
+ **Used by papers:**
|
18 |
+
- Weiyu Cheng, Yanyan Shen, Linpeng Huang. [Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions](https://ojs.aaai.org/index.php/AAAI/article/view/5768). In AAAI 2020.
|
19 |
- Kelong Mao, Jieming Zhu, Liangcai Su, Guohao Cai, Yuru Li, Zhenhua Dong. [FinalMLP: An Enhanced Two-Stream MLP Model for CTR Prediction](https://arxiv.org/abs/2304.00902). In AAAI 2023.
|
20 |
- Jieming Zhu, Qinglin Jia, Guohao Cai, Quanyu Dai, Jingjie Li, Zhenhua Dong, Ruiming Tang, Rui Zhang. [FINAL: Factorized Interaction Layer for CTR Prediction](https://dl.acm.org/doi/10.1145/3539618.3591988). In SIGIR 2023.
|
|
|
21 |
|
22 |
+ **Check the md5sum for data integrity:**
|
23 |
+
```bash
|
24 |
+
$ md5sum train.csv valid.csv test.csv
|
25 |
+
f1114a07aea9e996842c71648e0f6395 train.csv
|
26 |
+
d9568f246357d156c4b8030fadb8b623 valid.csv
|
27 |
+
9e2fe9c48705c9315ae7a0953eb57acf test.csv
|
28 |
+
```
|
|