許永真臺灣大學:資訊網路與多媒體研究所洪嘉涓Hung, Chia-ChuanChia-ChuanHung2010-05-052018-07-052010-05-052018-07-052008U0001-2608200817063500http://ntur.lib.ntu.edu.tw//handle/246246/180632在Web2.0 的熱潮下,個人從資訊的閱讀者變成創造者,資訊量快速地成長,社群媒體(social media)的推薦充滿挑戰。隨著標註(tagging)這個機制被應用在許多社群媒體網站上,本研究提出一個新穎的方法,從使用者個人收藏中所擁有的標籤(tags),來了解使用者的興趣,產生使用者描述(user profile)。而在標註機制中所擁有的一個重要特性,社群互動(social interaction),讓我們可以進一步地拓展成從朋友的角度來了解使用者興趣。別於傳統的推薦系統,在缺乏使用者明確評分(ratings)的社群媒體上,我們定義一個標籤對標籤(tag-to-tag)的矩陣,來達到協同式過濾(collaborative filtering) 推薦的效果。並且考慮使用者興趣間的關聯程度,做出具有主題關聯性的推薦。我們收集del.icio.us 書籤網站上17,435 個使用者的資料,評估產生的使用者描述與推薦的效果。另外,更實際設計了小規模的使用者調查,了解他們對於推薦的滿意程度,調查結果顯示大約百分之六十的推薦能被使用者所接受。Making recommendations for social media presents special challenges. As the fact of tagging becomes a common practice at many social media sites, this research proposes a new approach to user profiling based on the tags associated with one’s personal collection of contents. To utilize the social interaction inherent in tagging, a personal profile can be further extended with the tags specified by one’s social contacts. tag-to-tag matrix is defined to enable collaborative filtering-styled recommendations without explicit user ratings. By looking up this matrix and considering the user’s conceptual associations, we presented the process of making social media recommendations based on the user’s tag-based profile or based on a given tag. A practical implementation is applied on the del.icio.us bookmarks and tags of 17,435 users, and both user profiles and recommendations are generated and evaluated. Our small-scaled user study shows that most of our recommendations satisfied the testers.Acknowledgments iiibstract vist of Figures xiist of Tables xiiihapter 1 Introduction 1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2.3 Research Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . . 3.4 Thesis Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3hapter 2 Related Work 5.1 Social Tagging Systems . . . . . . . . . . . . . . . . . . . . . . . . . 5.1.1 Tagging on Social Media Website . . . . . . . . . . . . . . . 5.1.2 Usage Patterns and Emergent Folksonomy . . . . . . . . . . 8.1.3 Tagging Dynamics . . . . . . . . . . . . . . . . . . . . . . . 11.2 Recommender Systems . . . . . . . . . . . . . . . . . . . . . . . . . 14.2.1 Traditional Recommender System . . . . . . . . . . . . . . . 14.2.2 Tag-based Recommendation . . . . . . . . . . . . . . . . . . 15.3 User Profiling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17.3.1 InterestMap . . . . . . . . . . . . . . . . . . . . . . . . . . . 17.3.2 Tag-based User Profiling . . . . . . . . . . . . . . . . . . . . 18hapter 3 Social Media Recommendation 19.1 Problem Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . 19.2 Proposed Solution . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20.2.1 Tagging as Profiles . . . . . . . . . . . . . . . . . . . . . . . 20.2.2 Making Recommendation . . . . . . . . . . . . . . . . . . . 21hapter 4 Tag-Based User Profile 23.1 Social Media Network . . . . . . . . . . . . . . . . . . . . . . . . . 24.2 Tag Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.2.1 Tag Informativeness . . . . . . . . . . . . . . . . . . . . . . 26.3 Profile From Three Views . . . . . . . . . . . . . . . . . . . . . . . . 27.3.1 Personal View . . . . . . . . . . . . . . . . . . . . . . . . . 28.3.2 Social View . . . . . . . . . . . . . . . . . . . . . . . . . . . 29.3.3 Global view . . . . . . . . . . . . . . . . . . . . . . . . . . . 29.4 Dynamic Tag-Based User Profile . . . . . . . . . . . . . . . . . . . . 30hapter 5 Tag-Based Recommendation 33.1 Tag-to-Tag Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2 Making Recommendation . . . . . . . . . . . . . . . . . . . . . . . . 35.2.1 Profile-Based Recommendation . . . . . . . . . . . . . . . . 36.2.2 Topic-Based Recommendation . . . . . . . . . . . . . . . . . 38hapter 6 Experiment and Evaluation 41.1 The Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41.2 Example Result . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43.2.1 Results of Tag-based profile . . . . . . . . . . . . . . . . . . 43.2.2 Results of the Tag-to-Tag Matrix . . . . . . . . . . . . . . . . 45.2.3 Results of Social Media Recommendation . . . . . . . . . . . 45.3 Evaluation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49.3.1 Empirical Evaluation . . . . . . . . . . . . . . . . . . . . . . 49.3.2 User study . . . . . . . . . . . . . . . . . . . . . . . . . . . 52hapter 7 Conclusion 59.1 Summary of Contributions . . . . . . . . . . . . . . . . . . . . . . . 60.2 Future Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61ibliography 62application/pdf1851601 bytesapplication/pdfen-US社群媒體標籤推薦系統使用者描述social mediatagrecommender systemuser profile標籤式使用者描述於社群媒體推薦之研究Tag-Based User Profiling for Social Media Recommendationthesishttp://ntur.lib.ntu.edu.tw/bitstream/246246/180632/1/ntu-97-R95944001-1.pdf