paper-with-me

Papers

Improving Zero Shot Learning Baselines with Commonsense Knowledge

2020-12-11 · Abhinaba Roy, Deepanway Ghosal, Erik Cambria, Navonil Majumder, Rada Mihalcea, Soujanya Poria

Zero shot learning -- the problem of training and testing on a completely disjoint set of classes -- relies greatly on its ability to transfer knowledge from train classes to test classes. Traditionally semantic embeddings consisting of human defined attributes (HA) or distributed word embeddings (DWE) are used to facilitate this transfer by improving the association between visual and semantic embeddings. In this paper, we take advantage of explicit relations between nodes defined in ConceptNet, a commonsense knowledge graph, to generate commonsense embeddings of the class labels by using a graph convolution network-based autoencoder. Our experiments performed on three standard benchmark datasets surpass the strong baselines when we fuse our commonsense embeddings with existing semantic embeddings i.e. HA and DWE.

📄 PDF Abstract BibTeX arXiv:2012.06236

Code (0)

등록된 구현이 없습니다.

Tasks

Word EmbeddingsZero-Shot Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Commonsense for Zero-Shot Natural Language Video Localization

2023-12-29 · Meghana Holla, Ismini Lourentzou

Zero-shot Natural Language-Video Localization (NLVL) methods have exhibited promising results in training NLVL models exclusively with raw video data by dynamically generating video segments and pseudo-query annotations.…

ESC: Exploration with Soft Commonsense Constraints for Zero-shot Object Navigation

2023-01-30 · Kaiwen Zhou, Kaizhi Zheng, Connor Pryor, Yilin Shen 외

The ability to accurately locate and navigate to a specific object is a crucial capability for embodied agents that operate in the real world and interact with objects to complete tasks. Such object navigation tasks usua…

Efficient ExplorationLanguage ModelingLanguage ModellingNavigate+1

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

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 외

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

A Systematic Investigation of Commonsense Knowledge in Large Language Models

2021-10-31 · Xiang Lorraine Li, Adhiguna Kuncoro, Jordan Hoffmann, Cyprien de Masson d'Autume 외

Language models (LMs) trained on large amounts of data have shown impressive performance on many NLP tasks under the zero-shot and few-shot setup. Here we aim to better understand the extent to which such models learn co…