paper-with-me

Papers

Neural Relation Prediction for Simple Question Answering over Knowledge Graph

2020-02-18 · Amin Abolghasemi, Saeedeh Momtazi

Knowledge graphs are widely used as a typical resource to provide answers to factoid questions. In simple question answering over knowledge graphs, relation extraction aims to predict the relation of a factoid question from a set of predefined relation types. Most recent methods take advantage of neural networks to match a question with all predefined relations. In this paper, we propose an instance-based method to capture the underlying relation of question and to this aim, we detect matching paraphrases of a new question which share the same relation, and their corresponding relation is selected as our prediction. The idea of our model roots in the fact that a relation can be expressed with various forms of questions while these forms share lexically or semantically similar terms and concepts. Our experiments on the SimpleQuestions dataset show that the proposed model achieves better accuracy compared to the state-of-the-art relation extraction models.

📄 PDF Abstract BibTeX arXiv:2002.07715

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsQuestion AnsweringRelationRelation ExtractionRelation Prediction

Similar Papers 제목 키워드 기반

Pretrained Transformers for Simple Question Answering

2019-05-02 · Anonymous

Answering simple questions over knowledge graphs is a well-studied problem in question answering. Previous approaches for this task built on recurrent and convolutional neural networks (RNNs and CNNs) based architectures…

Knowledge GraphsPredictionQuestion AnsweringRelation Prediction+1

Retrieve and Re-rank: A Simple and Effective IR Approach to Simple Question Answering over Knowledge Graphs

2018-11-01 · WS 2018 11 · Vishal Gupta, Manoj Chinnakotla, Manish Shrivastava

SimpleQuestions is a commonly used benchmark for single-factoid question answering (QA) over Knowledge Graphs (KG). Existing QA systems rely on various components to solve different sub-tasks of the problem (such as enti…

Entity LinkingInformation RetrievalKnowledge GraphsLearning-To-Rank+5

Strong Baselines for Simple Question Answering over Knowledge Graphs with and without Neural Networks

2017-12-05 · NAACL 2018 6 · Salman Mohammed, Peng Shi, Jimmy Lin

We examine the problem of question answering over knowledge graphs, focusing on simple questions that can be answered by the lookup of a single fact. Adopting a straightforward decomposition of the problem into entity de…

Entity LinkingKnowledge GraphsQuestion AnsweringRelation Prediction

The combination of context information to enhance simple question answering

2018-10-09 · Zhaohui Chao, Lin Li

With the rapid development of knowledge base,question answering based on knowledge base has been a hot research issue. In this paper, we focus on answering singlerelation factoid questions based on knowledge base. We bui…

Fact SelectionKnowledge Base Question AnsweringQuestion Answering

Answering Complex Questions by Combining Information from Curated and Extracted Knowledge Bases

2020-07-01 · WS 2020 7 · Nikita Bhutani, Xinyi Zheng, Kun Qian, Yunyao Li 외

Knowledge-based question answering (KB{\_}QA) has long focused on simple questions that can be answered from a single knowledge source, a manually curated or an automatically extracted KB. In this work, we look at answer…

Question Answering