Learning to Focus when Ranking Answers
Dana Sagi, Tzoof Avny, Kira Radinsky, Eugene Agichtein

TL;DR
This paper introduces QARAT, a novel attention-based ranking model for question answering that improves performance on complex, lengthy, and noisy texts by focusing on relevant words and phrases.
Contribution
The paper presents QARAT, a new deep learning ranking algorithm utilizing attention mechanisms to enhance answer relevance detection in challenging question-answer datasets.
Findings
QARAT outperforms existing models on real-world datasets.
Visualization shows attention focuses on relevant text parts.
Model handles long and noisy texts effectively.
Abstract
One of the main challenges in ranking is embedding the query and document pairs into a joint feature space, which can then be fed to a learning-to-rank algorithm. To achieve this representation, the conventional state of the art approaches perform extensive feature engineering that encode the similarity of the query-answer pair. Recently, deep-learning solutions have shown that it is possible to achieve comparable performance, in some settings, by learning the similarity representation directly from data. Unfortunately, previous models perform poorly on longer texts, or on texts with significant portion of irrelevant information, or which are grammatically incorrect. To overcome these limitations, we propose a novel ranking algorithm for question answering, QARAT, which uses an attention mechanism to learn on which words and phrases to focus when building the mutual representation. We…
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 · Multimodal Machine Learning Applications · Expert finding and Q&A systems
