paper-with-me

홈 › Papers

Improving Commonsense Question Answering by Graph-based Iterative Retrieval over Multiple Knowledge Sources

2020-11-05 · COLING 2020 8 · Qianglong Chen, Feng Ji, Haiqing Chen, Yin Zhang

In order to facilitate natural language understanding, the key is to engage commonsense or background knowledge. However, how to engage commonsense effectively in question answering systems is still under exploration in both research academia and industry. In this paper, we propose a novel question-answering method by integrating multiple knowledge sources, i.e. ConceptNet, Wikipedia, and the Cambridge Dictionary, to boost the performance. More concretely, we first introduce a novel graph-based iterative knowledge retrieval module, which iteratively retrieves concepts and entities related to the given question and its choices from multiple knowledge sources. Afterward, we use a pre-trained language model to encode the question, retrieved knowledge and choices, and propose an answer choice-aware attention mechanism to fuse all hidden representations of the previous modules. Finally, the linear classifier for specific tasks is used to predict the answer. Experimental results on the CommonsenseQA dataset show that our method significantly outperforms other competitive methods and achieves the new state-of-the-art. In addition, further ablation studies demonstrate the effectiveness of our graph-based iterative knowledge retrieval module and the answer choice-aware attention module in retrieving and synthesizing background knowledge from multiple knowledge sources.

📄 PDF Abstract BibTeX arXiv:2011.02705

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingNatural Language UnderstandingQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

A Graph-Guided Reasoning Approach for Open-ended Commonsense Question Answering

2023-03-18 · Zhen Han, Yue Feng, Mingming Sun

Recently, end-to-end trained models for multiple-choice commonsense question answering (QA) have delivered promising results. However, such question-answering systems cannot be directly applied in real-world scenarios wh…

Multiple-choiceQuestion AnsweringRetrieval

Open-ended Commonsense Reasoning with Unrestricted Answer Scope

2023-10-18 · Chen Ling, Xuchao Zhang, Xujiang Zhao, Yanchi Liu 외

Open-ended Commonsense Reasoning is defined as solving a commonsense question without providing 1) a short list of answer candidates and 2) a pre-defined answer scope. Conventional ways of formulating the commonsense que…

Question AnsweringRetrieval

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

Dynamic Neuro-Symbolic Knowledge Graph Construction for Zero-shot Commonsense Question Answering

2019-11-10 · Antoine Bosselut, Ronan Le Bras, Yejin Choi

Understanding narratives requires reasoning about implicit world knowledge related to the causes, effects, and states of situations described in text. At the core of this challenge is how to access contextually relevant …

graph constructionKnowledge GraphsQuestion AnsweringRetrieval+1

elBERto: Self-supervised Commonsense Learning for Question Answering

2022-03-17 · Xunlin Zhan, Yuan Li, Xiao Dong, Xiaodan Liang 외

Commonsense question answering requires reasoning about everyday situations and causes and effects implicit in context. Typically, existing approaches first retrieve external evidence and then perform commonsense reasoni…

Question AnsweringRepresentation LearningRetrieval