HeteroQA: Learning towards Question-and-Answering through Multiple Information Sources via Heterogeneous Graph Modeling
Shen Gao, Yuchi Zhang, Yongliang Wang, Yang Dong, Xiuying Chen,, Dongyan Zhao, Rui Yan

TL;DR
This paper introduces HeteroQA, a heterogeneous graph transformer model that leverages multiple information sources in community question answering to improve answer generation, demonstrating superior performance on two datasets.
Contribution
The paper proposes a novel question-aware heterogeneous graph transformer that effectively incorporates multiple information sources in CQA, which was not fully explored in prior methods.
Findings
Outperforms baseline models on two datasets
Effectively integrates diverse information sources
Achieves state-of-the-art results in CQA tasks
Abstract
Community Question Answering (CQA) is a well-defined task that can be used in many scenarios, such as E-Commerce and online user community for special interests. In these communities, users can post articles, give comment, raise a question and answer it. These data form the heterogeneous information sources where each information source have their own special structure and context (comments attached to an article or related question with answers). Most of the CQA methods only incorporate articles or Wikipedia to extract knowledge and answer the user's question. However, various types of information sources in the community are not fully explored by these CQA methods and these multiple information sources (MIS) can provide more related knowledge to user's questions. Thus, we propose a question-aware heterogeneous graph transformer to incorporate the MIS in the user community to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExpert finding and Q&A systems · Topic Modeling
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Absolute Position Encodings · Residual Connection · Dropout · Softmax · Byte Pair Encoding · Dense Connections
