|
3 | 3 |
|
4 | 4 | ## Towards A Standardized Tag Recommender Benchmarking Framework |
5 | 5 | * TagRec won the best poster award @ Hypertext 2014 (HT'14) conference: [http://ht.acm.org/ht2014/index.php?awards.poster](http://ht.acm.org/ht2014/index.php?awards.poster) |
6 | | -* TagRec is also a main part of the recommender system in the Layers project [http://results.learning-layers.eu/infrastructure/sss/services/tag-rec/](http://results.learning-layers.eu/infrastructure/sss/services/tag-rec/) |
| 6 | +* TagRec is also a main part of the recommender systems in the Layers project [http://results.learning-layers.eu/infrastructure/sss/services/tag-rec/](http://results.learning-layers.eu/infrastructure/sss/services/tag-rec/) as well as the AFEL project [http://afel-project.eu/](http://afel-project.eu/) |
7 | 7 | * TagRec is part of several lists of recommender systems frameworks such as [http://fmoraes.nl/se-recsys-paperswithcode/](http://fmoraes.nl/se-recsys-paperswithcode/) and [https://github.com/grahamjenson/list_of_recommender_systems](https://github.com/grahamjenson/list_of_recommender_systems) |
8 | 8 |
|
9 | 9 | ## Description |
@@ -34,6 +34,7 @@ The source-code can be directly checked-out through this repository. It contains |
34 | 34 | * wiki_core for Wikipedia (based on bookmarks from Delicious) |
35 | 35 | * twitter_core/researchers for the Twitter CompSci dataset |
36 | 36 | * twitter_core/general for the Twitter Random dataset |
| 37 | +* afel for a dataset from the [AFEL project](http://afel-project.eu/) |
37 | 38 |
|
38 | 39 | ## How-to-use |
39 | 40 | The _tagrec_ .jar uses three parameters: |
@@ -66,7 +67,7 @@ Resource-Recommender: |
66 | 67 | Hashtag-Recommender (Kowald et al., 2017): |
67 | 68 | * hashtag_analysis for analyzing the temporal effects on hashtag reuse |
68 | 69 | * hashtag_socialmp for MostPopular hashtags of the followees (i.e., MPs) |
69 | | -* hashtag socialrecency for recency-ranked hashtags of the followees (i.e., MRs) |
| 70 | +* hashtag social_recency for recency-ranked hashtags of the followees (i.e., MRs) |
70 | 71 | * hashtag_socialbll for BLL-ranked hashtags of the followees (i.e., BLLs) |
71 | 72 | * hashtag_hybrid for BLLi,s |
72 | 73 | * hashtag_cb_res for BLLi,s,c on the Twitter CompSci dataset and SOLR core |
|
0 commit comments