paper-with-me

Papers

ComQA:Compositional Question Answering via Hierarchical Graph Neural Networks

2021-01-16 · Bingning Wang, Ting Yao, WeiPeng Chen, Jingfang Xu, Xiaochuan Wang

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 hierarchical graph neural networks, which represents the document from the low-level word to the high-level sentence. We also devise a question selection and node selection task for pre-training. Our proposed model achieves a significant improvement over previous machine reading comprehension methods and pre-training methods. Codes and dataset can be found at \url{https://github.com/benywon/ComQA}.

📄 PDF Abstract BibTeX arXiv:2101.06400

Code (1)

benywon/ComQA 공식 구현 pytorch

Tasks

Answer SelectionMachine Reading ComprehensionQuestion AnsweringQuestion SelectionReading ComprehensionSentence

Similar Papers 제목 키워드 기반

ComQA: A Community-sourced Dataset for Complex Factoid Question Answering with Paraphrase Clusters

2018-09-25 · NAACL 2019 6 · Abdalghani Abujabal, Rishiraj Saha Roy, Mohamed Yahya, Gerhard Weikum

To bridge the gap between the capabilities of the state-of-the-art in factoid question answering (QA) and what users ask, we need large datasets of real user questions that capture the various question phenomena users ar…

Question Answering

TComQA: Extracting Temporal Commonsense from Text

2025-08-21 · Lekshmi R Nair, Arun Sankar, Koninika Pal arxiv

Understanding events necessitates grasping their temporal context, which is often not explicitly stated in natural language. For example, it is not a trivial task for a machine to infer that a museum tour may last for a …

Question Answering

ChineseEcomQA: A Scalable E-commerce Concept Evaluation Benchmark for Large Language Models

2025-02-27 · Haibin Chen, Kangtao Lv, Chengwei Hu, Yanshi Li 외

With the increasing use of Large Language Models (LLMs) in fields such as e-commerce, domain-specific concept evaluation benchmarks are crucial for assessing their domain capabilities. Existing LLMs may generate factuall…

Question AnsweringRAGRetrieval-augmented GenerationSpecificity

Align and Aggregate: Compositional Reasoning with Video Alignment and Answer Aggregation for Video Question-Answering

2024-07-03 · CVPR 2024 1 · Zhaohe Liao, Jiangtong Li, Li Niu, Liqing Zhang

Despite the recent progress made in Video Question-Answering (VideoQA), these methods typically function as black-boxes, making it difficult to understand their reasoning processes and perform consistent compositional re…

Contrastive LearningLanguage ModellingLarge Language ModelQuestion Answering+2

Measuring Compositional Consistency for Video Question Answering

2022-04-14 · CVPR 2022 1 · Mona Gandhi, Mustafa Omer Gul, Eva Prakash, Madeleine Grunde-McLaughlin 외

Recent video question answering benchmarks indicate that state-of-the-art models struggle to answer compositional questions. However, it remains unclear which types of compositional reasoning cause models to mispredict. …

Question AnsweringVideo Question Answering