Deep Learning for Answer Sentence Selection
Lei Yu, Karl Moritz Hermann, Phil Blunsom, Stephen Pulman

TL;DR
This paper introduces a simple, feature-free deep learning model that uses distributed semantic representations to effectively match questions with answer sentences, achieving state-of-the-art results without relying on handcrafted features.
Contribution
The authors propose a novel deep learning approach using semantic encoding for answer sentence selection, eliminating the need for feature engineering and external linguistic resources.
Findings
Matches state-of-the-art performance on TREC benchmark
Does not require feature engineering or linguistic resources
Effective across different domains and languages
Abstract
Answer sentence selection is the task of identifying sentences that contain the answer to a given question. This is an important problem in its own right as well as in the larger context of open domain question answering. We propose a novel approach to solving this task via means of distributed representations, and learn to match questions with answers by considering their semantic encoding. This contrasts prior work on this task, which typically relies on classifiers with large numbers of hand-crafted syntactic and semantic features and various external resources. Our approach does not require any feature engineering nor does it involve specialist linguistic data, making this model easily applicable to a wide range of domains and languages. Experimental results on a standard benchmark dataset from TREC demonstrate that---despite its simplicity---our model matches state of the art…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Sentiment Analysis and Opinion Mining
