CLAIFeb 16, 2022

Question-Answer Sentence Graph for Joint Modeling Answer Selection

arXiv:2203.03549v2269 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in retrieval-based QA systems, offering an incremental improvement for enhancing answer selection accuracy.

The paper tackles answer sentence selection for QA systems by constructing unsupervised question-answer graphs and integrating them with Graph Neural Networks, achieving consistent outperformance over SOTA baselines on two academic benchmarks and a real-world dataset.

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.

Foundations

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

Your Notes