Simple Question Answering with Subgraph Ranking and Joint-Scoring
Knowledge graph based simple question answering (KBSQA) is a major area of research within question answering. Although only dealing with simple questions, i.e., questions that can be answered through a single knowledge base (KB) fact, this task is neither simple nor close to being solved. Targeting on the two main steps, subgraph selection and fact selection, the research community has developed sophisticated approaches. However, the importance of subgraph ranking and leveraging the subject--relation dependency of a KB fact have not been sufficiently explored. Motivated by this, we present a unified framework to describe and analyze existing approaches. Using this framework as a starting point, we focus on two aspects: improving subgraph selection through a novel ranking method and leveraging the subject--relation dependency by proposing a joint scoring CNN model with a novel loss function that enforces the well-order of scores. Our methods achieve a new state of the art (85.44% in accuracy) on the SimpleQuestions dataset.
Code (0)
등록된 구현이 없습니다.
Tasks
Fact SelectionQuestion AnsweringRelationSimilar Papers 제목 키워드 기반
Language Model-Guided Knowledge Subgraphs for Question Answering
Knowledge graphs for question answering can provide subgraphs based on different combinations of questions and answers for multiple reasoning chains, in which humans often find the answer for a question. In this p…
Knowledge GraphsLanguage ModelingLanguage Modellingmodel+1Graph Reasoning for Question Answering with Triplet Retrieval
Answering complex questions often requires reasoning over knowledge graphs (KGs). State-of-the-art methods often utilize entities in questions to retrieve local subgraphs, which are then fed into KG encoder, e.g. graph n…
Knowledge GraphsQuestion AnsweringRetrievalTripletA Joint Model for Answer Sentence Ranking and Answer Extraction
Answer sentence ranking and answer extraction are two key challenges in question answering that have traditionally been treated in isolation, i.e., as independent tasks. In this article, we (1) explain how both tasks are…
Information RetrievalQuestion AnsweringSemantic Textual SimilaritySentenceLarge Language Models Meet Knowledge Graphs to Answer Factoid Questions
Recently, it has been shown that the incorporation of structured knowledge into Large Language Models significantly improves the results for a variety of NLP tasks. In this paper, we propose a method for exploring pre-tr…
Knowledge GraphsRe-RankingA Graph Traversal Based Approach to Answer Non-Aggregation Questions Over DBpedia
We present a question answering system over DBpedia, filling the gap between user information needs expressed in natural language and a structured query interface expressed in SPARQL over the underlying knowledge base (K…
Question Answering