scispace - formally typeset
Open Access

Mapping Dependencies Trees: An Application to Question Answering

TLDR
An approach for answer selection in a free form question answering task is described, representing both questions and candidate passages using dependency trees, and incorporating semantic information such as named entities in this representation.
Abstract
We describe an approach for answer selection in a free form question answering task. In order to go beyond the key-word based matching in selecting answers to questions, one would like to incorporate both syntactic and semantic information in the question answering process. We achieve this goal by representing both questions and candidate passages using dependency trees, and incorporating semantic information such as named entities in this representation. The sentence that best answers a question is determined to be the one that minimizes the generalized edit distance between it and the question tree, computed via an approximate tree matching algorithm. We evaluate the approach on question-answer pairs taken from previous TREC Q/A competitions. Preliminary experiments show its potential by significantly outperforming common bag-of-word scoring methods.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs

TL;DR: This paper proposed three attention schemes that integrate mutual influence between sentences into CNNs, thus the representation of each sentence takes into consideration its counterpart, and achieved state-of-the-art performance on answer selection, paraphrase identification, and textual entailment.
Proceedings Article

What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA

TL;DR: A probabilistic quasi-synchronous grammar, inspired by one proposed for machine translation, and parameterized by mixtures of a robust nonlexical syntax/alignment model with a(n optional) lexical-semantics-driven log-linear model is proposed.
Proceedings ArticleDOI

A Long Short-Term Memory Model for Answer Sentence Selection in Question Answering

TL;DR: The proposed method uses a stacked bidirectional Long-Short Term Memory network to sequentially read words from question and answer sentences, and then outputs their relevance scores, which outperforms previous work which requires syntactic features and external knowledge resources.
Proceedings Article

Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions

TL;DR: A logistic regression model that uses 33 syntactic features of edit sequences to classify the sentence pairs and leads to competitive performance in recognizing textual entailment, paraphrase identification, and answer selection for question answering.
Proceedings Article

Question Answering Using Enhanced Lexical Semantic Models

TL;DR: This work focuses on improving the performance using models of lexical semantic resources and shows that these systems can be consistently and significantly improved with rich lexical semantics information, regardless of the choice of learning algorithms.
References
More filters
Journal ArticleDOI

Introduction to WordNet: An On-line Lexical Database

TL;DR: Standard alphabetical procedures for organizing lexical information put together words that are spelled alike and scatter words with similar or related meanings haphazardly through the list.
Journal ArticleDOI

Simple fast algorithms for the editing distance between trees and related problems

TL;DR: Algorithms are designed to answer the following kinds of questions about trees: what is the distance between two trees, and the analogous question for prunings as for subtrees.
Proceedings ArticleDOI

Learning question classifiers

TL;DR: A hierarchical classifier is learned that is guided by a layered semantic hierarchy of answer types, and eventually classifies questions into fine-grained classes.
Journal ArticleDOI

The Tree-to-Tree Correction Problem

TL;DR: An algorithm is presented which solves the problem of determining the distance from T to T' as measured by the mlmmum cost sequence of edit operaUons needed to transform T into T'.
Proceedings ArticleDOI

Three Generative, Lexicalised Models for Statistical Parsing

TL;DR: The authors proposed a new statistical parsing model, which is a generative model of lexicalised context-free grammar, and extended the model to include a probabilistic treatment of both subcategorisation and wh-movement.