paper-with-me

Papers

Learning Contextualized Knowledge Graph Structures for Commonsense Reasoning

2021-01-01 · Jun Yan, Mrigank Raman, Tianyu Zhang, Ryan Rossi, Handong Zhao, Sungchul Kim, Nedim Lipka, Xiang Ren

Recently, neural-symbolic architectures have achieved success on commonsense reasoning through effectively encoding relational structures retrieved from external knowledge graphs (KGs) and obtained state-of-the-art results in tasks such as (commonsense) question answering and natural language inference. However, current neural-symbolic reasoning methods rely on quality and contextualized knowledge structures (i.e., fact triples) that can be retrieved at the pre-processing stage and overlook challenges such as dealing with incompleteness of a KG (low coverage), limited expressiveness of its relations, and irrelevant retrieved facts in the reasoning context. In this paper, we present a novel neural-symbolic approach, named Hybrid Graph Network (HGN), which jointly generates feature representations for new triples (as complement to the existing edges in the KG), determines relevance of the triples to the reasoning context, and learns graph model parameters for encoding the relational information. Our method learns a compact graph structure (comprising both retrieved and generated edges) through filtering edges that are unhelpful to the reasoning process. We show marked improvements on three commonsense reasoning benchmarks and demonstrate the superiority of the learned graph structures with user studies.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsNatural Language InferenceQuestion Answering

Similar Papers 제목 키워드 기반

Learning Contextualized Knowledge Structures for Commonsense Reasoning

2020-10-24 · Findings (ACL) 2021 8 · Jun Yan, Mrigank Raman, Aaron Chan, Tianyu Zhang 외

Recently, knowledge graph (KG) augmented models have achieved noteworthy success on various commonsense reasoning tasks. However, KG edge (fact) sparsity and noisy edge extraction/generation often hinder models from obta…

Knowledge GraphsNatural Language InferenceQuestion Answering

VLC-BERT: Visual Question Answering with Contextualized Commonsense Knowledge

2022-10-24 · Sahithya Ravi, Aditya Chinchure, Leonid Sigal, Renjie Liao 외

There has been a growing interest in solving Visual Question Answering (VQA) tasks that require the model to reason beyond the content present in the image. In this work, we focus on questions that require commonsense re…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

CAT: A Contextualized Conceptualization and Instantiation Framework for Commonsense Reasoning

2023-05-08 · Weiqi Wang, Tianqing Fang, Baixuan Xu, Chun Yi Louis Bo 외

Commonsense reasoning, aiming at endowing machines with a human-like ability to make situational presumptions, is extremely challenging to generalize. For someone who barely knows about "meditation," while is knowledgeab…

CICERO: A Dataset for Contextualized Commonsense Inference in Dialogues

2022-03-25 · ACL 2022 5 · Deepanway Ghosal, Siqi Shen, Navonil Majumder, Rada Mihalcea 외

This paper addresses the problem of dialogue reasoning with contextualized commonsense inference. We curate CICERO, a dataset of dyadic conversations with five types of utterance-level reasoning-based inferences: cause, …

Answer GenerationAnswer Selection

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