paper-with-me

홈 › Papers

Less is More: Data-Efficient Complex Question Answering over Knowledge Bases

2020-10-29 · Yuncheng Hua, Yuan-Fang Li, Guilin Qi, Wei Wu, Jingyao Zhang, Daiqing Qi

Question answering is an effective method for obtaining information from knowledge bases (KB). In this paper, we propose the Neural-Symbolic Complex Question Answering (NS-CQA) model, a data-efficient reinforcement learning framework for complex question answering by using only a modest number of training samples. Our framework consists of a neural generator and a symbolic executor that, respectively, transforms a natural-language question into a sequence of primitive actions, and executes them over the knowledge base to compute the answer. We carefully formulate a set of primitive symbolic actions that allows us to not only simplify our neural network design but also accelerate model convergence. To reduce search space, we employ the copy and masking mechanisms in our encoder-decoder architecture to drastically reduce the decoder output vocabulary and improve model generalizability. We equip our model with a memory buffer that stores high-reward promising programs. Besides, we propose an adaptive reward function. By comparing the generated trial with the trials stored in the memory buffer, we derive the curriculum-guided reward bonus, i.e., the proximity and the novelty. To mitigate the sparse reward problem, we combine the adaptive reward and the reward bonus, reshaping the sparse reward into dense feedback. Also, we encourage the model to generate new trials to avoid imitating the spurious trials while making the model remember the past high-reward trials to improve data efficiency. Our NS-CQA model is evaluated on two datasets: CQA, a recent large-scale complex question answering dataset, and WebQuestionsSP, a multi-hop question answering dataset. On both datasets, our model outperforms the state-of-the-art models. Notably, on CQA, NS-CQA performs well on questions with higher complexity, while only using approximately 1% of the total training samples.

📄 PDF Abstract BibTeX arXiv:2010.15881

Code (1)

DevinJake/NS-CQA 공식 구현 tf

Tasks

DecoderMulti-hop Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Are You Smarter Than a Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension

2017-07-01 · CVPR 2017 7 · Aniruddha Kembhavi, Minjoon Seo, Dustin Schwenk, Jonghyun Choi 외

We introduce the task of Multi-Modal Machine Comprehension (M3C), which aims at answering multimodal questions given a context of text, diagrams and images. We present the Textbook Question Answering (TQA) dataset that i…

Question AnsweringReading ComprehensionVisual Question AnsweringVisual Question Answering (VQA)

IQA: Interactive Query Construction in Semantic Question Answering Systems

2020-06-20 · Hamid Zafar, Mohnish Dubey, Jens Lehmann, Elena Demidova

Semantic Question Answering (SQA) systems automatically interpret user questions expressed in a natural language in terms of semantic queries. This process involves uncertainty, such that the resulting queries do not alw…

Question Answering

MultiModalQA: Complex Question Answering over Text, Tables and Images

2021-04-13 · ICLR 2021 1 · Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav 외

When answering complex questions, people can seamlessly combine information from visual, textual and tabular sources. While interest in models that reason over multiple pieces of evidence has surged in recent years, ther…

Question Answering

An Analysis of Visual Question Answering Algorithms

2017-03-28 · ICCV 2017 10 · Kushal Kafle, Christopher Kanan

In visual question answering (VQA), an algorithm must answer text-based questions about images. While multiple datasets for VQA have been created since late 2014, they all have flaws in both their content and the way alg…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

IslamicPCQA: A Dataset for Persian Multi-hop Complex Question Answering in Islamic Text Resources

2023-04-23 · Arash Ghafouri, Hasan Naderi, Mohammad Aghajani asl, Mahdi Firouzmandi

Nowadays, one of the main challenges for Question Answering Systems is to answer complex questions using various sources of information. Multi-hop questions are a type of complex questions that require multi-step reasoni…

Question Answering