论文标题
技术问答网站通过问题提升提出建议建议
Technical Q&A Site Answer Recommendation via Question Boosting
论文作者
论文摘要
软件开发人员已经大量使用了在线问答平台,以寻求帮助解决他们的技术问题。但是,这些技术问答站点的一个主要问题是“答案饥饿”,即,许多问题仍未解决或未解决,用户必须等待很长时间或艰苦地仔细研究提供的各种质量的答案。为了减轻这个耗时的问题,我们提出了一种基于Deepan的新型神经网络方法,以确定一组候选人的答案中最相关的答案。我们的方法遵循一个三阶段的过程:提高问题,标签建立和回答建议。鉴于帖子,我们首先提出一个澄清的问题,以提高问题的方式。我们通过标签建立自动建立正面,中性+,中性和负面训练样本。在回答建议时,我们通过基于神经网络的模型计算出的匹配分数对答案候选人进行排序。为了评估我们提出的模型的性能,我们对四个数据集进行了大规模评估,这些数据集是从现实世界技术问答站点收集的(即,询问Ubuntu,超级用户,堆栈溢出python和stack Overflow Java)。我们的实验结果表明,我们的方法在自动评估中明显优于几个最先进的基线。我们还进行了一项用户研究,其中有50个解决/未解决/未解决的问题。用户研究结果表明,通过推荐历史档案馆的最相关答案,我们的方法可以有效地解决饥饿的问题。
Software developers have heavily used online question and answer platforms to seek help to solve their technical problems. However, a major problem with these technical Q&A sites is "answer hungriness" i.e., a large number of questions remain unanswered or unresolved, and users have to wait for a long time or painstakingly go through the provided answers with various levels of quality. To alleviate this time-consuming problem, we propose a novel DeepAns neural network-based approach to identify the most relevant answer among a set of answer candidates. Our approach follows a three-stage process: question boosting, label establishment, and answer recommendation. Given a post, we first generate a clarifying question as a way of question boosting. We automatically establish the positive, neutral+, neutral- and negative training samples via label establishment. When it comes to answer recommendation, we sort answer candidates by the matching scores calculated by our neural network-based model. To evaluate the performance of our proposed model, we conducted a large scale evaluation on four datasets, collected from the real world technical Q&A sites (i.e., Ask Ubuntu, Super User, Stack Overflow Python and Stack Overflow Java). Our experimental results show that our approach significantly outperforms several state-of-the-art baselines in automatic evaluation. We also conducted a user study with 50 solved/unanswered/unresolved questions. The user study results demonstrate that our approach is effective in solving the answer hungry problem by recommending the most relevant answers from historical archives.