paper-with-me

Papers

JointLK: Joint Reasoning with Language Models and Knowledge Graphs for Commonsense Question Answering

2021-12-06 · NAACL 2022 7 · Yueqing Sun, Qi Shi, Le Qi, Yu Zhang

Existing KG-augmented models for commonsense question answering primarily focus on designing elaborate Graph Neural Networks (GNNs) to model knowledge graphs (KGs). However, they ignore (i) the effectively fusing and reasoning over question context representations and the KG representations, and (ii) automatically selecting relevant nodes from the noisy KGs during reasoning. In this paper, we propose a novel model, JointLK, which solves the above limitations through the joint reasoning of LM and GNN and the dynamic KGs pruning mechanism. Specifically, JointLK performs joint reasoning between LM and GNN through a novel dense bidirectional attention module, in which each question token attends on KG nodes and each KG node attends on question tokens, and the two modal representations fuse and update mutually by multi-step interactions. Then, the dynamic pruning module uses the attention weights generated by joint reasoning to prune irrelevant KG nodes recursively. We evaluate JointLK on the CommonsenseQA and OpenBookQA datasets, and demonstrate its improvements to the existing LM and LM+KG models, as well as its capability to perform interpretable reasoning.

📄 PDF Abstract BibTeX arXiv:2112.02732

Code (1)

yueqing-sun/jointlk 공식 구현 pytorch

Tasks

Knowledge GraphsQuestion Answering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

JointLK: Joint Reasoning with Language Models and Knowledge Graphs for Commonsense Question Answering

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

Existing KG-augmented models for question answering primarily focus on designing elaborate Graph Neural Networks (GNNs) to model knowledge graphs (KGs). However, they ignore (i) the effectively fusing and reasoning over …

Knowledge GraphsQuestion Answering

Language Model-Guided Knowledge Subgraphs for Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge graphs for question answering can provide subgraphs based on different combinations of questions and answers for multiple reasoning chains, in which humans often find the answer for a question. In this p…

Knowledge GraphsLanguage ModelingLanguage Modellingmodel+1

QA-GNN: Reasoning with Language Models and Knowledge Graphs for Question Answering

2021-04-13 · NAACL 2021 4 · Michihiro Yasunaga, Hongyu Ren, Antoine Bosselut, Percy Liang 외

The problem of answering questions using knowledge from pre-trained language models (LMs) and knowledge graphs (KGs) presents two challenges: given a QA context (question and answer choice), methods need to (i) identify …

Common Sense ReasoningGraph Representation LearningKnowledge GraphsLanguage Modelling+5

A Corpus for Reasoning About Natural Language Grounded in Photographs

2018-11-01 · ACL 2019 7 · Alane Suhr, Stephanie Zhou, Ally Zhang, Iris Zhang 외

We introduce a new dataset for joint reasoning about natural language and images, with a focus on semantic diversity, compositionality, and visual reasoning challenges. The data contains 107,292 examples of English sente…

DiversityVisual Reasoning

Towards Graph Foundation Models: Training on Knowledge Graphs Enables Transferability to General Graphs

2024-10-16 · Kai Wang, Siqiang Luo, Caihua Shan, Yifei Shen

Inspired by the success of large language models, there is a trend toward developing graph foundation models to conduct diverse downstream tasks in various domains. However, current models often require extra fine-tuning…

Knowledge GraphsZero-Shot Learning