CLAISEMar 19, 2021

Attention-based model for predicting question relatedness on Stack Overflow

arXiv:2103.10763v617 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better question recommendation in programming communities like Stack Overflow, though it is incremental as it builds on existing deep learning approaches.

The authors tackled the problem of predicting question relatedness on Stack Overflow by proposing an attention-based model (ASIM) that captures semantic interactions, achieving state-of-the-art performance with improvements in Precision, Recall, and Micro-F1 metrics.

Stack Overflow is one of the most popular Programming Community-based Question Answering (PCQA) websites that has attracted more and more users in recent years. When users raise or inquire questions in Stack Overflow, providing related questions can help them solve problems. Although there are many approaches based on deep learning that can automatically predict the relatedness between questions, those approaches are limited since interaction information between two questions may be lost. In this paper, we adopt the deep learning technique, propose an Attention-based Sentence pair Interaction Model (ASIM) to predict the relatedness between questions on Stack Overflow automatically. We adopt the attention mechanism to capture the semantic interaction information between the questions. Besides, we have pre-trained and released word embeddings specific to the software engineering domain for this task, which may also help other related tasks. The experiment results demonstrate that ASIM has made significant improvement over the baseline approaches in Precision, Recall, and Micro-F1 evaluation metrics, achieving state-of-the-art performance in this task. Our model also performs well in the duplicate question detection task of AskUbuntu, which is a similar but different task, proving its generalization and robustness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes