Question-Answer Sentence Graph for Joint Modeling Answer Selection
Roshni G. Iyer, Thuy Vu, Alessandro Moschitti, Yizhou Sun

TL;DR
This paper introduces a graph-based method for answer sentence selection in question answering systems, using unsupervised graph construction and Graph Neural Networks to improve performance on benchmarks.
Contribution
It presents a novel approach that constructs question-specific graphs and integrates state-of-the-art scoring models for enhanced answer selection.
Findings
Outperforms state-of-the-art QA models on benchmark datasets
Effective graph construction improves answer relevance detection
Combines unsupervised graph building with GNNs for better accuracy
Abstract
This research studies graph-based approaches for Answer Sentence Selection (AS2), an essential component for retrieval-based Question Answering (QA) systems. During offline learning, our model constructs a small-scale relevant training graph per question in an unsupervised manner, and integrates with Graph Neural Networks. Graph nodes are question sentence to answer sentence pairs. We train and integrate state-of-the-art (SOTA) models for computing scores between question-question, question-answer, and answer-answer pairs, and use thresholding on relevance scores for creating graph edges. Online inference is then performed to solve the AS2 task on unseen queries. Experiments on two well-known academic benchmarks and a real-world dataset show that our approach consistently outperforms SOTA QA baseline models.
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Expert finding and Q&A systems · Multimodal Machine Learning Applications
