paper-with-me

Papers

Improving Query Graph Generation for Complex Question Answering over Knowledge Base

2021-11-01 · EMNLP 2021 11 · Kechen Qin, Cheng Li, Virgil Pavlu, Javed Aslam

Most of the existing Knowledge-based Question Answering (KBQA) methods first learn to map the given question to a query graph, and then convert the graph to an executable query to find the answer. The query graph is typically expanded progressively from the topic entity based on a sequence prediction model. In this paper, we propose a new solution to query graph generation that works in the opposite manner: we start with the entire knowledge base and gradually shrink it to the desired query graph. This approach improves both the efficiency and the accuracy of query graph generation, especially for complex multi-hop questions. Experimental results show that our method achieves state-of-the-art performance on ComplexWebQuestion (CWQ) dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationQuestion Answering

Similar Papers 제목 키워드 기반

Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases

2020-07-01 · ACL 2020 6 · Yunshi Lan, Jing Jiang

Previous work on answering complex questions from knowledge bases usually separately addresses two types of complexity: questions with constraints and questions with multiple hops of relations. In this paper, we handle b…

Graph Generation

Semantic Structure based Query Graph Prediction for Question Answering over Knowledge Graph

2022-04-15 · COLING 2022 10 · Mingchen Li, Shihao Ji

Building query graphs from natural language questions is an important step in complex question answering over knowledge graph (Complex KGQA). In general, a question can be correctly answered if its query graph is built c…

Graph GenerationQuestion Answering

Formal Query Building with Query Structure Prediction for Complex Question Answering over Knowledge Base

2021-09-08 · Yongrui Chen, Huiying Li, Yuncheng Hua, Guilin Qi

Formal query building is an important part of complex question answering over knowledge bases. It aims to build correct executable queries for questions. Recent methods try to rank candidate queries generated by a state-…

DecoderGraph GenerationKnowledge Base Question AnsweringQuestion Answering

A Question Answering System Using Graph-Pattern Association Rules (QAGPAR) On YAGO Knowledge Base

2019-02-02 · Wahyudi, Masayu Leylia Khodra, Ary Setijadi Prihatmanto, Carmadi Machbub

A question answering system (QA System) was developed that uses graph-pattern association rules on the YAGO knowledge base. The answer as output of the system is provided based on a user question as input. If the answer …

General ClassificationQuestion Answering

TCAR-Gen: Temporal Graph Retrieval with Evidence Fusion for Knowledge-Grounded Generation

2026-04-15 · Sidra Nasir, Muhammad Noman Zahid, Rizwan Ahmed Khan arxiv

Retrieval-augmented generation systems struggle with temporal reasoning and evidence fusion when answering complex questions over historical criminal case narratives. Existing approaches either retrieve independently of …

Question AnsweringAnswer Generation