This is a data set used in the following paper:
Park, Dae Hoon, Yi Fang, Mengwen Liu, and ChengXiang Zhai. "Mobile App Retrieval for Social Media Users via Inference of Implicit Intent in Social Media Text." In Proceedings of the 25th ACM International on Conference on Information and Knowledge Management, pp. 959-968. ACM, 2016.
Link for data set [ zip ]
The data set includes two files:
Mobile apps used in the paper are the same as those in Link, except apps in game categories are excluded. In total, a pool of 26,832 apps is used to recommend a set of apps for a query.
A relevance file contains 7,920 (query, app) relevance pairs (180 per each app on average). Each line of the relevance file is in the format:
query<TAB>app_id<TAB>relevance_score
where relevance_score is in the range [0,2].
Please cite the following paper if you use the data set:
@inproceedings{park2016mobile,
title={Mobile App Retrieval for Social Media Users via Inference of Implicit Intent in Social Media Text},
author={Park, Dae Hoon and Fang, Yi and Liu, Mengwen and Zhai, ChengXiang},
booktitle={Proceedings of the 25th ACM International on Conference on Information and Knowledge Management},
pages={959--968},
year={2016},
organization={ACM}
}