diff --git a/recsys-2017/index.html b/recsys-2017/index.html index d9a5274..4d1206d 100644 --- a/recsys-2017/index.html +++ b/recsys-2017/index.html @@ -179,7 +179,135 @@

Evaluation Metrics

Dataset

- +

+ In the challenge, the task of the participants will be the following: given a XING user, the recommender should predict those job postings (items) that the user will interact with in the next week. + The traing dataset is supposed to be used for experimenting and training your models. You can split the + interaction data into training and test data. For example: you can leave out the last + complete week (of the year) from the interaction data and then try to predict whether + a given user will _positively_ interact with an item within that week. Relevant items + are those items on which a user clicked, bookmarked or replied (`interaction_type` = 1, 2 or 3). +

+

Anonymization, pseudonymization, noise

+

+ The traing dataset is a semi-synthetic sample of XING's dataset, i.e. it is not complete and enriched with + noise in order anonymize the data. For example: +

+ Attempting to identify users or to reveal any private information about the users or information about + the business from which the data is coming from is strictly forbidden (cf. [Rules](http://2016.recsyschallenge.com/)). +

+ +

Interactions

+

+ Interactions are all transactions between a user and an item including + recruiter interest as well as impressions. + Fields: +

+

+ +

Users

+

+ Details about those users who appear in the above datasets. Fields: +

+

+ +

Items

+

+ Details about the job postings that were and should be recommended to the users. +

+