vix.ing · top · new · best · stats · spec

DeepTagRec: A Content-cum-User based Tag Recommendation Framework for Stack Overflow

2019/03/10 by Suman Kalyan Maity, Maity, Suman Kalyan, Abhishek Panigrahi +9
Computer Science · #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Social and Information Networks (cs.SI) #cs.IR #cs.SI

paper · pdf · doi:10.48550/arxiv.1903.03941

7 pages, 1 figure, 2 tables, In proceedings of ECIR 2019

arxiv created 2019/03/10 · arxiv updated 2019/03/12

Abstract

In this paper, we develop a content-cum-user based deep learning framework DeepTagRec to recommend appropriate question tags on Stack Overflow. The proposed system learns the content representation from question title and body. Subsequently, the learnt representation from heterogeneous relationship between user and tags is fused with the content representation for the final tag prediction. On a very large-scale dataset comprising half a million question posts, DeepTagRec beats all the baselines; in particular, it significantly outperforms the best performing baseline T agCombine achieving an overall gain of 60.8% and 36.8% in precision@3 and recall@10 respectively. DeepTagRec also achieves 63% and 33.14% maximum improvement in exact-k accuracy and top-k accuracy respectively over TagCombine

Related