AIHCIRLGJul 2, 2018

ColdRoute: Effective Routing of Cold Questions in Stack Exchange Sites

arXiv:1807.00462v119 citations
Originality Incremental advance
AI Analysis

This addresses the cold-start challenge in community question answering for users and platforms, though it is incremental as it builds on existing factorization machine techniques.

The paper tackles the problem of routing cold-start questions in Stack Exchange sites, proposing ColdRoute to improve routing metrics for both new and existing askers, achieving improvements of up to 159.5% in Precision@1 over state-of-the-art models.

Routing questions in Community Question Answer services (CQAs) such as Stack Exchange sites is a well-studied problem. Yet, cold-start -- a phenomena observed when a new question is posted is not well addressed by existing approaches. Additionally, cold questions posted by new askers present significant challenges to state-of-the-art approaches. We propose ColdRoute to address these challenges. ColdRoute is able to handle the task of routing cold questions posted by new or existing askers to matching experts. Specifically, we use Factorization Machines on the one-hot encoding of critical features such as question tags and compare our approach to well-studied techniques such as CQARank and semantic matching (LDA, BoW, and Doc2Vec). Using data from eight stack exchange sites, we are able to improve upon the routing metrics (Precision$@1$, Accuracy, MRR) over the state-of-the-art models such as semantic matching by $159.5\%$,$31.84\%$, and $40.36\%$ for cold questions posted by existing askers, and $123.1\%$, $27.03\%$, and $34.81\%$ for cold questions posted by new askers respectively.

Code Implementations1 repo
Foundations

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

Your Notes