paper-with-me

Papers

Question Answering on Freebase via Relation Extraction and Textual Evidence

2016-03-03 · ACL 2016 8 · Kun Xu, Siva Reddy, Yansong Feng, Songfang Huang, Dongyan Zhao

Existing knowledge-based question answering systems often rely on small annotated training data. While shallow methods like relation extraction are robust to data scarcity, they are less expressive than the deep meaning representation methods like semantic parsing, thereby failing at answering questions involving multiple constraints. Here we alleviate this problem by empowering a relation extraction method with additional evidence from Wikipedia. We first present a neural network based relation extractor to retrieve the candidate answers from Freebase, and then infer over Wikipedia to validate these answers. Experiments on the WebQuestions question answering dataset show that our method achieves an F_1 of 53.3%, a substantial improvement over the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1603.00957

Code (1)

syxu828/QuestionAnsweringOverFB 공식 구현

Tasks

Question AnsweringRelationRelation ExtractionSemantic Parsing

Similar Papers 제목 키워드 기반

Information Extraction over Structured Data: Question Answering with Freebase

2014-06-01 · ACL 2014 6 · Xuchen Yao, Benjamin Van Durme
Information RetrievalQuestion AnsweringSemantic Parsing

Simple Question Answering by Attentive Convolutional Neural Network

2016-06-10 · COLING 2016 12 · Wenpeng Yin, Mo Yu, Bing Xiang, Bo-Wen Zhou 외

This work focuses on answering single-relation factoid questions over Freebase. Each question can acquire the answer from a single fact of form (subject, predicate, object) in Freebase. This task, simple question answeri…

Entity LinkingFact SelectionQuestion Answering

BigText-QA: Question Answering over a Large-Scale Hybrid Knowledge Graph

2022-12-12 · Jingjing Xu, Maria Biryukov, Martin Theobald, Vinu Ellampallil Venugopal

Answering complex questions over textual resources remains a challenge, particularly when dealing with nuanced relationships between multiple entities expressed within natural-language sentences. To this end, curated kno…

DiversityQuestion Answering

FreebaseQA: A New Factoid QA Data Set Matching Trivia-Style Question-Answer Pairs with Freebase

2019-06-01 · NAACL 2019 6 · Kelvin Jiang, Dekun Wu, Hui Jiang

In this paper, we present a new data set, named FreebaseQA, for open-domain factoid question answering (QA) tasks over structured knowledge bases, like Freebase. The data set is generated by matching trivia-type question…

Question Answeringset matchingTAG

Learning a Compositional Semantics for Freebase with an Open Predicate Vocabulary

2015-01-01 · TACL 2015 1 · Jayant Krishnamurthy, Tom M. Mitchell

We present an approach to learning a model-theoretic semantics for natural language tied to Freebase. Crucially, our approach uses an open predicate vocabulary, enabling it to produce denotations for phrases such as {``}…

Coreference ResolutionOpen Information ExtractionQuestion AnsweringSemantic Parsing+1