paper-with-me

Papers

Modularized Transfer Learning with Multiple Knowledge Graphs for Zero-shot Commonsense Reasoning

2022-06-08 · NAACL 2022 7 · Yu Jin Kim, Beong-woo Kwak, Youngwook Kim, Reinald Kim Amplayo, Seung-won Hwang, Jinyoung Yeo

Commonsense reasoning systems should be able to generalize to diverse reasoning cases. However, most state-of-the-art approaches depend on expensive data annotations and overfit to a specific benchmark without learning how to perform general semantic reasoning. To overcome these drawbacks, zero-shot QA systems have shown promise as a robust learning scheme by transforming a commonsense knowledge graph (KG) into synthetic QA-form samples for model training. Considering the increasing type of different commonsense KGs, this paper aims to extend the zero-shot transfer learning scenario into multiple-source settings, where different KGs can be utilized synergetically. Towards this goal, we propose to mitigate the loss of knowledge from the interference among the different knowledge sources, by developing a modular variant of the knowledge aggregation as a new zero-shot commonsense reasoning framework. Results on five commonsense reasoning benchmarks demonstrate the efficacy of our framework, improving the performance with multiple KGs.

📄 PDF Abstract BibTeX arXiv:2206.03715

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsTransfer Learning

Similar Papers 제목 키워드 기반

Modularized Transfer Learning with Multiple Knowledge Graphs for Zero-shot Commonsense Reasoning

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

Commonsense reasoning systems should be able to generalize to diverse reasoning cases. However, most state-of-the-art approaches depend on expensive data annotations and overfit to a specific benchmark without learning h…

Knowledge GraphsTransfer Learning

KGBoost: A Classification-based Knowledge Base Completion Method with Negative Sampling

2021-12-17 · Yun-Cheng Wang, Xiou Ge, Bin Wang, C. -C. Jay Kuo

Knowledge base completion is formulated as a binary classification problem in this work, where an XGBoost binary classifier is trained for each relation using relevant links in knowledge graphs (KGs). The new method, nam…

Binary ClassificationKnowledge Base CompletionKnowledge GraphsLink Prediction

TRIX: A More Expressive Model for Zero-shot Domain Transfer in Knowledge Graphs

2025-02-26 · Yucheng Zhang, Beatrice Bevilacqua, Mikhail Galkin, Bruno Ribeiro

Fully inductive knowledge graph models can be trained on multiple domains and subsequently perform zero-shot knowledge graph completion (KGC) in new unseen domains. This is an important capability towards the goal of hav…

Knowledge Graph CompletionKnowledge GraphsRelationRelation Prediction+1

Modularized Zero-shot VQA with Pre-trained Models

2023-05-27 · Rui Cao, Jing Jiang

Large-scale pre-trained models (PTMs) show great zero-shot capabilities. In this paper, we study how to leverage them for zero-shot visual question answering (VQA). Our approach is motivated by a few observations. First,…

object-detectionObject DetectionQuestion AnsweringRelational Reasoning+2

Zero-shot Transfer Learning within a Heterogeneous Graph via Knowledge Transfer Networks

2022-03-03 · Minji Yoon, John Palowitch, Dustin Zelle, Ziniu Hu 외

Data continuously emitted from industrial ecosystems such as social or e-commerce platforms are commonly represented as heterogeneous graphs (HG) composed of multiple node/edge types. State-of-the-art graph learning meth…

Domain AdaptationGraph LearningRepresentation LearningTransfer Learning