paper-with-me

Papers

KagNet: Knowledge-Aware Graph Networks for Commonsense Reasoning

2019-09-04 · IJCNLP 2019 11 · Bill Yuchen Lin, Xinyue Chen, Jamin Chen, Xiang Ren

Commonsense reasoning aims to empower machines with the human ability to make presumptions about ordinary situations in our daily life. In this paper, we propose a textual inference framework for answering commonsense questions, which effectively utilizes external, structured commonsense knowledge graphs to perform explainable inferences. The framework first grounds a question-answer pair from the semantic space to the knowledge-based symbolic space as a schema graph, a related sub-graph of external knowledge graphs. It represents schema graphs with a novel knowledge-aware graph network module named KagNet, and finally scores answers with graph representations. Our model is based on graph convolutional networks and LSTMs, with a hierarchical path-based attention mechanism. The intermediate attention scores make it transparent and interpretable, which thus produce trustworthy inferences. Using ConceptNet as the only external resource for Bert-based models, we achieved state-of-the-art performance on the CommonsenseQA, a large-scale dataset for commonsense reasoning.

📄 PDF Abstract BibTeX arXiv:1909.02151

Code (2)

INK-USC/KagNet 공식 구현 pytorch
INK-USC/MHGRN pytorch

Tasks

Common Sense ReasoningKnowledge Base Question AnsweringKnowledge GraphsNatural Language Inference

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

ALBERT with Knowledge Graph Encoder Utilizing Semantic Similarity for Commonsense Question Answering

2022-11-14 · Byeongmin Choi, YongHyun Lee, Yeunwoong Kyung, Eunchan Kim

Recently, pre-trained language representation models such as bidirectional encoder representations from transformers (BERT) have been performing well in commonsense question answering (CSQA). However, there is a problem …

Language ModelingLanguage ModellingQuestion AnsweringRelation Network+2

Language Generation with Multi-Hop Reasoning on Commonsense Knowledge Graph

2020-09-24 · EMNLP 2020 11 · Haozhe Ji, Pei Ke, Shaohan Huang, Furu Wei 외

Despite the success of generative pre-trained language models on a series of text generation tasks, they still suffer in cases where reasoning over underlying commonsense knowledge is required during generation. Existing…

Text Generation

G-SAP: Graph-based Structure-Aware Prompt Learning over Heterogeneous Knowledge for Commonsense Reasoning

2024-05-09 · Ruiting Dai, Yuqiao Tan, Lisi Mo, Shuang Liang 외

Commonsense question answering has demonstrated considerable potential across various applications like assistants and social robots. Although fully fine-tuned pre-trained Language Models(LM) have achieved remarkable per…

Graph Neural NetworkKnowledge GraphsPrompt LearningQuestion Answering

Relation-aware Bidirectional Path Reasoning for Commonsense Question Answering

2021-11-01 · CoNLL (EMNLP) 2021 11 · Junxing Wang, Xinyi Li, Zhen Tan, Xiang Zhao 외

Commonsense Question Answering is an important natural language processing (NLP) task that aims to predict the correct answer to a question through commonsense reasoning. Previous studies utilize pre-trained models on la…

Graph Neural NetworkKnowledge GraphsQuestion AnsweringRelation

MICO: A Multi-alternative Contrastive Learning Framework for Commonsense Knowledge Representation

2022-10-14 · Ying Su, ZiHao Wang, Tianqing Fang, Hongming Zhang 외

Commonsense reasoning tasks such as commonsense knowledge graph completion and commonsense question answering require powerful representation learning. In this paper, we propose to learn commonsense knowledge representat…

Contrastive LearningKnowledge Graph CompletionKnowledge GraphsQuestion Answering+2