paper-with-me

홈 › Papers

Simple Question Answering with Subgraph Ranking and Joint-Scoring

2019-04-04 · NAACL 2019 6 · Wenbo Zhao, Tagyoung Chung, Anuj Goyal, Angeliki Metallinou

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.

📄 PDF Abstract BibTeX arXiv:1904.04049

Code (0)

등록된 구현이 없습니다.

Tasks

Fact SelectionQuestion AnsweringRelation

Similar Papers 제목 키워드 기반

Language Model-Guided Knowledge Subgraphs for Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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+1

Graph Reasoning for Question Answering with Triplet Retrieval

2023-05-30 · Shiyang Li, Yifan Gao, Haoming Jiang, Qingyu Yin 외

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 AnsweringRetrievalTriplet

A Joint Model for Answer Sentence Ranking and Answer Extraction

2016-01-01 · TACL 2016 1 · Md. Arafat Sultan, Vittorio Castelli, Radu Florian

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 SimilaritySentence

Large Language Models Meet Knowledge Graphs to Answer Factoid Questions

2023-10-03 · Mikhail Salnikov, Hai Le, Prateek Rajput, Irina Nikishina 외

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-Ranking

A Graph Traversal Based Approach to Answer Non-Aggregation Questions Over DBpedia

2015-10-16 · Chenhao Zhu, Kan Ren, Xuan Liu, Haofen Wang 외

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