paper-with-me

Papers

CommonsenseQA: A Question Answering Challenge Targeting Commonsense Knowledge

2018-11-02 · NAACL 2019 6 · Alon Talmor, Jonathan Herzig, Nicholas Lourie, Jonathan Berant

When answering a question, people often draw upon their rich world knowledge in addition to the particular context. Recent work has focused primarily on answering questions given some relevant document or context, and required very little general background. To investigate question answering with prior knowledge, we present CommonsenseQA: a challenging new dataset for commonsense question answering. To capture common sense beyond associations, we extract from ConceptNet (Speer et al., 2017) multiple target concepts that have the same semantic relation to a single source concept. Crowd-workers are asked to author multiple-choice questions that mention the source concept and discriminate in turn between each of the target concepts. This encourages workers to create questions with complex semantics that often require prior knowledge. We create 12,247 questions through this procedure and demonstrate the difficulty of our task with a large number of strong baselines. Our best baseline is based on BERT-large (Devlin et al., 2018) and obtains 56% accuracy, well below human performance, which is 89%.

📄 PDF Abstract BibTeX arXiv:1811.00937

Code (4)

jonathanherzig/commonsenseqa 공식 구현 tf
francois-rd/accord
hkunlp/batch-prompting
xlang-ai/batch-prompting

Tasks

Common Sense ReasoningMultiple-choiceQuestion AnsweringWorld Knowledge

Similar Papers 제목 키워드 기반

Graph-Based Reasoning over Heterogeneous External Knowledge for Commonsense Question Answering

2019-09-09 · Shangwen Lv, Daya Guo, Jingjing Xu, Duyu Tang 외

Commonsense question answering aims to answer questions which require background knowledge that is not explicitly expressed in the question. The key challenge is how to obtain evidence from external knowledge and make pr…

Common Sense ReasoningGraph AttentionQuestion AnsweringRepresentation Learning

Dynamic Relevance Graph Network for Knowledge-Aware Question Answering

2022-01-16 · ACL ARR January 2022 1 · Anonymous

This work investigates the challenge of learning and reasoning for Commonsense Question Answering given an external source of knowledge in the form of a knowledge graph. We propose a novel graph neural network architectu…

Graph Neural NetworkQuestion Answering

A Collection of Question Answering Datasets for Norwegian

2025-01-19 · Vladislav Mikhailov, Petter Mæhlum, Victoria Ovedie Chruickshank Langø, Erik Velldal 외

This paper introduces a new suite of question answering datasets for Norwegian; NorOpenBookQA, NorCommonSenseQA, NorTruthfulQA, and NRK-Quiz-QA. The data covers a wide range of skills and knowledge domains, including wor…

Question AnsweringWorld Knowledge

Winnowing Knowledge for Multi-choice Question Answering

2021-11-01 · Findings (EMNLP) 2021 11 · Yeqiu Li, Bowei Zou, Zhifeng Li, Ai Ti Aw 외

We tackle multi-choice question answering. Acquiring related commonsense knowledge to the question and options facilitates the recognition of the correct answer. However, the current reasoning models suffer from the nois…

Question Answering

Fusing Context Into Knowledge Graph for Commonsense Question Answering

2020-12-09 · Findings (ACL) 2021 8 · Yichong Xu, Chenguang Zhu, Ruochen Xu, Yang Liu 외

Commonsense question answering (QA) requires a model to grasp commonsense and factual knowledge to answer questions about world events. Many prior methods couple language modeling with knowledge graphs (KG). However, alt…

Common Sense ReasoningKnowledge GraphsLanguage ModelingLanguage Modelling+2