高级检索

一种兼容低质量问题的CQA答案推荐方法

A CQA Answer Recommendation Method Compatible with Low Quality Questions

  • 摘要: 大模型时代,基于检索式的答案推荐依然是问答语料丰富的专业问答社区的主流模式。已有方法多针对高质量问题给出精准的推荐答案,然而因问题质量低影响答案推荐性能并进一步导致“答案饥饿”现象,成为制约社区发展的重要因素。该文提出了一种基于记忆生成对抗网络(Memory Generation Adversarial Network,M-GAN)的答案推荐方法:对低质量问题的相关历史问题进行采样,增强问题表述以提升模型泛化能力;通过端到端记忆网络,拟合候选答案的最佳特征表示;基于监督学习的生成对抗网络,降低拟合特征与最佳答案特征的分布差异,提升问题-答案匹配的鲁棒性。实验结果表明,该文模型在Super User、Stack Overflow和Ask Ubuntu三个数据集上相较于基准模型在NDCG@5指标上分别提升了2.1%、2.8%和3.1%,且模型在低质量问题答案推荐上表现优异。

     

    Abstract: Currently, retrieval-based answer recommendation dominates in professional Q&A communities with extensive corpora. To deal with poor questions suffering from "answer starvation", this study introduces a method using the memory generation adversarial network. It samples similar past questions to enhance the representation of lower-quality queries. An end-to-end memory network refines the candidate answer features. The adversarial network, guided by supervised learning, narrows the gap between these features and the ideal answer traits. Experiments reveal that the proposed model outperforms the baseline, enhancing the NDCG@5 metric by 2.1%, 2.8%, and 3.1% on datasets of Super User, Stack Overflow and Ask Ubuntu, respectively.

     

/

返回文章
返回