-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# MetaEmbedding | ||
Codes for our SIGIR-2019 paper "Warm Up Cold-start Advertisements: Improving CTR Predictions via Learning to Learn ID Embeddings" | ||
Codes for our SIGIR-2019 paper: | ||
|
||
**[Warm Up Cold-start Advertisements: Improving CTR Predictions via Learning to Learn ID Embeddings](https://arxiv.org/abs/1904.11547)** | ||
|
||
This repo includes an example for training Meta-Embedding upon a deepFM model on the binarized MovieLens-1M dataset. The dataset is preprocessed and splitted already. | ||
|
||
### Bibtex | ||
|
||
``` | ||
@inproceedings{pan2019warm, | ||
author = {Pan, Feiyang and Li, Shuokai and Ao, Xiang and Tang, Pingzhong and He, Qing}, | ||
title = {Warm Up Cold-start Advertisements: Improving CTR Predictions via Learning to Learn ID Embeddings}, | ||
booktitle = {Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '19)}, | ||
year = {2019}, | ||
location = {Paris, France}, | ||
doi = {10.1145/3331184.3331268} | ||
} | ||
``` |