ComQA:Compositional Question Answering via Hierarchical Graph Neural Networks
Bingning Wang, Ting Yao, Weipeng Chen, Jingfang Xu, Xiaochuan Wang

TL;DR
This paper introduces ComQA, a large-scale dataset for compositional question answering, and proposes a hierarchical graph neural network model to assemble discontiguous evidence for accurate, compositional answers.
Contribution
The paper presents a new large-scale dataset for compositional QA and a hierarchical graph neural network model that effectively integrates evidence from multiple document levels.
Findings
Model outperforms previous machine reading comprehension methods.
Hierarchical graph neural networks improve compositional answer accuracy.
Pre-training tasks enhance model performance.
Abstract
With the development of deep learning techniques and large scale datasets, the question answering (QA) systems have been quickly improved, providing more accurate and satisfying answers. However, current QA systems either focus on the sentence-level answer, i.e., answer selection, or phrase-level answer, i.e., machine reading comprehension. How to produce compositional answers has not been throughout investigated. In compositional question answering, the systems should assemble several supporting evidence from the document to generate the final answer, which is more difficult than sentence-level or phrase-level QA. In this paper, we present a large-scale compositional question answering dataset containing more than 120k human-labeled questions. The answer in this dataset is composed of discontiguous sentences in the corresponding document. To tackle the ComQA problem, we proposed a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
