Graph-Based Tri-Attention Network for Answer Ranking in CQA
Wei Zhang, Zeyuan Chen, Chao Dong, Wen Wang, Hongyuan Zha, Jianyong, Wang

TL;DR
This paper introduces GTAN, a graph-based tri-attention network that models answer correlations and respondent influences for improved answer ranking in community question answering platforms.
Contribution
The paper proposes a novel GTAN model that constructs question-specific answer graphs and employs tri-attention to enhance answer ranking accuracy.
Findings
GTAN outperforms existing answer ranking methods on real-world datasets.
Answer correlations and respondent influences significantly improve ranking performance.
The architecture is validated through extensive experiments.
Abstract
In community-based question answering (CQA) platforms, automatic answer ranking for a given question is critical for finding potentially popular answers in early times. The mainstream approaches learn to generate answer ranking scores based on the matching degree between question and answer representations as well as the influence of respondents. However, they encounter two main limitations: (1) Correlations between answers in the same question are often overlooked. (2) Question and respondent representations are built independently of specific answers before affecting answer representations. To address the limitations, we devise a novel graph-based tri-attention network, namely GTAN, which has two innovations. First, GTAN proposes to construct a graph for each question and learn answer correlations from each graph through graph neural networks (GNNs). Second, based on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsExpert finding and Q&A systems · Topic Modeling · Recommender Systems and Techniques
