paper-with-me

Papers

EDG-Based Question Decomposition for Complex Question Answering over Knowledge Bases

2021-10-24 · ISWC 2021 10 · Xixin Hu, Yiheng Shu, Xiang Huang, Yuzhong Qu

Knowledge base question answering (KBQA) aims at automatically answering factoid questions over knowledge bases (KBs). For complex questions that require multiple KB relations or constraints, KBQA faces many challenges including question understanding, component linking (e.g., entity, relation, and type linking), and query composition. In this paper, we propose a novel graph structure called Entity Description Graph (EDG) to represent the structure of complex questions, which can help alleviate the above issues. By leveraging the EDG structure of given questions, we implement a QA system over DBpedia, called EDGQA. Extensive experiments demonstrate that EDGQA outperforms state-of-the-art results on both LC-QuAD and QALD-9, and that EDG-based decomposition is a feasible way for complex question answering over KBs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Question Decomposition Tree for Answering Complex Questions over Knowledge Bases

2023-06-13 · Xiang Huang, Sitao Cheng, Yiheng Shu, Yuheng Bao 외

Knowledge base question answering (KBQA) has attracted a lot of interest in recent years, especially for complex questions which require multiple facts to answer. Question decomposition is a promising way to answer compl…

Knowledge Base Question AnsweringQuestion AnsweringText Generation

Reasoning over Hierarchical Question Decomposition Tree for Explainable Question Answering

2023-05-24 · Jiajie Zhang, Shulin Cao, Tingjia Zhang, Xin Lv 외

Explainable question answering (XQA) aims to answer a given question and provide an explanation why the answer is selected. Existing XQA methods focus on reasoning on a single knowledge source, e.g., structured knowledge…

Question Answering

Research on Multi-hop Inference Optimization of LLM Based on MQUAKE Framework

2025-09-05 · Zucheng Liang, Wenxin Wei, Kaijie Zhang, Hongyi Chen arxiv

Accurately answering complex questions has consistently been a significant challenge for Large Language Models (LLMs). To address this, this paper proposes a multi-hop question decomposition method for complex questions,…

Knowledge Graphs

Interpretable AMR-Based Question Decomposition for Multi-hop Question Answering

2022-06-16 · Zhenyun Deng, Yonghua Zhu, Yang Chen, Michael Witbrock 외

Effective multi-hop question answering (QA) requires reasoning over multiple scattered paragraphs and providing explanations for answers. Most existing approaches cannot provide an interpretable reasoning process to illu…

Abstract Meaning RepresentationAMR-to-Text GenerationMulti-hop Question AnsweringQuestion Answering+1

The Web as a Knowledge-base for Answering Complex Questions

2018-03-18 · NAACL 2018 6 · Alon Talmor, Jonathan Berant

Answering complex questions is a time-consuming activity for humans that requires reasoning and integration of information. Recent work on reading comprehension made headway in answering simple questions, but tackling co…

Reading Comprehension